Hi all,
I am new to
EJB. When Iam trying to explore ,
Few basic questions are really troubling me in EJB. I would like to know whether my thinking is right .
1) For Statelss session beans , ejbCreate() will be called only once because of pooling.
2) For Statefull session beans ejbCreate() method will be called everytime as per request because we
cant pool.
3)Whether Stateless session beans can be accessed by multiple cleints.
4) Why multiple client access is not supported in Session beans, when session beans support transactions.
5)Whether the only main difference between Statefull session bean and Entity bean is the multiple client access support.
It will be thankfull to me if you people provide some light on above things with specific examples.
Thanks
Krishna