Re: [dom4j-user] How to: Java object -> xml

2003-09-03 Thread David Thielen
Title: RE: [dom4j-user] How to: Java object -> xml commons has betwixt - which is perfect - Original Message - From: Bingel, Michael To: '[EMAIL PROTECTED]' Sent: Monday, September 01, 2003 2:06 AM Subject: RE: [dom4j-user] How to: Java object ->

RE: [dom4j-user] How to: Java object -> xml

2003-09-02 Thread Bingel, Michael
Title: RE: [dom4j-user] How to: Java object -> xml 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. Aug

Re: [dom4j-user] How to: Java object -> xml

2003-09-01 Thread Martin Gross
hi dave, take a look at http://jakarta.apache.org/commons/digester.html . It is about XML -> Java object mapping and vice versa, afaik. cheers, martin > 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 creati

[dom4j-user] How to: Java object -> xml

2003-08-31 Thread David Thielen
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, jus