Skip to content
billhorsman edited this page Dec 10, 2011 · 2 revisions

Proxool is a Java connection pool. It's not rocket science but we've been doing it since 2001 and we've ironed out a lot of problems. Development has slowed down considerably over the past few years but we're still here, making releases and answering support questions.

Features

  1. Transparency: Transparently adds connection pooling to your existing JDBC driver.
  2. Open Source: Our licence allows you flexibility to use it in both commerical and other open source products.
  3. Standards: Complies with the J2SE API, giving you the confidence to develop to standards.
  4. Control: You can monitor the performance of your database connections and listen to connection events
  5. Ease of use: It's easy to configure using the JDBC API, XML, or Java property files - you decide.

Which JDK?

Proxool is fully compatible with JDKs 1.2 to 1.5. Our tests with early releases of JDK 1.6 show no problems. As of 0.8.0, because of the use of Cglib's proxy library, we are now able to support all JDKs from 1.2 upwards.

Clone this wiki locally