XAPool - XAPool is Another Pool !


Description:
This software allows to pool objects, JDBC connections and XA connections. It comes from Enhydra application server from Lutris. Now the project is hosted by the ObjectWeb consortium and managed by Experlog. It exports a DataSource (with a pool) which is a factory of PooledConnection, and XADataSource (with a pool) which is a factory of XAConnection (connections that can be used in distributed transactions). PooledConnection objects are created by a ConnectionPooledDataSource object, and pooled in a classical pool (GenericPool). XAConnection objects are built with a XADataSource object.

The classic pool offers common and useful operations:

Download:

XaPool on OWForge :xapool-1.0
XaPool tar ball :xapool-1.0.tar.gz
Documentation:
README.txt
Examples:
License:
Enhydra Public License (EPL)

Links:
Success stories
To do list:

[Last changes: Mar 20, 2003]