Author: bayard Date: Fri Jul 27 22:59:23 2007 New Revision: 560504 URL: http://svn.apache.org/viewvc?view=rev&rev=560504 Log: Okay, so it's not redundant as the menu points to it
Added: jakarta/commons/proper/commons-build/trunk/xdocs/components.xml (with props) Added: jakarta/commons/proper/commons-build/trunk/xdocs/components.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/xdocs/components.xml?view=auto&rev=560504 ============================================================================== --- jakarta/commons/proper/commons-build/trunk/xdocs/components.xml (added) +++ jakarta/commons/proper/commons-build/trunk/xdocs/components.xml Fri Jul 27 22:59:23 2007 @@ -0,0 +1,77 @@ +<?xml version="1.0"?> +<!DOCTYPE org.apache.commons.parts SYSTEM '../parts/parts.dtd'> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<document> + <properties> + <title>Components</title> + <author email="dev@commons.apache.org">Commons Documentation Team</author> + </properties> + + <body> + + <section name="Introduction"> + <p> + The <em>Apache Commons</em> project differs from many other Apache + hosted projects because it is comprised of multiple, independently + released packages. This page provides an overview of the + <em>Commons</em> components that are currently available. + </p> + </section> + + <section name="Released Components"> + &components-table; + </section> + + <section name="Elsewhere at Apache"> + <p> + The following components were part of Apache Commons but have moved elsewhere: + <ul> + <li> + <a href="http://incubator.apache.org/projects/altrmi/"><b>AltRMI</b></a>: + AltRMI is a from-scratch replacement for RMI. It has a number of + different features that make it easier to use. It tries as far as + possible to be transparent in use. + </li> + + <li> + <a href="http://jakarta.apache.org/cactus/"><b>Cactus</b></a>: + Cactus is a simple test framework for unit testing server-side java + code (Servlets, EJBs, Tag Libs, Filters, ...). + The intent of Cactus is to lower the cost of writing tests for + server-side code. + </li> + + <li> + <a href="http://hivemind.apache.org/"><b>HiveMind</b></a>: + HiveMind is a services and configuration microkernel. HiveMind allows + you to create your application using a service oriented architecture. + </li> + + <li> + <a href="http://directory.apache.org/subprojects/naming/"><b>Naming</b></a>: + The Naming subproject will will contain common JNDI code along + with various JNDI providers. + </li> + + </ul> + </p> + </section> + + </body> +</document> Propchange: jakarta/commons/proper/commons-build/trunk/xdocs/components.xml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]