Expertise: City: [ Search ]
Add Your Courses 
XML Programming Using Java
Venues | Schools | Jobs | House Rental | Submit Course Description | Post Training Request | Students |



house rental & sbulet





Jobs & Resumes Message Board

Back | Home



Training Resources for:

XML Programming Using Java

Total 6 record(s) available.

XML Programming Using Java

nTier’s XML Programming Using Java course builds skills in Java’s XML processing APIs â€?chiefly parsing using SAX and DOM and transformations using XSLT, all using the Java API for XML Processing, 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 portable code.

The first module introduces the 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 is covered, working from simple SAX event handling through patterns for understanding document content from event sequences, to error handling and document validation. Students then learn how to read document information using the DOM’s tree model and API, and move on to using the DOM to modify and to create new documents and information nodes. The final two chapters of this module cover the DOM2 Traversal and Events modules and the JAXB, with a focus on XML serialization and persistence.

The second module introduces students to the XPath and XSLT specifications, and how to use JAXP as an interface to XML transformations. Students learn the basic JAXP Transformer architecture, develop fluency in the exacting but powerful XPath syntax, and then build a number of XSLT transformations. Study of XSLT is arranged first to develop control over output production, including a solid understanding of the sometimes mysterious built-in template rules, template matching, priority and modes, and control of whitespace production. Then students turn towards the source document and learn to extract single values, to make shallow and deep copies of source elements, to use variables, and to use flow-control constructs to effect conditional processing and loops. In the module’s final case study, students build a servlet-based Web application that uses JAXP and XSLT to produce dynamic content based on an XML data source.

The course software also includes an optional overlay of workspace and project files to support use of the Eclipse IDE in the classroom.

XML Training Learning Objectives
Understand the use of SAX and DOM APIs for XML parsing.
Understand the need for JAXP as an additional layer to the standard contract between applications and parsers.
Use JAXP to write entirely portable XML parsing code.
Parse element and attribute content, processing instructions, and other document information using SAX.
Parse documents using the DOM.
Modify, create and delete information in an XML document using the DOM.
Use DOM Traversal to simplify and make parsing algorithms more effective.
Use DOM Mutation Events to track changes to an XML document.
Use the JAXB to generate persistent Java object models based on XML Schema.
Implement XML persistence using the JAXB.
Write simple and complex queries into XML document content using XPath.
Use XSLT for XML-to-XML transformations.
Use the built-in template rules correctly to process the right source information.
Use mode and priority to control template matching.
Control exact production of text, HTML and XML elements, and whitespace.
Derive source document content and make copies of node trees.
Use looping and conditional processing to manage output production.
Build J2SE and Web applications that leverage XSLT transformation logic

A On-site course provided by nTier Training in Acworth, Georgia, United States

XML Programming Using Java

This four-day course builds skills in Java’s XML processing APIs �chiefly parsing using SAX and DOM and transformations using XSLT, all using the Java API for XML Processing, 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 portable code.



The first module introduces the 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 is covered, working from simple SAX event handling through patterns for understanding document content from event sequences, to error handling and document validation. Students then learn how to read document information using the DOM’s tree model and API, and move on to using the DOM to modify and to create new documents and information nodes. The final two chapters of this module cover the DOM2 Traversal and Events modules and the JAXB, with a focus on XML serialization and persistence.



The second module introduces students to the XPath and XSLT specifications, and how to use JAXP as an interface to XML transformations. Students learn the basic JAXP Transformer architecture, develop fluency in the exacting but powerful XPath syntax, and then build a number of XSLT transformations. Study of XSLT is arranged first to develop control over output production, including a solid understanding of the sometimes mysterious built-in template rules, template matching, priority and modes, and control of whitespace production. Then students turn towards the source document and learn to extract single values, to make shallow and deep copies of source elements, to use variables, and to use flow-control constructs to effect conditional processing and loops. In the module’s final case study, students build a servlet-based Web application that uses JAXP and XSLT to produce dynamic content based on an XML data source.

A Online course provided by Software Training Academy in Toronto, Ontario, Canada

XML Programming using Java

This course focuses on XML application development. This class provides a thorough explanation of the Extensible Stylesheet Language for Transformations (XSLT) and the two API’s for XML including the Document Object Model (DOM) and the Simple API for XML (SAX).

Audience: This course is designed for Application Developers who have a working knowledge of Java and require in-depth knowledge of how to create and process XML documents within their XML applications.

Topics:
Overview
XML Transformations (XSLT)
Producer Applications using JDBC
The Simple API for XML (SAX)
The Document Object Model
Processing XML documents using the DOM
Prerequisites: The student should have attended ProTech’s Introduction to Java and Introduction to XML courses or have equivalent experience.

