How to connect to a specific enterprise bean?
Answers were Sorted based on User's Feedback
Answer / janet
A client accesses an Enterprise Java Bean by looking up the
class implementing it's home interface by name through JNDI.
it then uses methods of the home interface to acquire access
to an instance of the class implementing the remote interface.
| Is This Answer Correct ? | 2 Yes | 1 No |
Explain the architectural relationship between JavaBeans and JTA?
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?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
Life Cyle methods in Entity Bean with Container Managed persistence
What do you mean by ejb ql?
Can the primary key in the entity bean be a Java primitive type such as int?
What does @inject mean in java?
What are ejbs used for?
In what way, the client gets a reference to an existing entity bean?
How does the server decide which beans to passivate and activate?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
What is the difference between ejb and java beans?