Search |
||
XML Databinding really simplePosted by edgars on July 13, 2006 at 9:03 AM PDT
XStream is the kind of project which is so easy and so great, that if somebody try give a presenation about that could be hard spend more than five minutes. I've used XStream on some new supports for Greebox in order to allow Eclipse Developers use it. Here I will take a piece of tests of my evaluations:
classe = new Clazz(); Attribute email = new Attribute(); ArrayList attrs = new ArrayList(); classe.setAttributes(attrs); System.out.println(xml.toXML(classe)); And the Result: So now, I can marshall and unmarchall object really easy! thanks codehaus :D and XStream team. Solutions like that could be part of JSE. »
Related Topics >>
Web Services and XML Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|