what is an ejb object?

Answer Posted / nisha

EJB object implements Component Interface. It is created by
the container when create() method is called by the Home
interface. EJB object contains the business methods present
in the bean class. Hence client request invokes the
business method on bean via the EJB object.

Is This Answer Correct ?    14 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why should we use ejb?

533


in EJB diclare the static methods are not?

2925


What is bean-managed transaction?

571


why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface

2030


Enlist the changes in EJB 2.1 ?

586






What is message-driven bean?

584


Why is ejb needed?

516


How is consistency maintained by Stateful Session through transaction updates ?

631


How ejb invocation happens?

583


What is the meaning of acid in the connection of transaction management?

552


How to invoke ejb from java client?

528


What is ptp model?

593


Can remove() be a Stateless Session bean?

590


Is it possible to have threading in ejb?

558


Enlist the contents of Container.

590