Came up against a problem with (JibX) marshalling an object down to XML. Part of the problem was not finding any reference to what the error message means. So for future generations I’ve documented it here. The error message is:… more »
Tag: "jibx"
JiBX is a framework for binding XML data to Java objects (I stole that from their website!). There are a standard set of converters in the JiBX library that will help you convert your own classes to XML. There is a bit more information in the… more »
I’ve been doing a lot of work recently with the SpringFramework. It helps with all aspects of building a large scale application by, among other things, providing a generic exception hierarchy which is used by all the component modules. The upshot… more »