All releases tagged Major feature enhancements


Release Notes: This version introduces support for mixed content and proper mapping of xs:extension to Java inheritance. Compared to 0.5beta, several important bugs have been fixed.


Release Notes: Mixed content is now supported, and xs:extension is now properly mapped to Java inheritance.


Release Notes: This is the first version supporting nested groups with multiplicity <= 1. In particular, xs:extension now works. Additionally, the collection type "indexed" is now supported.


Release Notes: Basic support was added for several important XML schema components: Simpletype facets (xs:maxLength, xs:minLength, xs:enumeration, xs:pattern), Schema include (xs:include), and xs:anyType. BLOB and CLOB handling was also introduced when working with relational database engines.


Release Notes: A new XmlDbManager, which allows you to use XML databases via the xml:db API. Available databases include eXist (http://exist.sf.net) and Xindice (http://www.xindice.org).


Release Notes: This version almost completes the implementation of the upcoming JAXB standard. There was also a complete redesign of the docs.


Release Notes: This release adds the DTDReader, so that you can use a DTD as input for the schema and the generated sources. Previously, you had to use an XML schema.


Release Notes: This release has preliminary support for the upcoming version of JAXB, the Java Architecture for XML Binding. Full support will be available in JaxMe 2.


Release Notes: This version adds preliminary Tamino support.


Release Notes: New Decorators and Parselets, and a framework for writing your own source generators (in particular, conversion of JaxMe elements into or from another object type; there is no documentation, but there is a working example and a JUnit test that demonstrates serialization from and to binary streams).