AXIS does this too, there was a post a couple of days (a week? 10 days?)
ago on this. 

Also XMLBeans
And Castor
And one other I forget 

-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Tim K. (Gmane)
Sent: Tuesday, March 29, 2005 6:42 PM
To: axis-user@ws.apache.org
Subject: Re: can I use Axis for this?

Have you looked at this:

http://java.sun.com/j2se/1.4.2/docs/api/java/beans/XMLDecoder.html
http://java.sun.com/j2se/1.4.2/docs/api/java/beans/XMLEncoder.html

Or JAXB ....

http://java.sun.com/xml/jaxb/

Tim

[EMAIL PROTECTED] wrote:
> 
> Greetings list,
> 
> I need to deserialize  xml file to java objects, could anyone give me 
> some suggestions? Can I use axis for this purpose?
> 
> Once a xml file is parsed to a DOM tree, is there a nice tool to use 
> to get the object(s) if the Class is given? I'm thinking that a tool 
> should be able to figure it out how to populate the java object using 
> reflection when having the DOM tree. Your suggestions will be
appreciated!
> 
> Thanks
> 
> Richard
> 
> 

Reply via email to