Assaf Arkin wrote:

> Entity beans were not designed merely for object persistence, and there
> are better approaches for that. They were designed to put some business
> methods on top of your data objects.
>
        [Randy Stafford]  Business methods + data object = business object,
aka domain object.  Whatever happened to the encapsulation of state and
behavior?  An architecture that equates entity bean to domain object
arguably ends up with way too many heavyweight remotable objects.  Does
anybody really know what to do with entity beans?  See
http://www.c2.com/cgi/wiki?HowToUseEntityBeans and
http://www.c2.com/cgi/wiki?IbmSanFrancisco

        Randy

===========================================================================
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