Hi,
I have a scenario where seven forms are submitted to complete a
transaction. My options are to :
1) maintain all the values from each form in the HttpSeession and on the
final submission call a stateless session bean to manage my transaction.
This ensures fewer remote calls
2) Reach values submitted by each form to a stateless session bean and keep
passing its handle in the HttpSession. This reduces remote calls but places
the session management responsibility on a less efficient framework.
What do you think is the better choice?
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".