Tuesday, 19 April 2016

How EJB Invocation happens ?


1. Retrieve Home Object reference from Naming Service via JNDI.
2. Return Home Object reference to the client.
3. Create a new EJB Object through Home Object interface.
4. Create EJB Object from the Ejb Object.
5. Return EJB Object reference to the client.
6. Invoke business method using EJBObject reference.
7. Delegate request to Bean.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.