Path to this page:
./
wip/apache-commons-dbcp,
Database Connection Pooling Services
Branch: CURRENT,
Version: 1.4,
Package name: apache-commons-dbcp-1.4,
Maintainer: pkgsrc-usersThe 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)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
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) | |
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.
|