cliffs 2004/08/06 17:22:43
Modified: src/documentation/content/xdocs book.xml index.xml
Log:
updated xmlbeans links and info
Revision Changes Path
1.13 +3 -1 xml-site/src/documentation/content/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/book.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- book.xml 22 Jun 2004 02:51:20 -0000 1.12
+++ book.xml 7 Aug 2004 00:22:43 -0000 1.13
@@ -31,10 +31,12 @@
<menu-item href="http://xml.apache.org/security/index.html" label="XML
Security" />
<menu-item href="http://xml.apache.org/xindice/" label="Xindice" />
<menu-item href="http://axkit.org" label="AxKit" />
+ <menu-item href="http://xmlbeans.apache.org/" label="XMLBeans" />
</menu>
+<!--
<menu label="Incubating Projects">
- <menu-item href="http://xml.apache.org/xmlbeans"
label="XMLBeans" />
</menu>
+-->
<menu label="WS Projects">
<menu-item href="http://ws.apache.org/axis/index.html" label="Axis"
/>
<menu-item href="http://ws.apache.org/soap/index.html" label="SOAP"
/>
1.13 +19 -0 xml-site/src/documentation/content/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/xml-site/src/documentation/content/xdocs/index.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- index.xml 18 Apr 2004 07:55:27 -0000 1.12
+++ index.xml 7 Aug 2004 00:22:43 -0000 1.13
@@ -65,6 +65,9 @@
<li>
<em>XML Commons</em> - focussed on common code and guidelines for
xml projects
</li>
+ <li>
+ <em>XMLBeans</em> - XML-Java binding tool with 100% support of XML
Schema.
+ </li>
</ul>
<section id="xerces">
<title>Xerces: XML parsers in Java and C++ (plus Perl and COM)</title>
@@ -195,6 +198,22 @@
xml.apache.org subprojects.
</p>
</section>
+ <section id="xmlbeans">
+ <title>XMLBeans: XML-Java binding tool</title>
+ <p>XMLBeans is a tool that allows you to access the full power of XML
+ in a Java friendly way. The idea is that you can take advantage the
+ richness and features of XML and XML Schema and have these features
mapped
+ as naturally as possible to the equivalent Java language and typing
constructs.
+ XMLBeans uses XML Schema to compile Java interfaces and classes that
you can
+ then use to access and modify XML instance data. Using XMLBeans is
similar
+ to using any other Java interface/class, you will see things like
getFoo or
+ setFoo just as you would expect when working with Java. While a major
use
+ of XMLBeans is to access your XML instance data with strongly typed
Java
+ classes there are also API's that allow you access to the full XML
infoset
+ (XMLBeans keeps full XML Infoset fidelity) as well as to allow you to
reflect
+ into the XML schema itself through an XML Schema Object model.
+ </p>
+ </section>
</section>
<section id="participation">
<title>Anyone Can Participate</title>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]