Enterprise JavaBeans server
-
environment to support the execution of applications developed using Enterprise JavaBeans
|
Bean container
-
manages the life cycle of the object, implements security for the object, and coordinates distributed transactions
|
State management: data contained within the object
-
session object: created by a client, in most cases exists only for the duration of a single client/server session
-
entity objects: persistent data that are maintained in a database
|