Re: Why Instance Pooling in EntityBeans
Posted By:
tausif_khanooni
Posted On:
Sunday, December 5, 2004 05:32 AM
because entity beans represent the persistant data object itself. They can be used to perform task on database object regardless of client and its state. which makes them a generic instances to perform the task, hance pooling can be used
hope it helps