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
Can beans who are involved in transaction have 'passivation' process?
What are the callback annotations for entity bean?
What is the difference between ejb and spring?
What is ejb and its uses?
What is the use of @ejb annotation?
What causes statelessness?
How does ejbs work?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
What is @enableautoconfiguration?
What do you understand by session facade?
Name the attributes of javax.ejb.stateful.
Can remove() be a Stateless Session bean?
What is Enterprise JavaBeans Query Language (EJB QL)?
What is backing bean?
What is jar, war, and ear?