./wip/apache-commons-dbcp, Database Connection Pooling Services

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4, Package name: apache-commons-dbcp-1.4, Maintainer: pkgsrc-users

The DBCP package provides database connection pooling services.
The following features are supported

* DataSource and Driver interfaces to the pool.
* Support for arbitrary sources of the underlying Connections.
* Integration with arbitrary org.apache.commons.pool.ObjectPool
implementations.
* Support for Connection validation, expiration, etc.
* Support for PreparedStatement pooling.
* XML configuration.


Required to run:
[wip/apache-commons-collections] [wip/apache-commons-pool]

Required to build:
[lang/sun-jre7] [lang/sun-jdk7] [pkgtools/cwrappers]

Master sites:

RMD160: 860d3b31a833c3a68067edb2c07cc574a2502b31
Filesize: 1423.59 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
   2012-01-01 16:29:54 by Kamel Derouiche | Files touched by this commit (1)
Log message:
Update Maintainer

   2010-09-13 11:46:51 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import apache-commons-dbcp-1.4 as wip/apache-commons-dbcp.

The DBCP package provides database connection pooling services.
The following features are supported

 * DataSource and Driver interfaces to the pool.
 * Support for arbitrary sources of the underlying Connections.
 * Integration with arbitrary org.apache.commons.pool.ObjectPool
   implementations.
 * Support for Connection validation, expiration, etc.
 * Support for PreparedStatement pooling.
 * XML configuration.