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
JAXB is a standard API for doing this: http://java.sun.com/developer/technicalArticles/WebServices/jaxb/