What is best practise in converting XML to Java object?
- by newbie
I need to convert XML data to Java objects. What would be best practise to convert this XML data to object?
Idea is to fetch data via webservice (it doesn't use WSDL, just HTTP GET queris, so I cannot use any framework) and answers are in XML. What would be best practise to handle this situation?