Changes between Version 14 and Version 15 of ebXMLObjectModel
- Timestamp:
- 07/21/08 08:54:25 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified ebXMLObjectModel
v14 v15 76 76 }}} 77 77 78 A perhaps remarkable feature of JiBX is that it requires a post-compilation step where the [http://jibx.sourceforge.net/bindcomp.html JiBX binding compiler] generates the binding code. Although this can be skipped and the binding done at runtime, doing this improves performance and also helps signalling possible errors in the binding definition.78 A perhaps remarkable feature of JiBX is that it requires a post-compilation step where the [http://jibx.sourceforge.net/bindcomp.html JiBX binding compiler] generates the binding code. Although it can be skipped and the binding done at runtime, doing this improves performance and also helps signaling possible errors in the binding definition. 79 79 80 80 For the developers amongst you, there is an [http://jibx.sourceforge.net/eclipse/index.html Eclipse plugin] available that will automatically run the binding compiler every time you build.