What is the relationship between an EJB component, EJB
container, and an application server?
Answers were Sorted based on User's Feedback
Answer / guest
An EJB component is an enterprise bean that runs in a
container. The container provides a platform-independent
execution environment for the bean. Containers are hosted on
EJB-compliant application servers. The vendor-specific
application servers provide a common set of services to the
containers via the EJB framework.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / devarathnam c,kotagudibanda(po
Hi...
Actually the Application server gives the services to the
EJB Container,the EJB Container provides the run-time
environment for the EJB Conponent,EJB Component full fill
the client request.
| Is This Answer Correct ? | 1 Yes | 0 No |
what are the influence factors of ejbLoad() & ejbStore()?
What are versions of ejb?
What is the difference between Session bean and Entity bean?one?
What are the services that a container provides for an entity bean?
What is the purpose of a transaction monitor?
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
what are required main interfaces in EJB?
Transaction Attributes? What is the use of ?RequiresNew?
What is entity bean?
What transaction attributes does Java Bean containers support?
What is bean-managed transaction?
what is finder method?