-
How to put an object on the session in EJB3? (0 messages)
- Posted by: Tobias Bergman
- Posted on: November 07 2007 05:11 EST
Is there possible to put an object on the session from one SessionBean that can be accessed by other SessionBeans. Can SessionBean A put a session scoped object that SessionBean B can access in some way? And when bean A is recylced the session object is removed.