What is the opposite of JAXB? i.e. generating XML FROM classes?
Posted
by 8EM
on Stack Overflow
See other posts from Stack Overflow
or by 8EM
Published on 2010-03-12T09:03:43Z
Indexed on
2010/03/12
9:07 UTC
Read the original article
Hit count: 150
I am currently designing a solution to a problem I have. I need to dynamically generate an XML file on the fly using Java objects, in the same way JAXB generates Java classes from XML files, however the opposite direction. Is there something out there already like this?
Alternatively, a way in which one could 'save' a state of java classes.
The goal I am working towards is a dynamically changing GUI, where a user can redesign their GUI in the same way you can with iGoogle.
© Stack Overflow or respective owner