rdonkin 2003/09/24 15:16:02
Modified: docs index.html
docs/site elsewhere.html
xdocs index.xml
xdocs/site elsewhere.xml
Log:
Added news about xml beans and jaxme
Revision Changes Path
1.309 +2 -1 jakarta-site2/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/index.html,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- index.html 22 Sep 2003 11:04:46 -0000 1.308
+++ index.html 24 Sep 2003 22:16:02 -0000 1.309
@@ -245,6 +245,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#20030924.2">24 September 2003 -
<b>JaxMe</b> Is Incubating</a></li>
+ <li><a href="site/elsewhere.html#20030924.1">24 September 2003 -
<b>XMLBeans</b> Is Incubating</a></li>
<li><a href="site/news.html#20030917.1">17 September 2003 -
<b>Register</b> for <b>ApacheCon 2003</b></a></li>
<li><a href="site/elsewhere.html#20030914.1">14 September 2003 -
<b>Apache Forrest 0.5</b> Released</a></li>
<li><a href="site/elsewhere.html#20030907.1">07 September 2003 -
<b>Apache Avalon Cornerstone 1.0 Components</b> Released</a></li>
@@ -253,7 +255,6 @@
<li><a href="site/elsewhere.html#20030825.1">25 August 2003 - Java
JDK version <b>1.3.1</b> Now Available For <b>FreeBSD</b></a></li>
<li><a href="site/elsewhere.html#20030822.1">22 August 2003 -
<b>LDAPd 0.71a Bugfix Release</b> Announced</a></li>
<li><a href="site/elsewhere.html#20030815.1">15 August 2003 -
<b>The Apache Newsletter Issue #1</b> Released</a></li>
- <li><a href="site/elsewhere.html#20030813.1">13 August 2003 -
<b>Apache Cocoon 2.1</b> Released</a></li>
</ul>
</blockquote>
</p>
1.81 +47 -1 jakarta-site2/docs/site/elsewhere.html
Index: elsewhere.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/elsewhere.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- elsewhere.html 15 Sep 2003 19:16:29 -0000 1.80
+++ elsewhere.html 24 Sep 2003 22:16:02 -0000 1.81
@@ -187,7 +187,53 @@
</td></tr>
<tr><td>
<blockquote>
- <a name="20030914.1">
+ <a name="20030924.2">
+<h3>24 September 2003 - JaxMe Is Incubating</h3>
+</a>
+ <p>
+JaxMe 2 is an open source implementation of JAXB, the specification for Java/XML
binding.
+A Java/XML binding compiler takes as input a schema description (in most cases an
XML schema,
+but it may be a DTD, a RelaxNG schema, a Java class inspected via reflection, or a
database schema).
+The output is a set of Java classes:
+</p>
+ <ul>
+ <li>
+A Java bean class matching the schema description. (If the schema was obtained via
Java reflection,
+the original Java bean class.)
+ </li>
+ <li>
+Read a conforming XML document and convert it into the equivalent Java bean
+ </li>
+ <li>
+Vice versa, marshal the Java bean back into the original XML document.
+ </li>
+</ul>
+ <p>
+The <a href="http://incubator.apache.org/">Apache Incubator</a> provides an entry
path to the
+Apache Software Foundation. JaxMe has been accepted and is starting to make it's
first steps along
+this path with the <a href="http://ws.apache.org/">Apache Web Services Project</a>
as the eventual destination.
+The source has now been entered into ASF repositories and the mailing lists are
open for debate.
+More details can be found on the <a href="http://ws.apache.org/jaxme/">JaxMe web
site</a>.
+</p>
+ <hr size="1" noshade="noshade" />
+ <a name="20030924.1">
+<h3>24 September 2003 - XMLBeans Is Incubating</h3>
+</a>
+ <p>
+XMLBeans is an XML-Java binding tool that uses XML Schema as a basis for generating
Java classes
+to be used to easily access XML instance data. It was designed to provide both easy
access to XML
+information via convenient Java classes as well as complete access to the
underlying XML, combining
+the best of low-level, full access APIs like SAX and DOM with the convenience of
Java binding.
+</p>
+ <p>
+The <a href="http://incubator.apache.org/">Apache Incubator</a> provides an entry
path to the
+Apache Software Foundation. XMLBean has been accepted and is starting to make it's
first steps along
+this path with the <a href="http://xml.apache.org/">Apache XML Project</a> as the
eventual destination.
+The source has now been entered into ASF repositories and the mailing lists are
open for debate.
+More details can be found on the <a href="http://xml.apache.org/xmlbeans/">XML
Beans web site</a>.
+</p>
+ <hr size="1" noshade="noshade" />
+ <a name="20030914.1">
<h3>14 September 2003 - Apache Forrest 0.5 Released</h3>
</a>
<p>
1.250 +2 -1 jakarta-site2/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- index.xml 22 Sep 2003 11:04:47 -0000 1.249
+++ index.xml 24 Sep 2003 22:16:02 -0000 1.250
@@ -59,6 +59,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#20030924.2">24 September 2003 -
<b>JaxMe</b> Is Incubating</a></li>
+ <li><a href="site/elsewhere.html#20030924.1">24 September 2003 -
<b>XMLBeans</b> Is Incubating</a></li>
<li><a href="site/news.html#20030917.1">17 September 2003 -
<b>Register</b> for <b>ApacheCon 2003</b></a></li>
<li><a href="site/elsewhere.html#20030914.1">14 September 2003 -
<b>Apache Forrest 0.5</b> Released</a></li>
<li><a href="site/elsewhere.html#20030907.1">07 September 2003 -
<b>Apache Avalon Cornerstone 1.0 Components</b> Released</a></li>
@@ -67,7 +69,6 @@
<li><a href="site/elsewhere.html#20030825.1">25 August 2003 - Java
JDK version <b>1.3.1</b> Now Available For <b>FreeBSD</b></a></li>
<li><a href="site/elsewhere.html#20030822.1">22 August 2003 -
<b>LDAPd 0.71a Bugfix Release</b> Announced</a></li>
<li><a href="site/elsewhere.html#20030815.1">15 August 2003 -
<b>The Apache Newsletter Issue #1</b> Released</a></li>
- <li><a href="site/elsewhere.html#20030813.1">13 August 2003 -
<b>Apache Cocoon 2.1</b> Released</a></li>
</ul>
</section>
1.50 +49 -0 jakarta-site2/xdocs/site/elsewhere.xml
Index: elsewhere.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/elsewhere.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- elsewhere.xml 15 Sep 2003 08:30:36 -0000 1.49
+++ elsewhere.xml 24 Sep 2003 22:16:02 -0000 1.50
@@ -10,6 +10,55 @@
<body>
<section name="Elsewhere ...">
+<a name="20030924.2">
+<h3>24 September 2003 - JaxMe Is Incubating</h3>
+</a>
+<p>
+JaxMe 2 is an open source implementation of JAXB, the specification for Java/XML
binding.
+A Java/XML binding compiler takes as input a schema description (in most cases an
XML schema,
+but it may be a DTD, a RelaxNG schema, a Java class inspected via reflection, or a
database schema).
+The output is a set of Java classes:
+</p>
+<ul>
+ <li>
+A Java bean class matching the schema description. (If the schema was obtained via
Java reflection,
+the original Java bean class.)
+ </li>
+ <li>
+Read a conforming XML document and convert it into the equivalent Java bean
+ </li>
+ <li>
+Vice versa, marshal the Java bean back into the original XML document.
+ </li>
+</ul>
+<p>
+The <a href='http://incubator.apache.org/'>Apache Incubator</a> provides an entry
path to the
+Apache Software Foundation. JaxMe has been accepted and is starting to make it's
first steps along
+this path with the <a href='http://ws.apache.org/'>Apache Web Services Project</a>
as the eventual destination.
+The source has now been entered into ASF repositories and the mailing lists are
open for debate.
+More details can be found on the <a href='http://ws.apache.org/jaxme/'>JaxMe web
site</a>.
+</p>
+
+<hr size="1" noshade="noshade" />
+
+<a name="20030924.1">
+<h3>24 September 2003 - XMLBeans Is Incubating</h3>
+</a>
+<p>
+XMLBeans is an XML-Java binding tool that uses XML Schema as a basis for generating
Java classes
+to be used to easily access XML instance data. It was designed to provide both easy
access to XML
+information via convenient Java classes as well as complete access to the
underlying XML, combining
+the best of low-level, full access APIs like SAX and DOM with the convenience of
Java binding.
+</p>
+<p>
+The <a href='http://incubator.apache.org/'>Apache Incubator</a> provides an entry
path to the
+Apache Software Foundation. XMLBean has been accepted and is starting to make it's
first steps along
+this path with the <a href='http://xml.apache.org/'>Apache XML Project</a> as the
eventual destination.
+The source has now been entered into ASF repositories and the mailing lists are
open for debate.
+More details can be found on the <a href='http://xml.apache.org/xmlbeans/'>XML
Beans web site</a>.
+</p>
+
+<hr size="1" noshade="noshade" />
<a name="20030914.1">
<h3>14 September 2003 - Apache Forrest 0.5 Released</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]