Changes between Version 8 and Version 9 of ebXMLObjectModel
- Timestamp:
- 07/21/08 08:28:30 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ebXMLObjectModel
v8 v9 44 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 [https://bindmark.dev.java.net/old-index.html high performance], ease of use, and non-intrusive programming model. 45 45 46 A nsample 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.46 A 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. 47 47 48 48 {{{ 49 49 50 50 51 IBindingFactory bfact = BindingDirectory.getFactory(RegistryObject.class);