What is the relationship between an EJB component, EJB
container, and an application server?
Answer Posted / 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 |
Post New Answer View All Answers
What are the advantages of java beam?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
What is applicationscoped?
Why stateless is better than stateful?
Why do we need ejb in java?
What is the difference between ejb and spring?
What is bean-managed persistence?
What is entity beans in ejb with example?
Is decorator an ejb design pattern?
What is EJB server?
What do you mean by abstract schema?
What optimization could I use if the ejb container is the only point of write access to the database?
What is ejb ql?
How can a CORBA object, accessed from a EJB?
How does ejb container work?