A Classroom course provided by ProTech Professional Technical Services, Inc. in Pittsburgh, Pennsylvania, United States

XML Programming Using Java

Accelebrate’s XML Programming Using Java class builds skills in Java’s XML processing APIs â€?chiefly parsing using SAX and DOM and transformations using XSLT, all using the Java API for XML Processing, 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 portable code.

XML Using Java Training Objectives
Understand the use of SAX and DOM APIs for XML parsing.
Understand the need for JAXP as an additional layer to the standard contract between applications and parsers.
Use JAXP to write entirely portable XML parsing code.
Parse element and attribute content, processing instructions, and other document information using SAX.
Parse documents using the DOM.
Modify, create and delete information in an XML document using the DOM.
Use DOM Traversal to simplify and make parsing algorithms more effective.
Use DOM Mutation Events to track changes to an XML document.
Use the JAXB to generate persistent Java object models based on XML Schema.
Implement XML persistence using the JAXB.
Write simple and complex queries into XML document content using XPath.
Use XSLT for XML-to-XML transformations.
Use the built-in template rules correctly to process the right source information.
Use mode and priority to control template matching.
Control exact production of text, HTML and XML elements, and whitespace.
Derive source document content and make copies of node trees.
Use looping and conditional processing to manage output production.
Build Java SE and Web applications that leverage XSLT transformation logic.

XML Using Java Training Outline
The Java API for XML Processing (JAXP)
Parsing XML
SAX and DOM
What the W3C Says
What the W3C Doesn’t Say
Sun and Apache
JAXP
Parser Factories
Pluggable Parsers
Parser Features and Properties
The Simple API for XML (SAX)
Origins of SAX
The SAX Parser
The SAX Event Model
Reading Document Content
Handling Namespaces
SAX Features for Namespaces
Parsing Attributes
Error Handling
DTD Validation
Schema Validation
Handling Processing Instructions
The Document Object Model (DOM)
Origins of the DOM
DOM Levels
DOM2 Structure
The Document Builder
DOM Tree Model
DOM Interfaces
Document, Node and NodeList Interfaces
Element and Text Interfaces
Finding Elements By Name
Walking the Child List
The Attribute Interface
Traversing Associations
The JAXP Transformer Class
Sources and Results
Combining SAX and DOM Processing
Namespaces and the DOM
Manipulating XML Information with the DOM
Modifying Documents
Modifying Elements
Modifying Attributes
Managing Children
Seeking a Document Location
The ProcessingInstruction Interface
Creating New Documents
DOM Level 2 Modules
DOM Traversal
The DocumentTraversal Interface
Node Filters
The NodeIterator Interface
The TreeWalker Interface
DOM Ranges
DOM Events
Mutation Events
Handling Events
Event Flow
Capturing and Bubbling
Cancelable Events
XML Serialization and the Java API for XML Binding (JAXB)
XML for Object Persistence
Persistence Strategies
The Memento Pattern
Deserialization with SAX
Object Persistence with the DOM
Adapting Object Models to the DOM
The Java API for XML Binding
Marshalling, Unmarshalling, and Validation
Schema as Object Models
UML for XML
Mapping XML to Java: Simple Types, Complex Types, and Collections
Object Factories
Customizing JAXB Bindings
The DOM vs. JAXB
JAXB for Persistence
Automatic Translation
Using the JAXP for Transformations
XPath, XSLT and Java
The Transformer Class
The TransformerFactory Class
Sources and Results
Identity Transformations
Creating Transformations from Stylesheets
Template Parameters
Output Methods and Properties
XPath
Use of XPath in Other XML Technologies
XPath Expressions
The Axis
The Node Test
The Predicate
XPath Types
XPath Functions
Implied Context
Querying with XPath
XPath and the DOM
Templates and Production
Rule-Based Transformations
Templates and Template Matching
Built-In Template Rules
Recursion Through Templates
Template Context
Output Methods
Controlling Whitespace
Literal Replacement Elements
Formalizing Text, Elements and Attributes
Defining Target Vocabulary
Generating Processing Instructions
XSLT: Dynamic Content and Flow Control
Web Applications Using XSLT
Java EE and JAXP
Deriving Source Content
Getting Source Values
Attribute Value Templates
Copying Source Elements and Trees
Looping
Conditionals
Conclusion

A On-site course provided by Accelebrate in Atlanta, Georgia, United States

Pages:- 1 2
[ Online / Live ] [ Corporate Training ] [ Locations ] [ Schools ] [ Job Seekers ]



Dear Visitor:
You are strongly recommended to bookmark this page and come back later, since new course may be available anytime.
Click to Proceed>>




Tips:
Our combined search function does not only provide you with the training courses and students, but also talent resumes and jobs, or shared apartments nearby for rent.
 
Spanish World ASKEDU.net  © 2003-2009