Changes between Version 17 and Version 18 of ebXMLObjectModel
- Timestamp:
- 07/21/08 08:58:32 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified ebXMLObjectModel
v17 v18 77 77 }}} 78 78 79 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 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. This will be made part of the automated build process. 80 80 81 81 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.