<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>Apache News Online : Apache XMLBeans</title>
<link>http://www.apachenews.org/archives/cat_apache_xmlbeans.html</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator>tetsuya@apache.org</dc:creator>
<dc:date>2007-06-01T18:54:01+00:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.122-ja" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
<title>01 June 2007 - Apache XMLBeans 2.3.0 Released</title>
<link>http://www.apachenews.org/archives/001033.html</link>
<description>
<![CDATA[<a href="http://xmlbeans.apache.org/">Apache XMLBeans Project Team</a> has released the version 2.3.0 of Apache XMLBeans. - <a href="http://www.apache.org/dyn/closer.cgi/xmlbeans">Download XMLBeans 2.3.0</a>]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_xmlbeans_index.html">Apache XMLBeans</a> ] <a href="http://www.apachenews.org/archives/news_apache_xmlbeans.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_xmlbeans.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1033@http://www.apachenews.org/</guid>
<dc:subject>Apache XMLBeans</dc:subject>
<dc:date>2007-06-01T18:54:01+00:00</dc:date>
</item>
<item>
<title>23 June 2006 - Apache XMLBeans 2.2.0 Released</title>
<link>http://www.apachenews.org/archives/001032.html</link>
<description>
<![CDATA[<a href="http://xmlbeans.apache.org/">Apache XMLBeans Project Team</a> has released the version 2.2.0 of Apache XMLBeans. - <a href="http://www.apache.org/dyn/closer.cgi/xmlbeans">Download XMLBeans 2.2.0</a>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_xmlbeans_index.html">Apache XMLBeans</a> ] <a href="http://www.apachenews.org/archives/news_apache_xmlbeans.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_xmlbeans.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1032@http://www.apachenews.org/</guid>
<dc:subject>Apache XMLBeans</dc:subject>
<dc:date>2006-06-23T18:50:44+00:00</dc:date>
</item>
<item>
<title>30 June 2005 - Apache XMLBeans V2.0.0 Released</title>
<link>http://www.apachenews.org/archives/000665.html</link>
<description>
<![CDATA[<a href="http://xmlbeans.apache.org/">The Apache XMLBeans Project</a> is happy to announce the availability of XMLBeans V2.0.0 .
<p/>
XMLBeans is a tool that allows you to access the full power of XML in a Java friendly way. You can take advantage of all 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.
<p/>
XMLBeans uses XML Schema to generate 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.
<p/>
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 to access the full XML infoset (XMLBeans keeps XML Infoset fidelity) as well as to reflect into the XML schema itself through an XML Schema Object Model.
<p/>
Here's a short list of improvements in this release:
<ul>
<li>Improved XQuery/XPath integration - Both XQuery and XPath on XMLBeans are now fully integrated. XPath and XQuery expressions can return other XMLObjects, or they can be executed using an XmlCursor instance, in which case you manipulate the results using a cursor.</li>
<li>DOM Level II Support - DOM Level II support is now implemented natively so that you can handle the underlying XML in the DOM style. You can switch between DOM, XmlCursor, and XmlObject (either untyped or typed). This improves performance and reduces the memory footprint over Version 1.</li>
<li>Extensions - You can now add custom functionality to generated XMLBeans. You can pass to the Schema Compiler 1) an interface that defines the set of methods to implement and 2) a static handler that implements this functionality. The generated classes will implement the interface and, for each method, call out to the static handler.</li>
<li>Improved Error Handling - This version adds error codes and ensures message consistency. In addition, fail-fast behavior is provided for simple types, while access to the post schema validation infoset is made available during validation.</li>
<li>Performance - Performance has been improved across the board. Native DOM support improves performance and memory footprint; XML parsing is now by default performed by Piccolo, a high performance parser; incremental compilation of only modified artifacts has been added; and the performance of the XmlCursor implementation has been greatly improved.</li>
<li>JDK 1.5 Generics - Generated classes now optionally take advantage of JDK 1.5 Generics.  Note that JDK 1.4 continues to be supported.</li>
<li>XML Instance/XSD Generation - You can generate a sample XML instance from schema using the xsd2inst tool (which uses the SchemaInstanceGenerator class). You can also generate a schema from an instance using the inst2xsd tool (which uses the Inst2Xsd class).</li>
</ul>
<p/>
----
<p/>
<strong><em><u><a href="http://xmlbeans.apache.org/">-- The Apache XMLBeans Project</a></u></em></strong>
<p/>
]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_xml_index.html">Apache XML</a> ] <a href="http://www.apachenews.org/archives/news_apache_xml.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_xml.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br />[ Category : <a href="http://www.apachenews.org/archives/cat_apache_xmlbeans_index.html">Apache XMLBeans</a> ] <a href="http://www.apachenews.org/archives/news_apache_xmlbeans.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_xmlbeans.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">665@http://www.apachenews.org/</guid>
<dc:subject>Apache XMLBeans</dc:subject>
<dc:date>2005-06-30T23:54:14+00:00</dc:date>
</item>
<item>
<title>25 February 2005 - Apache XMLBeans 2.0.0-beta1, 1.0.4, and 1.0.4-jdk1.3 released</title>
<link>http://www.apachenews.org/archives/000566.html</link>
<description>
<![CDATA[<a href="http://xmlbeans.apache.org/">The Apache XMLBeans project</a> is pleased to announce new releases of XMLBeans.  The 2.0.0-beta1 release is a significant improvement from previous release and has been in development for about 10 months.  The 1.0.4 release is a maintenance release focused on stability and bug fixes.  The 1.0.4-jdk1.3 release is the first release of XMLBeans compatible with JDK 1.3.
<p/>
Major goals of the 2.0.0-beta1 release:
<ul>
<li>source backwards compatible</li>
<li>improve usability of wildcards, substitution groups, error handling</li>
<li>a native DOM level 2 API</li>
<li>integration with Saxon xpath/xquery engine</li>
<li>performance improvements</li>
<li>instance to schema and schema to instance tools</li>
</ul>
<p/>
For a comprehensive list of improvements, see the CHANGES.txt file in the distribution.
<p/>
Goals for the next 2.0.0 release include fixing any remaining performance issues and bugs.  Please take 2.0.0-beta1 for a spin and help us make the 2.0.0 GA rock solid.
<p/>
The source and binaries are available on mirror near you at:<br/>
<a href="http://www.apache.org/dyn/closer.cgi/xmlbeans">http://www.apache.org/dyn/closer.cgi/xmlbeans</a>
<p/>
----
<p/>
<strong><em><u><a href="http://xmlbeans.apache.org/">-- The Apache XMLBeans Project</a></u></em></strong>
<p/>]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_xml_index.html">Apache XML</a> ] <a href="http://www.apachenews.org/archives/news_apache_xml.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_xml.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br />[ Category : <a href="http://www.apachenews.org/archives/cat_apache_xmlbeans_index.html">Apache XMLBeans</a> ] <a href="http://www.apachenews.org/archives/news_apache_xmlbeans.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_xmlbeans.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">566@http://www.apachenews.org/</guid>
<dc:subject>Apache XMLBeans</dc:subject>
<dc:date>2005-02-25T08:17:37+00:00</dc:date>
</item>
<item>
<title>25 June 2004 - Full-fledged Apache XMLBeans moves up to Top Level</title>
<link>http://www.apachenews.org/archives/000382.html</link>
<description>
<![CDATA[<a href="http://xml.apache.org/xmlbeans/">Apache XMLBeans Project</a> has graduated out the <a href="http://incubator.apache.org/">Apache Incubator Project</a> to become Top Level Project in the <a href="http://www.apache.org/">Apache Software Foundation</a>. Apache XMLBeans provides a simplified model for interacting with <a href="http://www.xml.org/">XML</a> documents. The project originated with a contribution from <a href="http://www.bea.com/">BEA Inc.</a>, however, after its time within the <a href="http://incubator.apache.org/">Apache Incubator</a>, it is now a full-fledged Apache community and codebase under Apache License 2.0. Cliff Schmidt is the Chair of the new <a href="http://xml.apache.org/xmlbeans/">Apache XMLBeans</a> PMC (Project Management Committee).<p/>
<b>Note:</b><p/>
This is one of the steps of the <a href="http://xml.apache.org/">Apache XML Project</a> to promote its projects upwards and become a <a href="http://wiki.apache.org/old/XMLProjectPages/FederationProposal">federation</a>, or a central information repository, of all the XML-related projects at the ASF. Look for more promotions over the next few months.<p/>

]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_incubator_index.html">Apache Incubator</a> ] <a href="http://www.apachenews.org/archives/news_apache_incubator.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_incubator.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br />[ Category : <a href="http://www.apachenews.org/archives/cat_apache_software_foundation_index.html">Apache Software Foundation</a> ] <a href="http://www.apachenews.org/archives/news_apache_software_foundation.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_software_foundation.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br />[ Category : <a href="http://www.apachenews.org/archives/cat_apache_xml_index.html">Apache XML</a> ] <a href="http://www.apachenews.org/archives/news_apache_xml.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_xml.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br />[ Category : <a href="http://www.apachenews.org/archives/cat_apache_xmlbeans_index.html">Apache XMLBeans</a> ] <a href="http://www.apachenews.org/archives/news_apache_xmlbeans.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_xmlbeans.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">382@http://www.apachenews.org/</guid>
<dc:subject>Apache Software Foundation</dc:subject>
<dc:date>2004-06-25T03:48:17+00:00</dc:date>
</item>


</channel>
</rss>
