Hi All!

Just wanted to know if there is a better strategy to do this.

My current implementation:
Struts/JSP --> BusinessDelegate --> StatefulSessionBean --> Multiple
EntityBeans

Now, I add the BusinessDelegate to my HttpSession, effectively keeping the
handle to my StatefulSessionBean.

Instead, I was hoping, if it were possible, to store a StatefulSessionBeanID
in my HttpSession and recall the StatefulSessionBean using the ID from my
EJB tier.

Let me know of your thoughts on this structure.


TIA,

Kunal



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to