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
Is ejb be called from another ejb? If yes then how?
What are the key features of the ejb technology?
What is the full form of ejb in java?
What is ejb and its types?
What are versions of ejb?
What is the difference between ejb and spring?
What is the difference between message driven beans and stateless session beans?
What do you mean by ejb ql?
What is Enterprise JavaBeans (EJB)?
What is use of @postconstruct?
How to generate ejb stubs in eclipse?
Name the attributes of javax.ejb.stateful.
What were entity beans?
Is it legal to have static initializer blocks in ejb?
What is EJB object?