What is the procedure for the creation of stateless ejb?
No Answer is Posted For this Question
Be the First to Post Answer
What are the various types of entity beam?
can we stop the execution of a method before completion?
Can EJB made to handle multiple transactions?
TX operation funtion executed by?
Is method overloading allowed in ejb?
What is an entity manager?
Should services be stateless?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
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?
Why do we use @requestmapping?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What is @autowired required false?