| Author |
EJB Server provider vs EJB Container provider
|
MI Mohammed
Ranch Hand
Joined: Feb 16, 2005
Posts: 146
|
|
|
Pls can anyone explain the difference between the two.
|
SCJA(Beta) SCJP 1.4 SCWCD 1.4 SCBCD 1.3 SCBCD 5.0 beta <br />The more practice we get, the better we are at the exams and in life in general. Pls join me at My DEN.
|
 |
Inesh Hettiarachchi
Greenhorn
Joined: Feb 07, 2004
Posts: 23
|
|
hi The EJB server provides an environment that supports the execution of applications developed using Enterprise JavaBeans� (EJB) components. It manages and coordinates the allocation of resources to the applications. Enterprise beans typically contain the business logic for a J2EE application. The EJB server must provide one or more EJB containers. An EJB container manages the enterprise beans contained within it. For each enterprise bean, the container is responsible for registering the object, providing a remote interface for the object, creating and destroying object instances, checking security for the object, managing the active state for the object, and coordinating distributed transactions. Optionally, the container can also manage all persistent data within the object. inesh
|
 |
MI Mohammed
Ranch Hand
Joined: Feb 16, 2005
Posts: 146
|
|
|
Thanks Inesh for the clarification
|
 |
 |
|
|
subject: EJB Server provider vs EJB Container provider
|
|
|