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
What is entity bean?
in EJB diclare the static methods are not?
What is session facade in ejb?
What is meant by ejb?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
What causes statelessness?
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
Which is more beneficial: CMP or BMP?
What is stateful session bean?
What is mdb?
What is Session Bean Interface?
What are versions of ejb?
What is ejb and how it works?
What is Enterprise JavaBeans Query Language (EJB QL)?
Differentiate “find a method” from “select method” in EJB ?