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
Enlist the CallBack methods of Session Bean?
What are the system services of ejb container?
What optimization could I use if the ejb container is the only point of write access to the database?
How to determine, that beans are TX or not?
Is soap stateless or stateful?
What does @singleton annotation do?
What does @inject mean in java?
List some key actors in persistence api.
How to find ejb version in websphere?
What is ejb bean in java?
What is the difference between ejb and java beans?
What is jar, war, and ear?
Can remove() be a Stateless Session bean?
Is ejb a framework?
Why do we use @requestmapping?