dirkv 2004/03/14 13:09:05
Modified: commons-build/xdocs components.xml
Log:
add links to cactus & hivemind (jakarta top level projects)
Revision Changes Path
1.120 +22 -0 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.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- components.xml 14 Mar 2004 18:43:59 -0000 1.119
+++ components.xml 14 Mar 2004 21:09:05 -0000 1.120
@@ -37,5 +37,27 @@
&components-table;
</section>
+ <section name="Elsewhere at Apache">
+ <p>
+ The following components were part of Jakarta Commons but have moved elsewhere:
+ <ul>
+ <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>
+
+ <!-- TODO: change URL when hivemind has been moved to its final destination
-->
+ <li>
+ <a
href="http://jakarta.apache.org/commons/sandbox/hivemind/"><b>HiveMind</b></a>:
+ HiveMind is a services and configuration microkernel. HiveMind allows
+ you to create your application using a service oriented architecture.
+ </li>
+ </ul>
+ </p>
+ </section>
+
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]