Instructor Led Xml Binding Training Classes
From Affinity IT Training, LLC
JAXB
...XML Binding (JAXB)
provides an API and tools
to automate the mapping between XML documents and Java objects.
Given a DTD and a schema definition,
the JAXB compiler can generate a set of Java classes for developers
to build applications to read, manipulate and recreate XML documents
without writing any code to process XML elements.
Java developers do not have to be experts in XML and can write
more...
From Boston University Corporate Education Center
XML Programming Using Java
...ocessing, or JAXP. It also covers the newer Java API for XML Binding, or JAXB, which standardizes serialization according to XML Schema. 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
more...
Developing Java Web Services
...The Java API for XML Processing (JAXP)
The Java API for XML Binding (JAXB)
The SOAP With Attachments API for Java (SAAJ)
The Java API for XML Messaging (JAXM)
Demonstration: A SOAP-Based Web Service Using JAXM and SAAJ
The Java API for XML-Based RPC (JAX-RPC)
Demonstration: A WSDL-Enabled Web Service Using JAX-RPC
WSDL-to-Java vs. Java-to-WSDL
The Java API for XML Registries
more...
From Webucator
XML Training for Java Developers



This XML training class teaches Java developers to use the Java API for XML Processing (JAXP) to parse XML documents using SAX and DOM to transform XML documents with XSLT. The class also covers the newer Java API for XML Binding, or JAXB, which standardizes serialization according to XML Schema.
more...
