Hi all,

I am building a WebApp using an MVC architecture and J2EE technologies.
I have several view level objects that I keep in an HTTP Session.  (I am not
using session EJBs here because it is more convenient for my JSPs to use the
HTTP Session).

There are a few session scope items (UserID to name one) that I would like
to have visible to the
controller and model levels also.  This sounds like an opportunity for a
stateful session bean.
However, I don't know how to create a single stateful session bean per user
session.
Can this be done?  And if so, how would my controller/model level code get
the instance?

Thanks,
Dan

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