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 ejb containers?
Enlist the changes in EJB 2.1 ?
What is stateless programming?
Why does EJB needs two interfaces, Home and Remote Interface?
How Stateful Session bean will store its State ?
What is ejb and its properties?
What is a stateless session?
Define ACID Properties?
Write down the steps for the creation of stateless ejb.
What are the advantages of ejb components?
What are the services that a container provides for an entity bean?
Explain the concept of connection pooling feature of ejb container?