Java Training Overview
This four-day course builds skills in Java's XML processing APIs. The course is intended for students with a working knowledge of XML -- and possibly DTDs or XML Schema -- who want to build XML applications or components using the Java language. Everything in the course adheres to W3C and Java standards for completely portable code.
Hardware – minimal
The course comprises three modules, which treat XML parsing, XML transformations, and XML binding. The first module introduces the Java API for XML Processing (JAXP) and the two main Java APIs for parsing XML documents: SAX and the DOM. Students learn the basic JAXP architecture and how to create parsers that expose SAX or DOM APIs, and how to configure parsers according to the SAX features and properties specification. SAX parsing gives way to reading and writing document information using the DOM tree model and API.
The second module introduces students to the XPath and XSLT specifications, and how to use JAXP as an interface to XML addressing and transformations. Students learn the JAXP's innovative system of Transformers, Sources, and Results; develop fluency in the exacting but powerful XPath syntax; and then build a number of XSLT transformations.
The third module introduces the newer and more powerful Java API for XML Binding, or JAXB, in its current incarnation, which is version 2.1. JAXB is now emerging as the tool of choice for most XML processing tasks where an XML Schema is available or easy to derive: based on that schema, JAXB-generated types can make it quite easy to read, manipulate, and write XML information models.
Java Training Learning Objectives
Java Training Prerequisites
Java Training Course duration
4 days
Java Training Course outline
Module 1. XML Parsing Using Java
Chapter 1. The Java API for XML Processing (JAXP)
Chapter 2. The Simple API for XML (SAX)
Chapter 3. The Document Object Model (DOM)
Chapter 4. Manipulating XML Information with the DOM
Module 2. XML Transformations Using Java
Chapter 1. Using the JAXP for Transformations
Chapter 2. XPath
Chapter 3. Templates and Production
Chapter 4. XSLT: Dynamic Content and Flow Control
Module 3. The Java API for XML Binding
Chapter 1. The Java API for XML Binding
Appendix A. Learning Resources
Appendix B. Quick Reference: W3C Namespaces
Hardware/Software Requirements
500 MHz, 256 meg RAM, 500 meg disk space
Hardware – recommended
1.5 GHz, 512 MB RAM, 1 GB disk.
Operating system
Tested on Windows XP Professional. Course software should be viable on all systems which support a Java 6 Developer's Kit.
Software
All free downloadable tools.