Re: == Connection pools ==
Posted By:
Lasse_Koskela
Posted On:
Friday, October 11, 2002 01:30 AM
The connection pool provided by a J2EE compliant application server gives you the following major benefits (there are probably more, but these are the ones I remember):
- Automatic pooling behind the scenes
- Database can be swapped without touching code