This course will teach you how to access and process XML documents from a Java application.
Specifically, you will learn:
- How to use Java implementations of the two major parser APIs -- SAX and DOM -- to parse XML documents.
- How to create Java classes to convert a document into application objects and vice-versa.
- How to load XML-parsing Java code dynamically with the document.
- How an XML-capable relational database can integrate XML with traditional structured data.