What is ejb in java?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What is stateless and stateful session bean in ejb?
What are the various types of entrepreneur java bean?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
What is bean in ejb?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
What is dependency injection in ejb?
What are the system services of ejb container?
Why do we use @requestmapping?
What are the different types of ejb?
How to determine, that beans are TX or not?
What is ejb role in j2ee?
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 the difference between ejbcreate() and ejbpostcreate?