Changes between Version 25 and Version 26 of ebXMLObjectModel


Ignore:
Timestamp:
Jul 21, 2008, 4:08:55 PM (16 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ebXMLObjectModel

    v25 v26  
    4444In order to efficiently establish 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/ JiBX binding]. JiBX 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
    46 The core of the binding is an XML definition that relates XML elements to Java Beans. A simple snippet from the binding is the following, which relates a !LocalizedString from the ebXML XSD to its Java Bean representation:
     46The core of the binding is an XML definition that relates XML elements to Java Beans. A simple snippet from the binding is the following, which relates a !LocalizedString from the ebXML XSD and its Java Bean representation:
    4747
    4848 {{{