Hi,
I have a quick "optimum design" question.
If I have two methods in my EJB that are being accessed by a servlet, should
I have two servlets for the two method invocations (by the doGet() of either
servlet) or should just one servlet call the two methods (one via doGet()
and the other via doPost()) ?
I can envision different scenarios but would appreciate more thorough
feedback of the tradeoffs.
Thanks!
Ajay
===========================================================================
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".