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

Is decorator an ejb design pattern?

0 Answers  


How ejb invocation happens?

0 Answers  


Transaction Attributes? What is the use of ?RequiresNew?

1 Answers   HCL,


What are the callback annotations for entity bean?

0 Answers  


What is ejb in java with example?

0 Answers  






Explain ejbhome and ejbobject in ejb?

0 Answers  


What is a ejb container?

0 Answers  


Where a bean can be used ?

1 Answers  


Explain the concept of connection pooling feature of ejb container?

0 Answers  


How to increase ejb transaction timeout in weblogic?

0 Answers  


How do you implement the Local Interfaces ?

1 Answers   HCL,


What is the use of @resource?

0 Answers  


Categories