Simplest way to convert java objects to xml [closed]

Mazaonline

New Member
\[quote\] Possible Duplicate:
What is the best way to convert a java object to xml with open source apis \[/quote\]I found existing questions 1 and 2 on the subject, but I wasn't sure if it was up-to-date, and the best fit for what I'm trying to do.I've had one strong suggestion of XMLBeans, but there isn't too much discussion on it here on SO, and it's not even mentioned on the first link above (not with any upvotes, anyway). Is JAXB still the best recommendation for this? If so, are there any simple tutorials that walkthrough A->B with object->xml? Update:I'm being given Lists of java objects, and need to convert them to xml following a given schema.
 
Back
Top