How does ejb container work?
No Answer is Posted For this Question
Be the First to Post Answer
What is stateless code?
How to connect to a specific enterprise bean?
How can one EJB be called from within another EJB?
What is ejb technology?
what is a ejb architecture? and overview of ejb software architecture?
why object class is a parent of all classes in java?
what s the difference b/w EJB 2.0 and EJB 3.0 technically
2 Answers Microsoft, Mind Tree, Tech Mahindra,
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?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
Why do we need ejb in java?
List down the steps for the demonstration of ejp persistence mechanism.
What are the limitations of using local object?