Changes between Version 4 and Version 5 of ebXMLObjectModel
- Timestamp:
- 07/21/08 08:07:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ebXMLObjectModel
v4 v5 33 33 All of these packages correspond to a section in the specification except the org.geonetwork.ebxml.informationmodel.xsd package, which contains Java Beans to assist in representing XSD datatypes that have no equivalent in the Java language, such as xsd:duration. 34 34 35 Note: the Access Control section of the Information Model specification is not (yet) part of the implementation. 36 37 The implementation is complemented with a set of unit tests, for each of the objects that may be used as a top-level element in an ebXML document. The unit tests are written in the well-known [http://www.junit.org/ Junit framework]. The testcases are for each of these objects, a test for marshalling, and a test for unmarshalling. As we're dealing with XML the tests use the complimentary test library [http://xmlunit.sourceforge.net/ XML Unit]. This allows o.a. to ignore differences in whitespace and the order of elements in the XML where that should be ignored. 38 39 40 41 35 42 ---- 36 43