aspose file tools
The moose likes XML and Related Technologies and the fly likes I need a recommendation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "I need a recommendation" Watch "I need a recommendation" New topic
Author

I need a recommendation

Nate Johnson
Ranch Hand

Joined: May 13, 2002
Posts: 301
Can someone recommend an xml parser/tool for my situation?
I already have java objects that store data. I need to read in an xml file, instantiate the java object (that are already defined in code), manipulate the objects, and the write the data back out to xml.
Thanks so much!


scwcd, scjd, scjp<br /><a href="http://natejohnson.us" target="_blank" rel="nofollow">http://natejohnson.us</a><br /><a href="http://rice.kuali.org" target="_blank" rel="nofollow">http://rice.kuali.org</a>
Nate Johnson
Ranch Hand

Joined: May 13, 2002
Posts: 301
nevermind... i decided to use jdom and got in working in a few minutes.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: I need a recommendation
 
Similar Threads
Generating XML from reports stored in Database
New to XML
Java Objects to XML Mapping
trying to get a richfaces tree to populate nodes using data from xml
XML Pull Parser