BEA WebLogic Server™ 8.1 Unleashed
by Mark Artiges, Gupreet Singh Bhasin, Bernard Ciconte, Malcolm Garland, Saranathan Govindarajan, James Huang, Subramanian Kovilmadam, Kunal Mittal, Paul J. Perrone, Tom Schwenk, Steve Steffen
Working with Stateless Session Beans
In this section, you learn how to create, deploy, and use a Stateless Session Bean. As discussed earlier, Stateless Session Beans maintain no client-specific conversational state. They perform particular tasks on invocation and return the results to the client. Once that's done, other clients can make requests to the same bean instance. The bean does not distinguish between clients. Neither does it distinguish between first and subsequent calls from the same client. Because of this, a client should not assume that it will get the same instance of the bean every time it performs a request. Stateless Session Beans should typically be used to perform any generic operation that can be performed completely by making ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access