Google News
logo
EJB - Interview Questions
How does EJB invocation happens?
The steps that are followed :

*
Home Object Interface creates a new EJB object
* Gives back EJB object reference to the client
* With the use of EJB object reference invokes business methods
* Delegate requests to the bean.
Advertisement