I need to convert XML data to Java objects. What would be best practice to convert this XML data to object?
Idea is to fetch data via a web service (it doesn\'t use WSDL
I've used XStream as well, it is easy to use and customizable. You can add your own custom converters and that was very handy for me...