What is the relationship between an EJB component, EJB
container, and an application server?

Answers were Sorted based on User's Feedback



What is the relationship between an EJB component, EJB container, and an application server?..

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

What is the relationship between an EJB component, EJB container, and an application server?..

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

Post New Answer

More EJB Interview Questions

What is ejb container in java?

0 Answers  


Which is default transaction attribute for the business method of a bean?

2 Answers  


What is ejb client?

0 Answers  


what is mean by dll ? Please answer me. Advance thanks.

3 Answers   Excel,


Describe client view of an Enterprise JavaBeans component?

1 Answers   Wipro,


Enlist the CallBack methods of Session Bean?

0 Answers  


in EJB diclare the static methods are not?

0 Answers   iGate,


What is an ejb platform?

0 Answers  


Enlist the changes in EJB 2.1 ?

0 Answers  


Elucidate callback in ejb?

0 Answers  


What happens when I change a value in the httpsession from inside an ejb?

0 Answers  


what are main features in EJB?

2 Answers  


Categories