Interview Questions

How can I call one EJB from inside of another EJB?

EJB Interview Questions and Answers


(Continued from previous question...)

22. How can I call one EJB from inside of another EJB?

EJBs can be clients of other EJBs. It just works. Use JNDI to locate the Home Interface of the other bean, then acquire an instance reference, and so forth.

(Continued on next question...)

Other Interview Questions