annotate lib/org.jibx_1.2/readme.txt @ 2:eef69274ef15 default tip

bugs
author dwinter
date Wed, 26 Jan 2011 16:36:21 +0100
parents db87c1b7eb6d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
db87c1b7eb6d initial
dwinter
parents:
diff changeset
1 ------------------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
2 JiBX: Binding XML to Java Code
db87c1b7eb6d initial
dwinter
parents:
diff changeset
3 ------------------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
4
db87c1b7eb6d initial
dwinter
parents:
diff changeset
5 "JiBX is a framework for binding XML data to Java objects. It lets you work
db87c1b7eb6d initial
dwinter
parents:
diff changeset
6 with data from XML documents using your own class structures. The JiBX
db87c1b7eb6d initial
dwinter
parents:
diff changeset
7 framework handles all the details of converting your data to and from XML
db87c1b7eb6d initial
dwinter
parents:
diff changeset
8 based on your instructions. JiBX is designed to perform the translation between
db87c1b7eb6d initial
dwinter
parents:
diff changeset
9 internal data structures and XML with very high efficiency, but still allows
db87c1b7eb6d initial
dwinter
parents:
diff changeset
10 you a high degree of control over the translation process."
db87c1b7eb6d initial
dwinter
parents:
diff changeset
11
db87c1b7eb6d initial
dwinter
parents:
diff changeset
12 For more information:
db87c1b7eb6d initial
dwinter
parents:
diff changeset
13 http://jibx.sourceforge.net/