users@jersey.java.net

Re: [Jersey] xi:include support ?

From: Felipe Gaúcho <fgaucho_at_gmail.com>
Date: Mon, 17 Aug 2009 10:01:43 +0200

> information available in other related resources e.g. container/item. A

I have JUGs, academic institutions, professors and students... like:

jug has 0 to N institutions
institution has 0 to N professors
professor has 0 to N students
student has 0 to 1 homework...

thinks like that..

so, if I understood your suggestion, I will have two resources for each entity:

- the entity itself, with full details
- the entity container, with a collection of references to its subitens..

right ?