Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within EJB and other Jakarta /Java EE Technologies
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830
this week in the
Programmer Certification
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
EJB and other Jakarta /Java EE Technologies
What mechanism do Stateful session bean use to store the session.
Jetendra Ivaturi
Ranch Hand
Posts: 159
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi all.
In Entity beans it uses in-memory to store the session.
Which mechanism is used by Statefull session bean to store the session.
SCJP 1.4 & 1.5, SCWCD 1.5. Learn and Let Learn.
Edvins Reisons
Ranch Hand
Posts: 364
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
SessionContext
?
Rahul Bhattacharjee
Ranch Hand
Posts: 2308
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I could not get fully what you mean by session.But if you mean one pair of bean and then calling client, then it doesn't have to do anything as one stateful session bean instance will be for serving the client only.
Rahul Bhattacharjee
LinkedIn
-
Blog
He was giving me directions and I was powerless to resist. I cannot resist this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Maintaining State between different calls to jsp
how to save data for an e-store
How to block multiple logins of the same user
ResourceBundle.getBundle
How a Statefull Session Bean is tied to the Client
More...