rdonkin 2003/11/20 15:27:52
Modified: docs index.html
docs/site elsewhere.html
xdocs index.xml
xdocs/site elsewhere.xml
Log:
Added news about JaxMe release
Revision Changes Path
1.344 +2 -1 jakarta-site2/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/index.html,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -r1.343 -r1.344
--- index.html 20 Nov 2003 23:03:57 -0000 1.343
+++ index.html 20 Nov 2003 23:27:52 -0000 1.344
@@ -257,7 +257,8 @@
<h4>Other news from <a
href="site/news.html">Jakarta</a>
and <a href="site/elsewhere.html">Elsewhere</a></h4>
<ul>
- <li><a href="site/elsewhere.html#20031114.1">14 November 2003 -
<b>Apache Cocoon 2.1.3 Released</b> Released</a></li>
+ <li><a href="site/elsewhere.html#20031120.1">20 November 2003-
<b>Incubated-JaxMe 0.2</b> Released</a></li>
+ <li><a href="site/elsewhere.html#20031114.1">14 November 2003 -
<b>Apache Cocoon 2.1.3</b> Released</a></li>
<li><a href="site/elsewhere.html#20031031.1">31 October 2003 -
<b>Apache Axis C++ v1.0 (Alpha)</b> Released</a></li>
<li><a href="site/elsewhere.html#20031030.1">30 October 2003 -
<b>Apache Xalan Java 2.5.2</b> Released</a></li>
<li><a href="site/elsewhere.html#20031029.2">29 October 2003 -
<b>Apache HTTP Server 2.0.48</b> Released</a></li>
1.102 +71 -1 jakarta-site2/docs/site/elsewhere.html
Index: elsewhere.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/elsewhere.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- elsewhere.html 20 Nov 2003 23:03:57 -0000 1.101
+++ elsewhere.html 20 Nov 2003 23:27:52 -0000 1.102
@@ -195,7 +195,77 @@
</td></tr>
<tr><td>
<blockquote>
- <a name="20031114.1">
+ <a name="20031120.1">
+ <h3>20 November 2003 - Incubated-JaxMe 0.2 Released</h3>
+</a>
+ <p>
+JaxMe is an incubated subproject under the sponsorship of the Apache
+Software Foundation's (ASF) Web Services project. Incubation is required of
+all newly accepted projects until a further review indicates that the
+infrastructure, communications, and decision making process have
+stabilized in a manner consistent with other successful ASF projects. While
+incubation status is not necessarily a reflection of the completeness or
+stability of the code, it does indicate that the project has yet to be fully
+endorsed by the ASF.
+</p>
+ <p>
+<code>incubated-jaxme 0.2</code> is available <a
href="http://ws.apache.org/jaxme/downloads.cgi">for download</a>.
+For questions or suggestions, contact the mailing list <code>[EMAIL
PROTECTED]</code>.
+Finally, the <a href="http://nagoya.apache.org/bugzilla/">Apache Bugzilla</a>
+may be used for bug reports.
+</p>
+ <p>
+<code>incubated-jaxme 0.2</code> includes the following components:
+<ul>
+<li><code>JaxMe</code>, an in-progress implementation of the JAXB specification. See
+
+ <a href="http://ws.apache.org/jaxme">JaxMe homepage</a> and
+ <a href="http://java.sun.com/xml/jaxb">JAXB specification</a>
+
+ for details.
+</li>
+<li><code>JaxMePM</code>, a persistence management framework for JAXB generated
classes.
+ The framework includes an object-relational mapper and two accessors
+ for XML databases via XML:DB or the native Tamino API. The framework
+ is currently loosely coupled to JaxMe, but could very well be used
+ with any JAXB generator. See
+
+ <a href="http://ws.apache.org/jaxme/pm/">here</a>
+
+ for details.
+</li>
+<li>A clean room implementation of the JAXB API. See
+
+ <a href="http://ws.apache.org/jaxme/api/">here</a>
+
+ for details. This implementation replaces the files jaxb-api.jar,
+ jax-qname.jar, and namespace.jar from the JAXB RI.
+</li>
+<li>
+ <code>JaxMeXS</code>, a parser for XML Schema, specifically designed for code
+ generators based on XML Schema or language extensions like JAXB.
+ See
+
+ <a href="http://ws.apache.org/jaxme/xs">here</a>
+
+ for details.
+</li>
+<li><code>JaxMeJS</code>, a generic framework for writing source generators. It
views
+ the generated sources as an object tree, which may be manipulated in
+ multiple stages. For example, in the case of JaxMe, one distinguishes
+ between elements with multiplicity 1 (single objects) and multiplicity
+ > 1 (lists). The pipelining process enables handling of these elements
+ in two stages, where stage 2 (lists) is based on the work of stage 1
+ (single objects). JaxMeJS includes a framework for generating SQL
+ queries, following the same ideas. See
+
+ <a href="http://ws.apache.org/jaxme/js">here</a>
+
+ for details.
+</li>
+</ul>
+</p>
+ <a name="20031114.1">
<h3>14 November 2003 - Apache Cocoon 2.1.3 Released</h3>
</a>
<p>
1.282 +2 -1 jakarta-site2/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -r1.281 -r1.282
--- index.xml 20 Nov 2003 23:03:57 -0000 1.281
+++ index.xml 20 Nov 2003 23:27:52 -0000 1.282
@@ -64,7 +64,8 @@
<h4>Other news from <a href="site/news.html">Jakarta</a>
and <a href="site/elsewhere.html">Elsewhere</a></h4>
<ul>
- <li><a href="site/elsewhere.html#20031114.1">14 November 2003 -
<b>Apache Cocoon 2.1.3 Released</b> Released</a></li>
+ <li><a href="site/elsewhere.html#20031120.1">20 November 2003-
<b>Incubated-JaxMe 0.2</b> Released</a></li>
+ <li><a href="site/elsewhere.html#20031114.1">14 November 2003 -
<b>Apache Cocoon 2.1.3</b> Released</a></li>
<li><a href="site/elsewhere.html#20031031.1">31 October 2003 -
<b>Apache Axis C++ v1.0 (Alpha)</b> Released</a></li>
<li><a href="site/elsewhere.html#20031030.1">30 October 2003 -
<b>Apache Xalan Java 2.5.2</b> Released</a></li>
<li><a href="site/elsewhere.html#20031029.2">29 October 2003 -
<b>Apache HTTP Server 2.0.48</b> Released</a></li>
1.65 +73 -0 jakarta-site2/xdocs/site/elsewhere.xml
Index: elsewhere.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/elsewhere.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- elsewhere.xml 20 Nov 2003 23:03:57 -0000 1.64
+++ elsewhere.xml 20 Nov 2003 23:27:52 -0000 1.65
@@ -12,6 +12,79 @@
<section name="Elsewhere ...">
+
+<a name="20031120.1">
+ <h3>20 November 2003 - Incubated-JaxMe 0.2 Released</h3>
+</a>
+
+<p>
+JaxMe is an incubated subproject under the sponsorship of the Apache
+Software Foundation's (ASF) Web Services project. Incubation is required of
+all newly accepted projects until a further review indicates that the
+infrastructure, communications, and decision making process have
+stabilized in a manner consistent with other successful ASF projects. While
+incubation status is not necessarily a reflection of the completeness or
+stability of the code, it does indicate that the project has yet to be fully
+endorsed by the ASF.
+</p>
+<p>
+<code>incubated-jaxme 0.2</code> is available <a
href='http://ws.apache.org/jaxme/downloads.cgi'>for download</a>.
+For questions or suggestions, contact the mailing list <code>[EMAIL
PROTECTED]</code>.
+Finally, the <a href='http://nagoya.apache.org/bugzilla/'>Apache Bugzilla</a>
+may be used for bug reports.
+</p>
+<p>
+<code>incubated-jaxme 0.2</code> includes the following components:
+<ul>
+<li><code>JaxMe</code>, an in-progress implementation of the JAXB specification. See
+
+ <a href='http://ws.apache.org/jaxme'>JaxMe homepage</a> and
+ <a href='http://java.sun.com/xml/jaxb'>JAXB specification</a>
+
+ for details.
+</li>
+<li><code>JaxMePM</code>, a persistence management framework for JAXB generated
classes.
+ The framework includes an object-relational mapper and two accessors
+ for XML databases via XML:DB or the native Tamino API. The framework
+ is currently loosely coupled to JaxMe, but could very well be used
+ with any JAXB generator. See
+
+ <a href='http://ws.apache.org/jaxme/pm/'>here</a>
+
+ for details.
+</li>
+<li>A clean room implementation of the JAXB API. See
+
+ <a href='http://ws.apache.org/jaxme/api/'>here</a>
+
+ for details. This implementation replaces the files jaxb-api.jar,
+ jax-qname.jar, and namespace.jar from the JAXB RI.
+</li>
+<li>
+ <code>JaxMeXS</code>, a parser for XML Schema, specifically designed for code
+ generators based on XML Schema or language extensions like JAXB.
+ See
+
+ <a href='http://ws.apache.org/jaxme/xs'>here</a>
+
+ for details.
+</li>
+<li><code>JaxMeJS</code>, a generic framework for writing source generators. It
views
+ the generated sources as an object tree, which may be manipulated in
+ multiple stages. For example, in the case of JaxMe, one distinguishes
+ between elements with multiplicity 1 (single objects) and multiplicity
+ > 1 (lists). The pipelining process enables handling of these elements
+ in two stages, where stage 2 (lists) is based on the work of stage 1
+ (single objects). JaxMeJS includes a framework for generating SQL
+ queries, following the same ideas. See
+
+ <a href='http://ws.apache.org/jaxme/js'>here</a>
+
+ for details.
+</li>
+</ul>
+</p>
+
<a name="20031114.1">
<h3>14 November 2003 - Apache Cocoon 2.1.3 Released</h3>
</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]