what is an ejb object?

Answer Posted / vamsee

Ejb objects are used to access the Business logic methods
defined by the user in the bean. client gets the reference
of the object using JNDI, and cast the object as the
HomeObject and access the methods in the bean.

Is This Answer Correct ?    23 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain transaction and various methods to manage it?

533


Is functional programming stateless?

525


Elucidate callback in ejb?

544


What is the difference between ejbcreate() and ejbpostcreate?

536


What is @autowired required false?

584






Explain the important elements of ejb?

553


Can remove() be a Stateless Session bean?

578


What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?

538


What are the advantages of ejb components?

560


An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?

561


What is an ejb context?

567


What is the difference between message driven beans and stateless session beans?

519


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

2020


What are the system services of ejb container?

628


What is ejb in java with example?

515