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 |
What is the difference between ejbcreate() and ejbpostcreate?
What ejb means?
How to find ejb version in websphere?
How the container will maintain synchronization for multiple calls to the entity bean?
Why do we need ejb?
How many enterprise beans?
when deploying an EJB, does it possible to specify multiple JNDI names?
Is soap stateless or stateful?
What are the advantages of ejb?
can we have static initializer blocks in EJB?
What is the difference between ejb and spring?
How does ejb work in java?