Is connection pooling required when each database field has a entity bean and all the data will be inserted/ updated by the entity bean Regards, aakash
Originally posted by aakash bhatt: Is connection pooling required when each database field has a entity bean and all the data will be inserted/ updated by the entity bean
When using entity beans you get connection pooling for free (provided by the application server).