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

Why serialization is used?

2 Answers   IBM,


What is Enterprise JavaBeans (EJB)?

0 Answers  


What is the purpose of ejb in java?

0 Answers  


Is ejb be called from another ejb? If yes then how?

0 Answers  


What is the purpose of JNDI?

6 Answers  






What changes have been made in ejb 2.0 specifications?

0 Answers  


Enlist the changes in EJB 2.1 ?

0 Answers  


Explain transaction and various methods to manage it?

0 Answers  


Explain the concept of connection pooling feature of ejb container?

0 Answers  


What are the different types of ejb?

0 Answers  


What is a Java Bean?

2 Answers  


In bean managed transactions, how session bean can be configured?

1 Answers  


Categories