[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Best way to create an XML document
- From: Robert Koberg <rob@koberg.com>
- To: Andrew Welch <andrew.j.welch@gmail.com>
- Date: Sat, 12 Apr 2008 15:01:54 -0400
On Sat, 2008-04-12 at 19:20 +0100, Andrew Welch wrote:
> It would be really nice if you could just annotate a pojo and persist
> that to XML, ala JPA...
You probably know this, but there is:
http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElement.html
(and its brethren)
But this is probably easiest:
http://java.sun.com/javase/6/docs/api/java/beans/XMLEncoder.html
(and XMLDecoder)
best,
-Rob
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]