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 |
Describe client view of an Enterprise JavaBeans component?
What is the difference between message driven beans and stateless session beans?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
What is enterprise javabeans (ejb) container?
Tell me difference between Container managed persistent bean & Bean managed persistent bean?
Is it legal to have static initializer blocks in ejb?
whatis the diff between ejb and servlet/jsp
What is a ejb container?
What is ejb framework?
What is dependency injection in ejb?
How do identify two same entity beans?
What is stateless programming?