Someone wrote:
>
>I have found that it is best for entity beans to be large/coarse
>grained components which represent a graph of domain instances.  Each entity
>bean has a single root domain object, and the entity represents all domain
>objects referenced from this root.

That would work just fine with Java's default serialization-by-reachability,
but would be painful to map to relational.  Hopefully relational storage will
become extinct, but I'm not holding my breath.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to