dirkv 2004/03/14 10:43:59
Modified: commons-build/xdocs components.xml
Log:
use components part
Revision Changes Path
1.119 +2 -361 jakarta-commons/commons-build/xdocs/components.xml
Index: components.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/commons-build/xdocs/components.xml,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- components.xml 8 Mar 2004 14:34:45 -0000 1.118
+++ components.xml 14 Mar 2004 18:43:59 -0000 1.119
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
+<!DOCTYPE org.apache.commons.parts SYSTEM '../parts/parts.dtd'>
<!--
Copyright 2001-2004 The Apache Software Foundation
@@ -33,367 +34,7 @@
</section>
<section name="Released Components">
- <!-- alphabetical order by name -->
- <dl>
-
- <!-- BeanUtils -->
- <dt><b><big><a href="beanutils.html">BeanUtils</a></big></b></dt>
- <dd>
- Commons-BeanUtils provides easy-to-use wrappers around the Java
- reflection and introspection APIs.
- </dd>
- <!-- /BeanUtils -->
-
- <!-- CLI -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/cli/">CLI</a></big></b></dt>
- <dd>
- CLI provides a simple API for working with Comamnd Line arguments, options,
option groups, mandatory options and so forth.
- </dd>
- <!-- /CLI-->
-
- <!-- Codec -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/codec/">Codec</a></big></b></dt>
- <dd>
- Codec contains some general encoding/decoding algorithms. Includes
- some phonetic encoders, Hex, Base64, and a URL encoder.
- </dd>
- <!-- /Codec -->
-
- <!-- Collections -->
- <dt><b><big><a href="collections/index.html">Collections</a></big></b></dt>
- <dd>
- Commons-Collections provides a suite of classes that
- extend or augment the
- <a href="http://java.sun.com/products/jdk/1.2/docs/guide/collections/">Java
Collections Framework</a>.
- </dd>
- <!-- /Collections -->
-
- <!-- Daemon -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/daemon/">Daemon</a></big></b></dt>
- <dd>
- An alternative invocation mechanism for unix-daemon-like java code.
- </dd>
- <!-- /Daemon -->
-
- <!-- DBCP -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/dbcp/">DBCP</a></big></b></dt>
- <dd>
- Commons-DBCP provides database connection pooling services.
- </dd>
- <!-- /DBCP -->
-
- <!-- DbUtils -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/dbutils/">DbUtils</a></big></b></dt>
- <dd>
- DbUtils is a JDBC helper library that factors out mundane resource cleanup
- code for common database tasks.
- </dd>
- <!-- /DbUtils-->
-
- <!-- Digester -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/digester/index.html">Digester</a></big></b></dt>
- <dd>
- Commons-Digester is an XML-to-Java-object mapping utility commonly
- used for parsing XML configuration files.
- </dd>
- <!-- /Digester -->
-
- <!-- Discovery -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/discovery/">Discovery</a></big></b></dt>
- <dd>
- Commons-Discovery provides tools for locating resources (including classes)
- by mapping service/reference names to resource names using a variety of
schemes.
- </dd>
- <!-- /Discovery -->
-
- <!-- EL -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/el/">EL</a></big></b></dt>
- <dd>
- Commons-EL provides an interpreter for the Expression Language which is
- defined by the JavaServer Pages(TM) specification, version 2.0.
- </dd>
- <!-- /EL -->
-
-
- <!-- FileUpload -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/fileupload/">FileUpload</a></big></b></dt>
- <dd>
- FileUpload makes it easy to add robust, high-performance, file upload
- capability to your servlets and web applications.
- </dd>
- <!-- /FileUpload -->
-
- <!-- IO -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/io/">IO</a></big></b></dt>
- <dd>
- IO is a collection of I/O utilities.
- </dd>
- <!-- /IO -->
-
- <!-- Jelly -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/jelly/">Jelly</a></big></b></dt>
- <dd>
- Jelly is an XML based scripting and processing engine. Jelly borrows many
- good ideas from both JSP custom tags, Velocity, Cocoon and the
- scripting engine inside XDoclet. Jelly can be used from the command line,
- inside Ant or inside a Servlet.
- <br/>
- </dd>
- <!-- /Jelly -->
-
- <!-- Jexl -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/jexl.html">Jexl</a></big></b></dt>
- <dd>
- Jexl is an expression language which entends the Expression Language of the
JSTL
- by bringing in some of the lessons leaned by the
- <a href='http://jakarta.apache.org/velocity/'>Velocity</a> community.
- </dd>
- <!-- /Jexl -->
-
- <!-- JXPath -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/jxpath/">JXPath</a></big></b></dt>
- <dd>
- Commons-JXPath provides utilities for manipulating Java classes that conform
to the
- JavaBeans naming conventions using the XPath syntax. It also supports maps,
DOM and
- other object models.
- </dd>
- <!-- /JXPath -->
-
- <!-- Lang -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/lang/">Lang</a></big></b></dt>
- <dd>
- Commons-Lang provides a very common set of utility classes that provide
- extra functionality for classes in java.lang.
- </dd>
- <!-- /Lang -->
-
- <!-- Logging -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/logging.html">Logging</a></big></b></dt>
- <dd>
- Commons-Logging is a wrapper around a variety of logging API
- implementations.
- </dd>
- <!-- /Logging -->
-
- <!-- Modeler -->
- <dt><b><big><a href="modeler.html">Modeler</a></big></b></dt>
- <dd>
- Commons-Modeler provides mechanisms to create <em>Model MBeans</em>
- compatible with the Java Management Extensions (JMX) specification.
- </dd>
- <!-- /Modeler -->
-
- <!-- Net -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/net/">Net</a></big></b></dt>
- <dd>
- Net is a a collection of network utilities, based on the NetComponents
codebase, including FTP clients etc.
- </dd>
- <!-- /Net -->
-
- <!-- Pool -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/pool/">Pool</a></big></b></dt>
- <dd>
- Commons-Pool provides a generic object pooling interface, a toolkit for
creating modular object pools,
- and several general purpose pool implementations.
- </dd>
- <!-- /Pool -->
-
- <!-- Primitives -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/primitives/">Primitives</a></big></b></dt>
- <dd>
- Commons-Primitives provides smaller, faster and easier to work with types
supporting Java primitive types.
- Currently Primitives is primarily focused on collections of primitives.
- </dd>
-
- <!-- validator -->
- <dt><b><big><a href="./validator/">Validator</a></big></b></dt>
- <dd>
- The commons-validator package provides a simple, extendable framework
- to define validators (validation methods) and validation rules in an xml
file.
- There is support for internationalization of validation rules and error
messages.
- </dd>
- <!-- /validator -->
-
- </dl>
- </section>
-
- <section name="Alpha And Beta Released Components">
- <!-- alphabetical order by name -->
- <dl>
- <!-- Betwixt -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/betwixt/">Betwixt</a></big></b></dt>
- <dd>
- Betwixt provides services for mapping JavaBeans to XML documents, and vice
versa.
- </dd>
- <!-- /Betwixt -->
-
- <!-- Configuration -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/configuration/">Configuration</a></big></b></dt>
- <dd>
- Commons-Configuration Tools to assist in the reading of
configuration/preferences files in
- various formats.
- </dd>
- <!-- /Configuration -->
-
- <!-- HttpClient -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/httpclient/">HttpClient</a></big></b></dt>
- <dd>
- Commons-HttpClient provides a framework for working with the client-side of
the HTTP protocol.
- </dd>
- <!-- /HttpClient -->
-
- <!-- Latka -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/latka">Latka</a></big></b></dt>
- <dd>
- Commons-Latka is an HTTP functional testing suite for automated QA, acceptance
and regression
- testing.
- </dd>
- <!-- /Latka -->
- </dl>
- </section>
-
- <section name="Pre-Release Components">
- <!-- alphabetical order by name -->
- <dl>
-
- <!-- Math -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/math/">Math</a></big></b></dt>
- <dd>
-Math is a library of lightweight, self-contained mathematics and statistics
components addressing the most common practical problems not immediately available in
the Java program
-ming language.
- </dd>
- <!-- /Math -->
-
- </dl>
- </section>
-
- <section name="Sandbox (Not-Yet-Proposed) Components">
- <!-- alphabetical order by name -->
-
-
- <dl>
-
- <!-- Attributes -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/sandbox/attributes/">Attributes</a></big></b></dt>
- <dd>
- Attributes provides a runtime API to metadata attributes such as doclet tags,
- inspired by the Nanning and XRAI projects
- as well as JSR 175 and C# attrbutes.
- </dd>
- <!-- /Attributes -->
-
- <!-- Cache -->
- <dt><b><big><a
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/cache/">Cache</a></big></b></dt>
- <dd>
- Cache provides object caching services.
- </dd>
- <!-- /Cache -->
-
- <!-- Chain -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/sandbox/chain/">Chain</a></big></b></dt>
- <dd>
- Chain is an implmentation of the GoF Chain of Responsibility pattern.
- </dd>
- <!-- /Chain -->
-
- <!-- Clazz -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/sandbox/clazz/">Clazz</a></big></b></dt>
- <dd>
- Clazz focuses on introspection and class manipulation.
- </dd>
- <!-- /Clazz -->
-
- <!-- Email -->
- <dt><b><big><a
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/email/">Email</a></big></b></dt>
- <dd>
- Email provides a simple library for sending e-mail from Java.
- </dd>
- <!-- /Email -->
-
- <!-- Id -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/sandbox/id/">Id</a></big></b></dt>
- <dd>
- Id is a component used to generate identifiers.
- </dd>
- <!-- /Id -->
-
- <!-- JJar -->
- <dt><b><big><a
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/">JJar</a></big></b></dt>
- <dd>
- 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>
- <dd>
- Messenger is an easy to use and lightweight framework for working with JMS in
the web tier.
- </dd>
- <!-- /Messenger -->
-
- <!-- Resources -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/sandbox/resources/">Resources</a></big></b></dt>
- <dd>
- Resources provides a lightweight framework for defining and looking up
- internationalized message strings keyed by a java.util.Locale and a
- message key.
- </dd>
- <!-- /Resources -->
-
- <!-- Scaffold -->
- <dt><b><big><a
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/scaffold/">Scaffold</a></big></b></dt>
- <dd>
- Scaffold is a toolkit for building web applications.
- </dd>
- <!-- /Scaffold -->
-
- <!-- Threading -->
- <dt><b><big><a
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/threading/">Threading</a></big></b></dt>
- <dd>
- Threading provides utility interfaces and classes that aid in coordinating and
- communication between multiple threads in a single Java Virtual Machine.
- </dd>
- <!-- /Threading -->
-
- <!-- ThreadPool -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/sandbox/threadpool/">ThreadPool</a></big></b></dt>
- <dd>
- ThreadPool is a simple component for asynchronously dispatching work to
another thread in a pool
- for simple multi threaded programming.
- </dd>
- <!-- /ThreadPool -->
-
- <!-- VFS -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/sandbox/vfs/">VFS</a></big></b></dt>
- <dd>
- VFS is a Virtual File System component for treating files, FTP, SMB, ZIP and
such like as a single logical file system.
- </dd>
- <!-- /VFS -->
-
- <!-- Workflow -->
- <dt><b><big><a
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/workflow/">Workflow</a></big></b></dt>
- <dd>
- Workflow provides a framework for building workflow management systems.
- </dd>
- <!-- /Workflow -->
-
- <!-- XMLUnit -->
- <dt><b><big><a
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/xmlunit/">XMLUnit</a></big></b></dt>
- <dd>
- XMLUnit is a JUnit extension for unit testing applications that generate or
manipulate XML.
- </dd>
- <!-- /XMLUnit -->
-
- </dl>
-
+ &components-table;
</section>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]