Author: psteitz Date: Sat Nov 14 01:07:19 2009 New Revision: 836082 URL: http://svn.apache.org/viewvc?rev=836082&view=rev Log: s/Jakarta/Apache
Modified: commons/proper/dbcp/trunk/xdocs/index.xml Modified: commons/proper/dbcp/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/xdocs/index.xml?rev=836082&r1=836081&r2=836082&view=diff ============================================================================== --- commons/proper/dbcp/trunk/xdocs/index.xml (original) +++ commons/proper/dbcp/trunk/xdocs/index.xml Sat Nov 14 01:07:19 2009 @@ -26,7 +26,7 @@ <section name="The DBCP Component"> -<p>Many Jakarta projects support interaction with a relational database. +<p>Many Apache 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 @@ -40,7 +40,7 @@ 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 +within Apache 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>