What is the relationship between an EJB component, EJB
container, and an application server?
Answer Posted / 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 View All Answers
What does it mean to be stateless?
What is activemq used for?
What is passivation and activation in ejb?
Explain what is an EJB Context?
What is stateless code?
How many ejb objects are created for a bean?
can we stop the execution of a method before completion?
What is the meaning of acid in the connection of transaction management?
Enlist the CallBack methods of Session Bean?
How does ejbs work?
What is bean-managed persistence?
What do you understand by session facade?
What is EJB object?
What happens when I change a value in the httpsession from inside an ejb?
How is consistency maintained by Stateful Session through transaction updates ?