File: control

package info (click to toggle)
libcommons-dbcp-java 1.2.1-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,424 kB
  • ctags: 1,855
  • sloc: java: 9,299; xml: 1,210; makefile: 12
file content (25 lines) | stat: -rw-r--r-- 1,105 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: libcommons-dbcp-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>
Build-Depends-Indep: debhelper (>= 4.2.30), libcommons-pool-java, libcommons-collections-java, junit, cdbs, ant, kaffe
Standards-Version: 3.6.2

Package: libcommons-dbcp-java
Architecture: all
Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime, libcommons-pool-java, libcommons-collections-java
Description: Database Connection Pooling Services
 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.
 .
 This is a part of the Apache Jakarta Project.
 Home: <http://jakarta.apache.org/commons/dbcp/>