Page 1 of 1

About Question enthuware.oce-ejbd.v6.2.545 :

Posted: Mon Sep 02, 2013 12:52 pm
by sanju.ait@gmail.com
"A stateless session bean should be prepared to handle multiple client requests simultaneously."

This could be achieved by multiple instances of stateless session bean. Correct wording could be
"A stateless session bean instance should be prepared to handle multiple client requests simultaneously."

Re: About Question enthuware.oce-ejbd.v6.2.545 :

Posted: Sun Sep 08, 2013 6:30 am
by admin
Updated.
thank you for your feedback!

Re: About Question enthuware.oce-ejbd.v6.2.545 :

Posted: Sat Jun 13, 2015 11:07 pm
by himaiMinh
In option 3 explanation "No enterprise bean needs to be prepared to handle simultaneous client requests...."
I think singleton beans can be prepared to handle simultaneous client requests as some methods in a singleton bean can be annotated with @Lock(READ).