It's been some time that I have worked on any new XML processing program. My favaourite Java XML library had always been JDOM (promoted by Jason Hunter) JDOM was so intutive to use for Java developers and also made excellent use of Java collections.
But today, there are quite a number of alternatives that one needs to study before deciding on which library to use.
A good tutorial using Java standard APIs is available here - http://www.mkyong.com/java/how-to-read-xml-file-in-java-dom-parser/
Check out the following links to learn more:
http://www.artima.com/intv/jdomP.html
http://www-128.ibm.com/developerworks/xml/library/x-injava/index.html http://xml.apache.org/xerces-j/index.html
http://www.extreme.indiana.edu/soap/xpp/
http://xml.apache.org/crimson/index.html
http://jdom.org/index.html
But today, there are quite a number of alternatives that one needs to study before deciding on which library to use.
A good tutorial using Java standard APIs is available here - http://www.mkyong.com/java/how-to-read-xml-file-in-java-dom-parser/
Check out the following links to learn more:
http://www.artima.com/intv/jdomP.html
http://www-128.ibm.com/developerworks/xml/library/x-injava/index.html http://xml.apache.org/xerces-j/index.html
http://www.extreme.indiana.edu/soap/xpp/
http://xml.apache.org/crimson/index.html
http://jdom.org/index.html
No comments:
Post a Comment