How can I call one EJB from inside of another EJB?
Submitted by: AdministratorEJBs 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.
Submitted by: Administrator
Submitted by: Administrator
Read Online Java EJB Programming Job Interview Questions And Answers
Top Java EJB Programming Questions
☺ | Is it possible to stop the execution of a method before completion in a SessionBean? |
☺ | How many enterprise beans? |
☺ | How can I call one EJB from inside of another EJB? |
☺ | What is the difference between session and entity beans? When should I use one or the other? |
☺ | What is message-driven bean? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |