Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Session EJB: origin of word "session"

843830Apr 28 2009 — edited Apr 30 2009
What is the origin of “session” word in Session EJB? It is not related to http session, isn’t it? If I don’t put my session EJB in session explicitly I can’t retrieve it through servlet calls, right?
What is the lifecycle of a session EJB? For example, if I lookup for a session bean in a servlet and I don’t call remove() method, I can’t access this session EJB in the next servlet I call, right? So when session EJB is destroyed?

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 28 2009
Added on Apr 28 2009
7 comments
147 views