Changes between Version 7 and Version 8 of ebXMLObjectModel


Ignore:
Timestamp:
Jul 21, 2008, 8:27:54 AM (16 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ebXMLObjectModel

    v7 v8  
    4242=== XML binding ===
    4343
    44 In order to efficiently create an XML binding, that is to say the ability to marshal and unmarshal XML documents, the Java Beans implementation is decorated with a [http://jibx.sourceforge.net/ JiXB binding]. JiXB was chosen over other binding frameworks such as [http://xmlbeans.apache.org/ XMLBeans], [http://www.castor.org/ Castor] and [https://jaxb.dev.java.net/ JAXB] because of its [high performance high performance], ease of use, and non-intrusive programming model.
     44In order to efficiently create an XML binding, that is to say the ability to marshal and unmarshal XML documents, the Java Beans implementation is decorated with a [http://jibx.sourceforge.net/ JiXB binding]. JiXB was chosen over other binding frameworks such as [http://xmlbeans.apache.org/ XMLBeans], [http://www.castor.org/ Castor] and [https://jaxb.dev.java.net/ JAXB] because of its [https://bindmark.dev.java.net/old-index.html high performance], ease of use, and non-intrusive programming model.
    4545
    4646An sample of code that marshals a !RegistryObject document is the following. This and similar code you can find in the Object Model's unit test suite.