You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Viren Baraiya <vi...@gmail.com> on 2006/03/24 12:00:18 UTC

xmlbeans and annotations for mapping

Hi All,

does the xml bean provide support for java 5.0 style annotations to define
the binding between xml and java beans?

If not, is there any active interest in community on providing such a
feature?

(The generated type classes are POJO - no XmlObject extensions and
annotations are used to define mapping to the xml schema)

There are obvious benifits to this, one of the major one is that a java
class (POJO) can be a standalone class and a databinding provider can map it
to from xml document, reducing the need for complete XmlObject heirarchy.

-Viren

[ANN] VTD-XML 1.7 released

Posted by Jimmy Zhang <jz...@ximpleware.com>.
Kontakt: Siegfried Baiz, Sulzer GmbHXimpleWare released Version 1.7 of VTD-XML, the next generation XML
parser that goes beyond DOM and SAX, under GPL. VTD-XML is getting
faster, leaner, more stable and complete with this release. New features
included in this releases are:

* Additional XPath functions support
* Union Expression
* A rewritten VTDNav implementation
* Various bug fixes in VTDGen and XPath evaluation

Please visit http://vtd-xml.sf.net for the latest release.

 
For further reading, please refer to the following articles:
a.. Simplify XML Processing with VTD-XML 
a.. Cut, Paste, Assemble and Split XML files with VTD-XML 
a.. XML on a Chip 
a.. Process Large XML Files with VTD-XML 
a.. The performance Woe of Binary XML 
a.. VTD-XML: The Next Generation XML Parser 

[ANN] VTD-XML 1.7 released

Posted by Jimmy Zhang <jz...@ximpleware.com>.
Kontakt: Siegfried Baiz, Sulzer GmbHXimpleWare released Version 1.7 of VTD-XML, the next generation XML
parser that goes beyond DOM and SAX, under GPL. VTD-XML is getting
faster, leaner, more stable and complete with this release. New features
included in this releases are:

* Additional XPath functions support
* Union Expression
* A rewritten VTDNav implementation
* Various bug fixes in VTDGen and XPath evaluation

Please visit http://vtd-xml.sf.net for the latest release.

 
For further reading, please refer to the following articles:
a.. Simplify XML Processing with VTD-XML 
a.. Cut, Paste, Assemble and Split XML files with VTD-XML 
a.. XML on a Chip 
a.. Process Large XML Files with VTD-XML 
a.. The performance Woe of Binary XML 
a.. VTD-XML: The Next Generation XML Parser 

XmlBeans 2.2.0 with Ant-Build-Task: How to take advantage of JDK 1.5 Generics rsp. Enumerations generated java-code

Posted by Siegfried Baiz <ba...@sulzer.de>.
Hi All,

I' m using XmlBeans 2.2.0 with Ant-Build-Task.
Is there an example for an Ant-Build-File demonstrating,
how to take advantage of JDK 1.5 Generics
and/or Enumerations in XMLBeans generated classes?

I' ve tried several Options in my build.xml
like
...
        <xmlbean schema="schemas"
            destfile="build/lib/schemas.jar"
            srcgendir="src" 
            *javasource="1.5"*
            classpathref="xmlbeans.path"
            debug="on"           
            />
...

       <javac srcdir="src"
            destdir="build/classes"
            classpathref="Any.path"
            debug="on"
*            source="1.5"
            target="1.5"
*            />
...
but in the generated java-files I cannot see any difference to Java 1.4.

- Siggi



VTD-XML 2.3 released

Posted by jimmy Zhang <jz...@ximpleware.com>.
VTD-XML 2.3 is now released. To download the latest version please visit
http://sourceforge.net/project/showfiles.php?group_id=110612&package_id=120172.

Below is a list of new features and enhancements in this version.

  a.. VTDException is now introduced as the root class for all other
VTD-XML's exception classes (per suggestion of Max Rahder).
  b.. Transcoding capability is now added for inter-document cut and paste.
You can cut a chuck of bytes in a UTF-8 encoded document and paste it into a
UTF-16 encoded document and the output document is still well-formed.
  c.. ISO-8859-10, ISO-8859-11, ISO-8859-12, ISO-8859-13, ISO-8859-14 and
ISO-8859-15 support has now been added
  d.. Zero length Text node is now possible.
  e.. Ability to dump in-memory copy of text is added.
  f.. Various code cleanup, enhancement and bug fixes.

Below are some new articles related to VTD-XML

  a.. Index XML documents with VTD-XML
http://xml.sys-con.com/read/453082.htm
  b.. Manipulate XML content the Ximple Way
http://www.devx.com/xml/Article/36379
  c.. VTD-XML: A new vision of XML
http://www.developer.com/xml/article.php/3714051
  d.. VTD-XML: XML Processing for the future
http://www.codeproject.com/KB/cs/vtd-xml_examples.aspx

If you (or someone you know) like the concept of VTD-XML, think that it can
help solve enterprises' XML processing related issues (particularly those
related to SOA), and would like to directly influence and contribute to the
development of the future of Internet, please email me
crackeur@comcast.net). We are looking for open source software developers
and project management people to take VTD-XML to the next level.