News

In this tip, you’ll learn how to to use the Java Architecture for XML Binding (JAXB) in Java SE 6 to exchange XML data between systems without having to delve into the specifics of XML processing.
Dozer is an open source (Apache 2 license) “Java Bean to Java Bean mapper that recursively copies data from one object to another.” As this description from its main web page states, it is used to map ...