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
How do you decide whether you should use session, entity or message driven bean?
How many ejb objects are created for a bean?
What is Enterprise JavaBeans Query Language (EJB QL)?
What does statelessness mean?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
Differentiate Phantom from Un-repeatable?
What is session bean in ejb?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
What optimization could I use if the ejb container is the only point of write access to the database?
What is stateful session bean?
What is singleton session bean?
How does the server decide which beans to passivate and activate?
What are the limitations of using local object?
How does ejb work in java?