Which Java XML parser to use? [closed]

shag

New Member
I found from this link that there are several types of XML parsers in Java. Would you help me to choose which one will consume less memory and will work faster:\[code\]DOM XML ParserSAX XML ParserJDOM XML ParserJAXB\[/code\]I want to create Java server application with C client which communicate over network using XML. If I choose to use JAXB can I easy integrate it with \[code\]libxml\[/code\]? What are the possible problems that might occur if I use JAXB and \[code\]libxml\[/code\] to transfer data between the applications?
 
Back
Top