Session EJB: origin of word "session"
843830Apr 28 2009 — edited Apr 30 2009What is the origin of session word in Session EJB? It is not related to http session, isnt it? If I dont put my session EJB in session explicitly I cant 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 dont call remove() method, I cant access this session EJB in the next servlet I call, right? So when session EJB is destroyed?
Thanks.