Interviewer And Interviewee Guide

Java EJB Programming Interview Question:

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

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Java EJB Programming Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.