simplepool
Examples

Project Home

Summary A simple database connection pool for webapps using JSTL.
Example 1 JNDI DataSource Examples
Example 2 Servlet DataSource Examples

Description

SimplePool is a simple database connection pool implementation for web applications, specifically those using JSTL.

The connection pool can be created, accessed and managed via JNDI or a provided Servlet.

The examples above have been tailored for use with Tomcat and MySQL.