Hi All

I have a simple architecture where in my JSP has to insert a record in DB.
I do a lookup on Session Bean first in my JSP.
I do lookup on EntityBean in my session bean.
I insert a record through EB.

In this whole flow, i am adding one more layer of overhead by using Session
Bean.
I can directly lookup for EB in my JSP and enter a record.

Is there any advantage of using SessionBean in between.

Thanks
Sanjay Saluja




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