Menu

Tree [r40] /
 History

HTTPS access


File Date Author Commit
 examples 2009-10-12 s-hummel [r39]
 java 2009-07-24 s-hummel [r38] 1. Added two Methods to write generated XML dat...
 lib 2009-05-15 s-hummel [r21] initial
 tags 2009-05-17 s-hummel [r37] RELEASE_1.0.0
 test 2009-05-17 s-hummel [r35] update
 .classpath 2011-01-23 s-hummel [r40] test
 .project 2009-05-11 s-hummel [r4] initial
 CHANGES 2009-07-24 s-hummel [r38] 1. Added two Methods to write generated XML dat...
 LICENSE 2009-05-17 s-hummel [r29]
 README 2009-07-24 s-hummel [r38] 1. Added two Methods to write generated XML dat...
 build.xml 2009-05-17 s-hummel [r35] update

Read Me

Java-XML Binder (JXB)
=====================

Java-XML Binder creates XML documents from Java Objects and reconstructs Java Objects from XML.


Features:
---------

1. Mapping Rules are configurable exclusively through Java-Annotations. Only Classes and their
   Member Variables with declared Annotations will be processed by JXB. 

2. Java Classes does not need to implement getter- and setter-Methods for all Member Variables to be mapped.
   Access to Member Variables occurs using Java Reflection so that all Variable Values can be read or set
   by JXB independently of their Visibility Modifiers.

3. JXB supports mapping of Java Classes of any complexity - independently on inheritance
   and References to other Classes. Arrays, Maps and Collections of Objects can also be mapped by JXB.

Requirements:
-------------

1. JRE 1.5 or later.

Dependencies:
------------

1. JXB Project depends on dom4j-1.6.1.jar

2. JXB JUnit Tests from package de.shu.jxb.test.* depends additional on
	commons-lang-2.4.jar and junit-4.6.jar
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.