Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
ws-jaxme: Open source implementation of JAXB
- Summary
- 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:
* A Java bean class matching the schema description.
(If the schema was obtained via Java reflection,
the original Java bean class.)
* Read a conforming XML document and convert it into
the equivalent Java bean.
* Vice versa, marshal the Java bean back into the
original XML document.
Changelog
- * Tue Dec 20 11:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:0.5-1jpp
-
- Upgrade to 0.5
- * Thu Sep 9 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:0.3.1-1jpp
-
- Fix version in changelog
- Upgrade to 0.3.1
- * Mon Aug 30 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:2.0-0.b1.4jpp
-
- Build with ant-1.6.2