tetsuya 2003/10/04 15:03:34
Modified: docs index.html
xdocs index.xml
Log:
Pluto Pluto is the Reference Implementation of the Java Portlet Specfication (JSR
168).
JaxMe JaxMe 2 is an open source implementation of JAXB, the specification for
Java/XML binding.
wsrp4j The OASIS Web Services for Remote Portlets (WSRP) standard simplifies
integration of remote applications/content into portals.
Revision Changes Path
1.319 +49 -4 jakarta-site2/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/index.html,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -r1.318 -r1.319
--- index.html 4 Oct 2003 01:17:24 -0000 1.318
+++ index.html 4 Oct 2003 22:03:34 -0000 1.319
@@ -796,6 +796,21 @@
<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top"
align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://incubator.apache.org/projects/geronimo.html">Geronimo</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+Apache Geronimo is a new effort coordinated by the Apache Software Foundation to
make a J2EE compatible container.
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top"
align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
<a href="http://incubator.apache.org/projects/altrmi/">AltRMI</a>
</font>
@@ -824,14 +839,14 @@
<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top"
align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
-<a href="http://incubator.apache.org/projects/geronimo.html">Geronimo</a>
+<a href="http://xml.apache.org/xmlbeans/">XMLBeans</a>
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
-Apache Geronimo is a new effort coordinated by the Apache Software Foundation to
make a J2EE compatible container.
+XMLBeans is an XML Schema-based, XML-Java binding tool with cursor-based access to
the full XML Infoset integrated with convenient, strongly typed Java classes.
</font>
</td>
</tr>
@@ -839,14 +854,44 @@
<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top"
align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
-<a href="http://xml.apache.org/xmlbeans/">XMLBeans</a>
+<a href="http://jakarta.apache.org/pluto/">Pluto</a>
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
-XMLBeans is an XML Schema-based, XML-Java binding tool with cursor-based access to
the full XML Infoset integrated with convenient, strongly typed Java classes.
+Pluto is the Reference Implementation of the Java Portlet Specfication (JSR 168).
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top"
align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+<a href="http://ws.apache.org/jaxme/">JaxMe</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+JaxMe 2 is an open source implementation of JAXB, the specification for Java/XML
binding.
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top"
align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+<a href="http://ws.apache.org/wsrp4j/">WSRP4J</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+The OASIS Web Services for Remote Portlets (WSRP) standard simplifies integration
of remote applications/content into portals.
</font>
</td>
</tr>
1.259 +28 -4 jakarta-site2/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- index.xml 4 Oct 2003 01:17:24 -0000 1.258
+++ index.xml 4 Oct 2003 22:03:34 -0000 1.259
@@ -277,6 +277,13 @@
</tr>
<tr>
<td align="right" valign="top">
+<a href="http://incubator.apache.org/projects/geronimo.html">Geronimo</a>
+</td>
+<td valign="top">
+Apache Geronimo is a new effort coordinated by the Apache Software Foundation to
make a J2EE compatible container.</td>
+</tr>
+<tr>
+<td align="right" valign="top">
<a href="http://incubator.apache.org/projects/altrmi/">AltRMI</a>
</td>
<td valign="top">AltRMI is a from-scratch replacement for RMI</td>
@@ -289,18 +296,35 @@
</tr>
<tr>
<td align="right" valign="top">
-<a href="http://incubator.apache.org/projects/geronimo.html">Geronimo</a>
+<a href="http://xml.apache.org/xmlbeans/">XMLBeans</a>
</td>
<td valign="top">
-Apache Geronimo is a new effort coordinated by the Apache Software Foundation to
make a J2EE compatible container.</td>
+XMLBeans is an XML Schema-based, XML-Java binding tool with cursor-based access to
the full XML Infoset integrated with convenient, strongly typed Java classes.</td>
</tr>
<tr>
<td align="right" valign="top">
-<a href="http://xml.apache.org/xmlbeans/">XMLBeans</a>
+<a href="http://jakarta.apache.org/pluto/">Pluto</a>
</td>
<td valign="top">
-XMLBeans is an XML Schema-based, XML-Java binding tool with cursor-based access to
the full XML Infoset integrated with convenient, strongly typed Java classes.</td>
+Pluto is the Reference Implementation of the Java Portlet Specfication (JSR
168).</td>
+</tr>
+<tr>
+<td align="right" valign="top">
+<a href="http://ws.apache.org/jaxme/">JaxMe</a>
+</td>
+<td valign="top">
+JaxMe 2 is an open source implementation of JAXB, the specification for Java/XML
binding.</td>
+</tr>
+<tr>
+<td align="right" valign="top">
+<a href="http://ws.apache.org/wsrp4j/">WSRP4J</a>
+</td>
+<td valign="top">
+The OASIS Web Services for Remote Portlets (WSRP) standard simplifies integration
of remote applications/content into portals.</td>
</tr>
+
+
+
<tr>
<th></th>
<th align="center"><font color="#ffffff"><strong><a name="james"
href="http://james.apache.org/">Apache James Project</a></strong></font></th>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]