Java EJB Programming Question:

Download Job Interview Questions and Answers PDF

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

Java EJB Programming Interview Question
Java EJB Programming Interview Question

Answer:

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.

Download Java EJB Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between Message Driven Beans and Stateless Session beans? What is an EJB Context?