How Client will contact the Bean?
Answer Posted / john doe
The client will use the Home interface to create an EJB Object.
When client makes a function call it will access the EJB
Object through the Remote interface.
The EJB Object then decides which EJB and which function is
to be called.
Thus the connection between the client and Bean is established
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why should we use ejb?
What is ejb context?
What is bean in ejb?
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?
What were entity beans?
What is jar, war, and ear?
What are the key features of the ejb technology?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What are the types of enterprise bean?
Can EJB made to handle multiple transactions?
How ejb invocation happens?
What do you mean by ejb ql?
Explain ejbhome and ejbobject in ejb?
Is soap stateless or stateful?
What’s new in the ejb 2.0 specification?