husted 02/01/06 10:51:29 Modified: xdocs index.xml Log: Update table of subprojects to include three general categories. Revision Changes Path 1.15 +60 -36 jakarta-site2/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- index.xml 4 Jan 2002 23:21:10 -0000 1.14 +++ index.xml 6 Jan 2002 18:51:29 -0000 1.15 @@ -18,7 +18,7 @@ <p> Jakarta hosts several <a href="#Jakarta Subprojects">subprojects</a>. -These are listed on the Subprojects menu on the left, or in the index +These are listed on the SubProjects menu on the left, or in the section below. Each subproject has its own team of developers and committers, and its own mailing list. </p> @@ -26,7 +26,7 @@ <p> <strong>For more information</strong> about a subproject, visit its home page by selecting a link from the menu on the left -or from the index below.</p> +or from the section below.</p> <p> <strong>For product support</strong>, see the subproject's @@ -63,11 +63,17 @@ </section> <section name="Jakarta Subprojects"> +<p>Jakarta hosts products in three general categories:</p> +<ul> +<li><a href="#tools">Libraries, Tools, and APIs</a></li> +<li><a href="#frameworks">Frameworks and Engines</a></li> +<li><a href="#servers">Server Applications</a></li> +</ul> <table> <tr> -<th align="right" valign="top"><a href="./alexandria/index.html">Alexandria</a>:</th> -<td valign="top">Alexandria is a CVS/Javadoc/Source code/Documentation management system meant for use within Open Source projects.</td> +<td></td> +<th align="center"><font color="#ffffff"><strong><a name="tools">Libraries, Tools, and APIs</a></strong></font></th> </tr> <tr> <th align="right" valign="top"> @@ -75,18 +81,10 @@ <td valign="top">Ant is a Java based build tool.</td> </tr> <tr> -<th align="right" valign="top"><a href="./avalon/index.html">Avalon</a>:</th> -<td valign="top">Avalon is component-oriented programming project consisting of: Framework, the core framework for COP; Excalibur, common utilities written as components; Phoenix, a server framework; Cornerstone, blocks for use in a Phoenix server; and, Logkit, logging facilities.</td> -</tr> -<tr> <th align="right" valign="top"><a href="./bcel/index.html">BCEL</a>:</th> <td valign="top">The Byte Code Engineering Library (formerly known as JavaClass) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). </td> </tr> <tr> -<th align="right" valign="top"><a href="./cactus/index.html">Cactus</a>:</th> -<td valign="top">Cactus is a simple test framework for unit testing server-side Java code (servlets, EJBs, tag libraries, filters, ...).</td> -</tr> -<tr> <th align="right" valign="top"><a href="./commons/index.html">Commons</a>:</th> <td valign="top">Repository for small scale, reusable, code components that are useful in multiple Jakarta subprojects.</td> </tr> @@ -95,26 +93,14 @@ <td valign="top">The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML</td> </tr> <tr> -<th align="right" valign="top"><a href="./james/index.html">James</a>:</th> -<td valign="top">James is an email/news/messaging server written in Java. It uses the Avalon component framework. It currently supports SMTP and POP3 (stable) with IMAP and NNTP in the works.</td> -</tr> -<tr> <th align="right" valign="top"><a href="./jmeter/index.html">JMeter</a>:</th> <td valign="top">Pure Java desktop application designed to load test functional behavior and measure performance</td> </tr> <tr> -<th align="right" valign="top"><a href="./jetspeed/index.html">Jetspeed</a>:</th> -<td valign="top">A java user customizable portal system based on Turbine framework</td> -</tr> -<tr> <th align="right" valign="top"><a href="./log4j/index.html">Log4j</a>:</th> <td valign="top">A fast and flexible logging library for Java.</td> </tr> <tr> -<th align="right" valign="top"><a href="./lucene/index.html">Lucene</a>:</th> -<td valign="top">Jakarta Lucene is a high-performance, full-featured text search engine written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.</td> -</tr> -<tr> <th align="right" valign="top"><a href="./oro/index.html">ORO</a>:</th> <td valign="top">Set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc.</td> </tr> @@ -123,24 +109,35 @@ <td valign="top">100% Pure Java Regular Expression package.</td> </tr> <tr> -<th align="right" valign="top"><a href="./slide/index.html">Slide</a>:</th> -<td valign="top">WebDAV aware content management system</td> +<th align="right" valign="top"><a href="./taglibs/index.html">Taglibs</a>:</th> +<td valign="top">A collection of JavaServer Pages (JSP) custom tag libraries useful in building web applications</td> </tr> <tr> -<th align="right" valign="top"><a href="./struts/index.html">Struts</a>:</th> -<td valign="top">A model-view-controller framework for constructing web applications with servlets and JavaServer Pages</td> +<th align="right" valign="top"><a href="./watchdog/index.html">Watchdog</a>:</th> +<td valign="top">Compatibility tests that check a servlet/JSP container implementation of the corresponding specifications</td> </tr> +</table> + +<table> <tr> -<th align="right" valign="top"><a href="./taglibs/index.html">Taglibs</a>:</th> -<td valign="top">A collection of JavaServer Pages (JSP) custom tag libraries useful in building web applications</td> +<td></td> +<th align="center"><font color="#ffffff"><strong><a name="frameworks">Frameworks and Engines</a></strong></font></th> </tr> <tr> -<th align="right" valign="top"><a href="./tomcat/index.html">Tomcat 3</a>:</th> -<td valign="top">Tomcat 3 is the official Reference Implementation of the Servlet 2.2 and JavaServer Pages 1.1 technologies.</td> +<th align="right" valign="top"><a href="./avalon/index.html">Avalon</a>:</th> +<td valign="top">Avalon is component-oriented programming project consisting of: Framework, the core framework for COP; Excalibur, common utilities written as components; Phoenix, a server framework; Cornerstone, blocks for use in a Phoenix server; and, Logkit, logging facilities.</td> </tr> <tr> -<th align="right" valign="top"><a href="./tomcat/index.html">Tomcat 4</a>:</th> -<td valign="top">Tomcat 4 is the official Reference Implementation of the Servlet 2.3 and JavaServer Pages 1.2 technologies.</td> +<th align="right" valign="top"><a href="./cactus/index.html">Cactus</a>:</th> +<td valign="top">Cactus is a simple test framework for unit testing server-side Java code (servlets, EJBs, tag libraries, filters, ...).</td> +</tr> +<tr> +<th align="right" valign="top"><a href="./lucene/index.html">Lucene</a>:</th> +<td valign="top">Jakarta Lucene is a high-performance, full-featured text search engine written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.</td> +</tr> +<tr> +<th align="right" valign="top"><a href="./struts/index.html">Struts</a>:</th> +<td valign="top">A model-view-controller framework for constructing web applications with servlets and JavaServer Pages</td> </tr> <tr> <th align="right" valign="top"><a href="./turbine/index.html">Turbine</a>:</th> @@ -155,9 +152,36 @@ view layer for generating dynamic content. </td> </tr> +</table> + +<table> <tr> -<th align="right" valign="top"><a href="./watchdog/index.html">Watchdog</a>:</th> -<td valign="top">Compatibility tests that check a servlet/JSP container implementation of the corresponding specifications</td> +<td></td> +<th><font color="#ffffff"><strong><a name="servers">Server Applications</a></strong></font></th> +</tr> +<tr> +<th align="right" valign="top"><a href="./alexandria/index.html">Alexandria</a>:</th> +<td valign="top">Alexandria is a CVS/Javadoc/Source code/Documentation management system meant for use within Open Source projects.</td> +</tr> +<tr> +<th align="right" valign="top"><a href="./james/index.html">James</a>:</th> +<td valign="top">James is an email/news/messaging server written in Java. It uses the Avalon component framework. It currently supports SMTP and POP3 (stable) with IMAP and NNTP in the works.</td> +</tr> +<tr> +<th align="right" valign="top"><a href="./jetspeed/index.html">Jetspeed</a>:</th> +<td valign="top">A java user customizable portal system based on Turbine framework</td> +</tr> +<tr> +<th align="right" valign="top"><a href="./slide/index.html">Slide</a>:</th> +<td valign="top">WebDAV aware content management system</td> +</tr> +<tr> +<th align="right" valign="top"><a href="./tomcat/index.html">Tomcat 3</a>:</th> +<td valign="top">Tomcat 3 is the official Reference Implementation of the Servlet 2.2 and JavaServer Pages 1.1 technologies.</td> +</tr> +<tr> +<th align="right" valign="top"><a href="./tomcat/index.html">Tomcat 4</a>:</th> +<td valign="top">Tomcat 4 is the official Reference Implementation of the Servlet 2.3 and JavaServer Pages 1.2 technologies.</td> </tr> </table>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
