Master-Detail Modelling
Master record: list of items
Detail object: expanded item from list
If Master is session bean and detail is entity
- expose the detail if the client will modify it
- otherwise let master construct the information
A.K.A. ‘Paged List’ or ‘Value List’