What is best practice 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
            22:14 UTC
        
        
        Read the original article
        Hit count: 211
        
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, just HTTP GET queries, so I cannot use any framework) and answers are in XML. What would be best practice to handle this situation?
© Stack Overflow or respective owner