How Client will contact the Bean?
Answer Posted / sapan kumar das
First Client Homeinterface get by
1.Client locates the Homeinterface using JNDI services.
2.EJB server return reference of Homeinterface.
3.Client call the create method of Homeinterface
4.EJB server return the reference of Remoteinterface
5.Client invoke the remotemethods
6.server return the results.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What causes statelessness?
What is ejb and its types in java?
What are the limitations of using local object?
What is ptp model?
Define Clone?
What does ejb stand for?
What optimization could I use if the ejb container is the only point of write access to the database?
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.
What is ejb javatpoint?
What is mdb in ejb?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
What are versions of ejb?
What is remote interface in ejb?
What is ejb bean in java?
How many ejb objects are created for a bean?