From: Stefan F. <ste...@we...> - 2014-02-06 12:27:27
|
If move up to Java 6 it is possible to use JAXB 2.0 shipped with the JDK instead of the external Simple XML. Seems that it is not much more difficult to use. If I am not mistaken JAXB 1.x was not that nice. (Some easy examples discussed here http://blog.bdoughan.com/2010/10/how-does-jaxb-compare-to-simple.html) Any opinions on that? Stefan > My intention is to replace the current serialization process of Rails > with one based on xml-files. I intend to use the simple library for this > reason (see http://simple.sourceforge.net/ ) as it is both easy to use > and adjustable and will allow renaming the action package to its full name. > > |