When extracting/inserting rows across tables is there a case that one should
opt to use Session Beans rather than consider using entity beans.
because
a. it saves on creating unecessary entity beans and then calling the
accessor/mutator methods on the many entity beans to get the data. A
manually created select/insert statement increases efficiency in development
time
b. reduces network traffic therefore runtime speed.
c. reduces an uneceassry layer of tiers.
would anyone care to agree or disagree because...
Regards,
Zahid
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
===========================================================================
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".