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
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
What is @resource in java?
What is stateless session bean?
What is ejb and its properties?
Mention the three levels for applying interceptor methods.
What do you mean by ‘hot deployment’ ?
What does @inject mean in java?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
What does statelessness mean?
How to import ejb project in eclipse?
What is ptp model?
How to generate ejb stubs in eclipse?
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
What is the default transaction attribute for an ejb?
What is the meaning of acid in the connection of transaction management?