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 |
How enterprise beans will handle concurrent and loopback calls on entity beans?
Is ejb be called from another ejb? If yes then how?
Can tomcat run ejb?
Differentiate Conversational from Non-conversational interactions?
what is mean by API ? Please answer me. Advance thanks.
What are the various methods of an Entity Bean?
in EJB diclare the static methods are not?
when deploying an EJB, does it possible to specify multiple JNDI names?
Can CMP manage BMP Transaction ? Entity Bean Life Cycle ?
1 Answers IBM, SAP Labs, Sony,
Enlist the changes in EJB 2.1 ?
abstract methods in SessionBean?
What is stateless programming?