Mapping XML to Java, Part 2
Create a class library that uses the SAX API to map XML documents to Java objects
By Robert Hustead, JavaWorld.com, 10/06/00
- Digg
- Reddit
- SlashDot
- Stumble
- del.icio.us
- Technorati
- dzone
- Digg
- Reddit
- SlashDot
- Stumble
- del.icio.us
- Technorati
- dzone
Resources
- Recent XML articles in JavaWorld
- "XML Document Processing in Java Using XPath and XSLT," André Tost (JavaWorld, Sept. 8, 2000) explains how XPath and XSLT can significantly reduce the complexity of your Java code
http://www.javaworld.com/javaworld/jw-09-2000/jw-0908-xpath.html
- "XSL Gives Your XML Some Style," Michael Ball (JavaWorld, June 30, 2000) explains how XSL stylesheets can help with your programming
http://www.javaworld.com/javaworld/jw-06-2000/jw-0630-xsl.html
- "Easy Java/XML Integration with JDOM, Part 1," Jason Hunter and Brett McLaughlin (JavaWorld, May 18, 2000) introduces the new open source JDOM API for manipulating XML from within Java
http://www.javaworld.com/javaworld/jw-05-2000/jw-0518-jdom.html
- "Programming XML in Java, Part 1," Mark Johnson (JavaWorld, March 2000) looks at how to use SAX to process XML documents in Java
http://www.javaworld.com/javaworld/jw-03-2000/jw-03-xmlsax.html
- For the complete list of JavaWorld's XML-related articles, see the Java and XML section of our Topical Index
http://www.javaworld.com/javaworld/topicalindex/jw-ti-javaxml.html
- Other valuable XML resources
- Information on logging packages available on the Internet