Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 47593 invoked from network); 24 Oct 2003 04:03:13 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Oct 2003 04:03:13 -0000 Received: (qmail 2800 invoked by uid 500); 24 Oct 2003 04:02:50 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 2737 invoked by uid 500); 24 Oct 2003 04:02:50 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 2724 invoked by uid 500); 24 Oct 2003 04:02:50 -0000 Received: (qmail 2721 invoked from network); 24 Oct 2003 04:02:50 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 24 Oct 2003 04:02:50 -0000 Received: (qmail 47517 invoked by uid 1581); 24 Oct 2003 04:03:09 -0000 Date: 24 Oct 2003 04:03:09 -0000 Message-ID: <20031024040309.47516.qmail@minotaur.apache.org> From: dgraham@apache.org To: jakarta-commons-sandbox-cvs@apache.org Subject: cvs commit: jakarta-commons-sandbox/dbutils/xdocs index.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N dgraham 2003/10/23 21:03:09 Modified: dbutils/xdocs index.xml Log: Fixed bad XML. Revision Changes Path 1.2 +3 -1 jakarta-commons-sandbox/dbutils/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/dbutils/xdocs/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.xml 23 Oct 2003 03:41:14 -0000 1.1 +++ index.xml 24 Oct 2003 04:03:09 -0000 1.2 @@ -26,7 +26,7 @@
  • No possibility for resource leaks. Correct JDBC coding isn't difficult but it is time-consuming and tedious. This often - leads to connection leaks that maybe difficult to track down. + leads to connection leaks that may be difficult to track down.
  • Cleaner, clearer persistence code. The amount of code needed @@ -121,6 +121,8 @@
  • Java 1.2 (or later)
  • JDBC 1.2 (or later)
  • + + --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org