What are the basic and subtypes of enterprise java beans (ejb)?
No Answer is Posted For this Question
Be the First to Post Answer
Can EJB made to handle multiple transactions?
What is mdb in ejb?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
What is ejb container?
Life cycle methods in stateless Session Beans?
What is Enterprise JavaBeans Query Language (EJB QL)?
Where is ejb used?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
How the container will maintain synchronization for multiple calls to the entity bean?
Is having static initializer blocks legal in ejb?
How can a CORBA object, accessed from a EJB?
What is ejb container in java?