scolebourne 2004/01/25 16:44:33
Modified: xdocs collections.xml
Log:
Commons Collections 3.0 website
Revision Changes Path
1.6 +2 -44 jakarta-commons/xdocs/collections.xml
Index: collections.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/collections.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- collections.xml 22 Oct 2002 00:24:42 -0000 1.5
+++ collections.xml 26 Jan 2004 00:44:32 -0000 1.6
@@ -9,54 +9,12 @@
<body>
-<section name="The Collections Component">
+<section name="Commons Collections">
<p>
-The introduction of the <a
href="http://java.sun.com/products/jdk/1.2/docs/guide/collections/">Collections
API</a> by Sun in JDK 1.2 has been a
-boon to quick and effective Java programming. Ready access to
-powerful data structures has accelerated development by reducing the
-need for custom container classes around each core object. Most Java2
-APIs are significantly easier to use because of the Collections API.
+See <a href="collections/index.html">new website</a> for Commons Collections.
</p>
-<p>
-However, there are certain holes left unfilled by Sun's
-implementations, and the <a
href="http://jakarta.apache.org/commons/">Jakarta-Commons</a> Collections Component
strives
-to fulfill them. Among the features of this package are:
-<ul>
-<li>Special-purpose implementations of Lists and Maps for fast
-access</li>
-<li>Adapter classes from Java1-style containers (arrays, enumerations)
-to Java2-style collections.</li>
-<li>Methods to test or create typical set-theory properties of
-collections such as union, intersection, and closure.</li>
-</ul>
-</p>
-</section>
-
-<section name="Documentation">
-<p>
-An alphabetical list of the package can be found in the <a
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html?rev=1.19">collections
-status document</a>.
-</p>
-
-<p>
-The <a href="collections/api/index.html">JavaDoc API documents</a> are available
online.
-</p>
-</section>
-
-<section name="Releases">
-<ul>
-<li><a
-href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/">Version
-2.1</a></li>
-<li><a
-href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/">Version
-2.0</a></li>
-<li><a
-href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v1.0/">Version
-1.0</a></li>
-</ul>
</section>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]