Check out the Jakarta Commons projects, I think they have stuff like that:
http://jakarta.apache.org/commons/index.html
cheers,
Mike
-----Original Message-----
From: David Thielen [mailto:[EMAIL PROTECTED]]
Sent: Sonntag, 31. August 2003 18:42
To: [EMAIL PROTECTED]
Subject: [dom4j-user] How to: Java object -> xml
Hi;
Is there any easy way to convert a Java object to an xml DOM? What I want is something that walks through all the getters creating attributes or nodes with the getter name (must be a node for collections) and the value of the getter as the entry. So it's not the actual java object, just it's properties.
??? - thanks - dave