JiBX is a framework for binding XML data to Java objects. It lets you work with data from XML documents using your own class structures. The JiBX framework handles all the details of converting your data to and from XML based on your instructions.
Tutorial Details:
JiBX is designed to perform the translation between internal data structures and XML with very high efficiency, but still allows you a high degree of control over the translation process.
This approach gives several important benefits:
Flexibility - Use any class structure you want, so long as you can tell JiBX how to translate it to and from XML.
Performance - Pull parsing and class file enhancement techniques let JiBX build high-performance marshalling and unmarshalling code directly into your classes.
Clean code - You write the code and JiBX works with it, not the other way around!
JiBX performance stacks up against other Java data binding frameworks check out Data Binding, Part 2: Performance on the IBM developerWorks XML Zone. the JiBX framework in Data Binding, Part 3: JiBX Architecture and Data Binding, Part 4: JiBX Usage.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: JiXB
View Tutorial: JiXB
Related
Tutorials:
|
Displaying 1 - 0 of about 0 Related Tutorials.
|
|
|
|