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 are the benefits of ejb?
TX operation funtion executed by?
What are the various types of entrepreneur java bean?
what is SessionBean, EntityBean?
can u explain about design patterns like singleton,builder,factory
Life cycle methods in stateful session beans?
what is finder method?
How do you decide whether you should use session, entity or message driven bean?
How to generate ejb stubs in eclipse?
How can one EJB be called from within another EJB?
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
Which is more beneficial: CMP or BMP?