rwaldhoff 2003/03/06 15:54:44
Modified: xdocs dbcp.xml
xdocs/stylesheets project.xml
Log:
dbcp docs moved to maven-generated site (within ../dbcp/xdocs)
Revision Changes Path
1.2 +4 -57 jakarta-commons/xdocs/dbcp.xml
Index: dbcp.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/dbcp.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dbcp.xml 13 Aug 2002 02:08:32 -0000 1.1
+++ dbcp.xml 6 Mar 2003 23:54:43 -0000 1.2
@@ -1,65 +1,12 @@
<?xml version="1.0"?>
-
<document>
-
<properties>
- <title>Commons</title>
+ <title>Commons DBCP</title>
<author email="[EMAIL PROTECTED]">Commons Documentation Team</author>
</properties>
-
- <body>
-
-<section name="The DBCP Component">
-
-<p>Many Jakarta projects support interaction with a relational database.
-Creating a new connection for each user can be time consuming (often
-requiring multiple seconds of clock time), in order to perform a database
-transaction that might take milliseconds. Opening a connection per user
-can be unfeasible in a publicly-hosted Internet application where the
-number of simultaneous users can be very large. Accordingly, developers
-often wish to share a "pool" of open connections between all of the
-application's current users. The number of users actually performing
-a request at any given time is usually a very small percentage of the
-total number of active users, and during request processing is the only
-time that a database connection is required. The application itself logs
-into the DBMS, and handles any user account issues internally.</p>
-
-<p>There are several Database Connection Pools already available, both
-within Jakarta products and elsewhere. This Commons package provides an
-opportunity to coordinate the efforts required to create and maintain an
-efficient, feature-rich package under the ASF license.</p>
-
-<p>The <code>commons-dbcp</code> package relies on code in the
-<code>commons-pool</code> package to provide the underlying object pool
-mechanisms that it utilizes.</p>
-
+<body>
+<section name="Moved">
+<p>Please see <a
href="http://jakarta.apache.org/commons/dbcp/">http://jakarta.apache.org/commons/dbcp/</a>.</p>
</section>
-
-
-<section name="Documentation">
-
-<!--
-<p>The <a href="http://jakarta.apache.org/commons/dbcp/RELEASE-NOTES.txt">
-Release Notes</a> document the new features and bug fixes that have been
-included in this release.</p>
--->
-
-<p>The <a href="http://jakarta.apache.org/commons/dbcp/api/index.html">
-JavaDoc API documents</a> are available online. In particular, you should
-read the package overview of the <code>org.apache.commons.dbcp</code>
-package.</p>
-
-</section>
-
-
-<section name="Releases">
-
-<ul>
-<li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-dbcp/v1.0/">Version
1.0</a></li>
-</ul>
-
-</section>
-
-
</body>
</document>
1.70 +1 -1 jakarta-commons/xdocs/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- project.xml 5 Mar 2003 22:32:54 -0000 1.69
+++ project.xml 6 Mar 2003 23:54:43 -0000 1.70
@@ -47,7 +47,7 @@
<item name="Betwixt"
href="http://jakarta.apache.org/commons/betwixt/index.html"/>
<item name="CLI"
href="http://jakarta.apache.org/commons/cli/index.html"/>
<item name="Collections"
href="http://jakarta.apache.org/commons/collections.html"/>
- <item name="DBCP"
href="http://jakarta.apache.org/commons/dbcp.html"/>
+ <item name="DBCP"
href="http://jakarta.apache.org/commons/dbcp"/>
<item name="Digester"
href="http://jakarta.apache.org/commons/digester.html"/>
<item name="Discovery"
href="http://jakarta.apache.org/commons/discovery.html"/>
<item name="EL"
href="http://jakarta.apache.org/commons/el.html"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]