dgraham     2003/11/09 12:46:41

  Modified:    xdocs    components.xml
  Log:
  Moved DbUtils to beta release section.  Added Mapper to
  sandbox list.
  
  Revision  Changes    Path
  1.106     +23 -8     jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -u -r1.105 -r1.106
  --- components.xml    6 Nov 2003 01:07:09 -0000       1.105
  +++ components.xml    9 Nov 2003 20:46:41 -0000       1.106
  @@ -333,6 +333,21 @@
        </ul>
       </dd>
       <!-- /Betwixt -->
  +    
  +    <!-- DbUtils -->
  +    <dt><b><big><a 
href="http://cvs.apache.org/viewcvs/jakarta-commons/dbutils/";>DbUtils</a></big></b></dt>
  +    <dd>
  +     DbUtils is a JDBC(tm) helper library that factors out mundane resource cleanup
  +     code for common database tasks.
  +     <br/>
  +     Releases:
  +     <ul>
  +       <li>Release 1.0 RC1
  +       <a href="http://jakarta.apache.org/~dgraham/dbutils-1.0-rc1/";>binary</a>
  +       <a href="http://jakarta.apache.org/~dgraham/dbutils-1.0-rc1/";>source</a> - 
09 Nov 2003</li>
  +     </ul>
  +    </dd>
  +    <!-- /DbUtils-->
   
      <!-- HttpClient -->
       <dt><b><big><a 
href="http://jakarta.apache.org/commons/httpclient/";>HttpClient</a></big></b></dt>
  @@ -371,14 +386,6 @@
        An alternative invocation mechanism for unix-daemon-like java code.
       </dd>
       <!-- /Daemon -->
  -    
  -    <!-- DbUtils -->
  -    <dt><b><big><a 
href="http://cvs.apache.org/viewcvs/jakarta-commons/dbutils/";>DbUtils</a></big></b></dt>
  -    <dd>
  -     DbUtils is a JDBC(tm) helper library that factors out mundane resource cleanup
  -     code for common database tasks.
  -    </dd>
  -    <!-- /DbUtils-->
   
       <!-- Math -->
       <dt><b><big><a 
href="http://jakarta.apache.org/commons/math/";>Math</a></big></b></dt>
  @@ -447,6 +454,14 @@
        Jakarta JAR Archive Repository
       </dd>
       <!-- /JJar -->
  +
  +    <!-- Mapper -->
  +    <dt><b><big><a 
href="http://jakarta.apache.org/commons/sandbox/mapper/";>Mapper</a></big></b></dt>
  +    <dd>
  +        Mapper is a thin abstraction layer around a project's chosen data 
  +        mapping technology (a.k.a. DAO pattern).
  +    </dd>
  +    <!-- /Mapper -->
   
       <!-- Messenger -->
       <dt><b><big><a 
href="http://jakarta.apache.org/commons/sandbox/messenger/";>Messenger</a></big></b></dt>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to