» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with marshalling + jibx

JiBX

JiBX is a framework for binding XML data to Java objects.

This is accomplished through binding definitions that map XML nodes to Java Objects. A developer writes definition documents, compiles source code, and then runs the JiBX binding compiler that adds code to convert class instances to XML. Classes can also be directly bound at runtime, however this is not recommended.

Once the JiBX binding compiler is run, the JiBX binding runtime uses the enhances class files to marshall and unmarshall the objects from the XML input document.