Hi,
How coarse do we make our session bean? I have three business methods which
are similar in nature, require the same entity beans for their execution.
Option one:
Put three remote methods in my session bean, one for each business
requirement and keep one session facade. This makes for heavier components
but reduces the number of different beans that the container has to manage
Option two:
Make three separate session beans which connect to the same entity beans.
Lighter session beans but greater in number
Which one is better?
Piyush Nigam
===========================================================================
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".