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!

Stateless Session Bean

843829Aug 4 2003 — edited Aug 5 2003

Hi,

I am wondering why stateless session bean instances
need to be pooled at all. Considering that no client
conversational data is cached in a stateless bean instance,
a single instance for all requests should suffice.

What am I missing here? Can anybody give an example
where a method of a SL session bean need to store data
in instance variables.

-Suresh
Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2003
Added on Aug 4 2003
12 comments
82 views