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
Which services are provided to ejb components by the ejb container?
What are the benefits of ejb?
How do I use a less than or greater than on a message selector in ejb-jar.xml?
What is ptp model?
What is pub/sub model?
in EJB diclare the static methods are not?
What is ejbdoclet?
What is EJB server?
Where is ejb used?
How to create ejb project in eclipse?
Is ejbCreate() method mandatory while defining a Session Bean?
Name the attributes of javax.ejb.stateful.
How is consistency maintained by Stateful Session through transaction updates ?
How to determine, that beans are TX or not?
What is ejb bean in java?