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 is ejb and its architecture?
What is session bean?
What is @enableautoconfiguration?
What is an ejb context?
What do you mean by abstract schema?
What is stateless and stateful?
Differentiate Phantom from Un-repeatable?
What were entity beans?
Is functional programming stateless?
Enlist the changes in EJB 2.1 ?
When was ejb developed?
How many ejb objects are created for a bean?
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.
How does ejb container work?
What are the attributes of transaction in ejb?