Re: client is not directly interacting with EJB Bean?.
Posted By:
Subramanian_Sathiyamoorthy
Posted On:
Monday, October 29, 2001 09:59 AM
That is indeed the purpose of EJB.The container can only interact directly with the bean and not the client.The reason is you can get bean-pooling done.Also this would affect scalability if they allow to interact directly.