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 Stateful session bean life cycle?
whatis the diff between ejb and servlet/jsp
How many types of session beans are available in ejb?
How does ejb container work?
Driver manager is a class/interface.
5 Answers Bally Technologies, College School Exams Tests, TCS,
Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?
What is Enterprise JavaBeans Query Language (EJB QL)?
What is the difference between ejbcreate() and ejbpostcreate?
Match the ejb functions given below with the functionality equivalent in sql?
Define Initial Context?
What are the system services of ejb container?
What is the difference between find and select methods in ejb?