JiBX
From Wikipedia, the free encyclopedia
JiBX is an open source Java framework for XML data binding. It lets developers work with data from XML documents using Plain Old Java Objects (POJOs). The JiBX framework uses a binding definition to tell it how the Java objects relate to the XML. It is designed to perform the translation between internal data structures and XML with very high efficiency, and is generally considered the fastest XML data binding framework for Java.