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 ejb containers?
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
How 'messaging' supported in EJB 2.0 Specification?
What is entity bean in ejb?
What is message-driven bean?
How stateful session beans will maintain consistency, across transaction updates?
What is ejb home object?
Write down the steps for the creation of stateless ejb.
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
Explain the Sotware Architechture of EJB?
what is mean by OLE ? Please answer me. Advance thanks.
What is the major difference SessionBean and EntityBean?