You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Aleksandar Likic <AL...@loyalty.com> on 2003/11/27 16:19:19 UTC

JAXB API

I just downloaded XmlBeans source and compiled it. In build.xml, I noticed
the "jaxb.classes" target. Initially it didn't compile, but when I dropped
jaxb-api.jar and namespace.jar into the classpath, it compiled successfully.
By looking at the source (org/apache/xmlbeans/impl/jaxb) , I can see that
the generated classes could be used as a drop-in replacement for JAXB RI, to
take advantage of XmlBeans additional features. Does this work, and if not
how far away are we from this? I am currently using JAXB, and have a lot of
code that I would like to keep in case I decide to migrate to XmlBeans.

 

Thanks,

Aleksandar Likic