On 12/04/2008, Michael Glavassevich <> wrote:
> With JAXB 2.x you can start from existing classes and add whatever
> annotations you need to tune the binding. For example a POJO for a
> properties file might look like:
>
> @XmlRootElement
That is exactly what I was looking for... thanks Michael. (The
library is already configured in Netbeans 6 too)
So to bring the thread back around to the original point - the easiest
way to create an XML document is to use JAXB 2.1... annotate your
outermost container class then just marshall it out. That's just 2
additional lines in its most basic form.
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/