RE: [OT]: StatefulSessionBeans and HTTPSession

2004-05-28 Thread Kunal H. Parikh
EMAIL PROTECTED] Sent: Friday, 28 May 2004 21:37 To: Struts Users Mailing List Subject: RE: [OT]: StatefulSessionBeans and HTTPSession Why? It appears that you already have the appropriate "best practices" solution. Are you trying to avoid using a BusinessDelegate? robert > -Original M

RE: [OT]: StatefulSessionBeans and HTTPSession

2004-05-28 Thread Robert Taylor
uts Users Mailing List > Subject: [OT]: StatefulSessionBeans and HTTPSession > > > Hi All! > > Just wanted to know if there is a better strategy to do this. > > My current implementation: > Struts/JSP --> BusinessDelegate --> StatefulSessionBean --> Multiple > Entit

[OT]: StatefulSessionBeans and HTTPSession

2004-05-27 Thread Kunal H. Parikh
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,