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 |
Can stateful session beans are persistent?
Define Initial Context?
What is an ejb container?
What is a Java Bean?
What is the difference between ejb and java beans?
Which is default transaction attribute for the business method of a bean?
What do you mean by ‘hot deployment’ ?
What is EJB server provider?
Which services are provided to ejb components by the ejb container?
What is the difference between ejb and spring?
What is ejb in java?
what are main features in EJB?