Basic HTML version of Foils prepared July 6 99

Foil 23 Session Beans - II

From Object Web Computing Technologies CPS714 Computational Science Information Track -- June 16 99. by H. Timucin Ozdemir


1 Because of scalability reasons, container keeps some objects as active while passivating some of them. The passivation process takes place if the bean is not in a transaction. To help the container's management of resources, EJB specifies two kinds of session beans: stateless and stateful.
2 Stateless session beans contain no conversational state and any bean instance can be used for any client invocation since there is no state information between method calls.
3 Stateful session bean contains conversational state across method invocations and transactions.
4 A state of a conversational bean is defined by its field values and transitive closure of the objects from the session bean's fields by following the object references.

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Jul 6 1999