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?
No Answer is Posted For this Question
Be the First to Post Answer
What is a ejb container?
What are the different kind of ejb's?
What is ejb application?
Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?
How 'messaging' supported in EJB 2.0 Specification?
What is an ejb context?
What is @enableautoconfiguration?
What is a Java Bean?
How to connect to a specific enterprise bean?
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
How can I call one EJB from inside of another EJB?
What were entity beans?