rwaldhoff    02/04/29 07:26:32

  Modified:    pool/xdocs index.xml
  Log:
  doc update
  
  Revision  Changes    Path
  1.4       +16 -2     jakarta-commons/pool/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 29 Apr 2002 12:11:30 -0000      1.3
  +++ index.xml 29 Apr 2002 14:26:32 -0000      1.4
  @@ -4,12 +4,26 @@
         <title>Home</title>
         <author email="[EMAIL PROTECTED]">Commons Documentation 
Team</author>
         <author email="[EMAIL PROTECTED]">Rodney Waldhoff</author>
  -      <revision>$Id: index.xml,v 1.3 2002/04/29 12:11:30 rwaldhoff Exp $</revision>
  +      <revision>$Id: index.xml,v 1.4 2002/04/29 14:26:32 rwaldhoff Exp $</revision>
      </properties>
   
      <body>
         <section name="The Pool Component">
  -         <p>Pool provides an Object-pooling API.</p>
  +         <p>
  +          Pool provides an Object-pooling API, with three major aspects:
  +          <ol>
  +           <li>
  +            A generic object pool interface that clients and implementors can use 
to provide easily 
  +            interchangable pooling implementations.
  +           </li>
  +           <li>
  +            A toolkit for creating modular object pools.
  +           </li>
  +           <li>
  +            Several general purpose pool implementations.
  +           </li>
  +          </ol>
  +         </p>
            <p>
             See the <a 
href="http://nagoya.apache.org/gump/javadoc/jakarta-commons/pool/dist/docs/api/index.html";>javadoc</a>
             for details.
  
  
  

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

Reply via email to