JDBC Connection Pooling
Since I'm not using EJBs, I have to manually create connection pooling...
What's the best library you have ever used that creates application-wide (.war) connection pools?
Is it free? Can I deploy it in my .war in the WEB-INF/lib folder?
I'm using MS SQL Server and MySQL, but I need a library compatible with any driver, including the JDBC-ODBC.
Thx

