rwaldhoff 02/04/29 07:29:11
Modified: docs/pool index.html
Log:
doc update
Revision Changes Path
1.3 +15 -1 jakarta-commons/docs/pool/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/pool/index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.html 29 Apr 2002 12:16:23 -0000 1.2
+++ index.html 29 Apr 2002 14:29:11 -0000 1.3
@@ -88,7 +88,21 @@
</td></tr>
<tr><td>
<blockquote>
- <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]>