posted 20 years ago
Hi,
Questions seems to be silly, but I want to know whether all the Entity Beans (Say Customer Bean, Cabin bean) are maintained in the same Entity Bean pool. Similary for stateless session bean pool are pooled in the same pool? If so then there will be around lots of bean be pooled in resource which will eat lots of memory?
Is it not possible whether we can have only 10 bean instances for all the entity beans (say 10 entity beans) and based on the method invocation the bean instance be serviced.
Thanks & Regards,
M.S.Raman