aspose file tools
The moose likes XML and Related Technologies and the fly likes JAXB the root class 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 "JAXB the root class" Watch "JAXB the root class" New topic
Author

JAXB the root class

Luke Murphy
Ranch Hand

Joined: May 12, 2010
Posts: 299
Hi,
I have an XML to represent a list of Servers. It is like this:




At the moment to marshall / unmarshall this I have two classes. One for the Server:



Which is fine. However, I also have one for the list of Servers. I need this class to marshall and unmarshall a list of servers. I want to get rid of this class but keep the XML the same. Any ideas how I can do this?



 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JAXB the root class
 
Similar Threads
web services performance question
Marshalling XML with Spring (How to handle referenced classes)
Append child + Xstream
Passing Information Between Web Applications (Alternative to Web Services)
Inserting into table with Hibernate question