how can we decide a session bean as stateless or stateful
without seeing jar file? i.e. by seeing the class file.
Answer Posted / vishal chougule
If u just want by looking at class file then pre condition is that u have some parameters to create method.. meaning if u have bean class file with ejbCreate with paramaters then it is for sure stateful else it can be stateful or stateless.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are stateless functions?
What is stateful session bean?
Can EJB made to handle multiple transactions?
What is the difference between ejbcreate() and ejbpostcreate?
How to generate ejb stubs in eclipse?
What’s the difference between hibernate and ejb 3?
What is bean-managed persistence?
What is ejb and its types?
What do you mean by ejb?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
Is ejb a framework?
Why is ejb used?
What is entity bean in ejb?
What is a ejb container?
Can an ejb send asynchronous notifications to its clients?