Pooling Your DataSources
June 2, 2004 Marc Logemann
[The code for this article is available for download.]
In my last article, I explained how to use the IBM Universal JDBC Driver to connect to DB2 for iSeries in the Tomcat 5 environment, using JNDI for looking up the DataSource. You should now know how to define DataSources inside Tomcat and how to get the DataSource inside your Java code. I have not yet covered the definition and using a connection pool, which is important for creating well-performing applications.
CONNECTION POOL CHOICES
In the last article you had a choice between two JDBC drivers for