What is best practise in converting XML to Java object?
Posted
by newbie
on Stack Overflow
See other posts from Stack Overflow
or by newbie
Published on 2010-05-12T19:28:14Z
Indexed on
2010/05/12
19:34 UTC
Read the original article
Hit count: 167
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?
© Stack Overflow or respective owner