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 is ejb container in java?
Which is default transaction attribute for the business method of a bean?
What is ejb client?
what is mean by dll ? Please answer me. Advance thanks.
Describe client view of an Enterprise JavaBeans component?
Enlist the CallBack methods of Session Bean?
in EJB diclare the static methods are not?
What is an ejb platform?
Enlist the changes in EJB 2.1 ?
Elucidate callback in ejb?
What happens when I change a value in the httpsession from inside an ejb?
what are main features in EJB?