aspose file tools
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes EJB Server provider  vs EJB Container provider Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "EJB Server provider  vs EJB Container provider" Watch "EJB Server provider  vs EJB Container provider" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: EJB Server provider vs EJB Container provider
 
Similar Threads
EJB role question by Ashik
New Mock Exam questions...
EJB Server question
is EJBServer means operating system?
Question about bean-managed transactions