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

Answer Posted / kameshwar

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.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is stateless code?

502


What is bean-managed persistence?

581


What is passivation and activation in ejb?

541


What are the callback annotations for entity bean?

517


What is session bean in ejb?

520






What is the difference between Session bean and Entity bean?one?

567


What is the default transaction attribute for an ejb?

543


What is @enableautoconfiguration?

537


How can enterprise javabeans be accessed from active server pages?

570


Differentiate Phantom from Un-repeatable?

567


What is singleton session bean?

583


What is EJB server provider?

583


What do you understand by session facade?

528


What is stateless ejb?

533


How does ejb container work?

519