| Author |
session bean
|
jacob deiter
Ranch Hand
Joined: Apr 02, 2008
Posts: 576
|
|
what is session bean.Why it needed ? P Lease share your experience with an example.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
There is no such thing as a Session Bean in the context of Servlets. Servlets do have the HttpSession, which is used to store state for a single client between requests. "Session Bean" noramally refers to EJBs. To find out about these read the JEE tutorial.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: session bean
|
|
|