ACORD XML In Depth
5-day Public Class
The insurance industry is currently undergoing cataclysmic change as a result of XML standardization. Companies that don't adapt to it will get run over. Fortunately, help is at hand. This class will teach you everything you need to know to get started on your own development projects, understand what vendors are telling you. It is intended for developers, architects, and their managers. Business analysts will also benefit.
Monday Morning: Introduction to ACORD XML
Lecture: Problem of inter-application communication in a heterogeneous environment, example from air traffic control. Need for a generic, self-describing, machine independent wire protocol, XML as fulfillment of that need. Quick review of XML itself, elements, attributes, and well-formed documents. Basic architecture of ACORD XML, description of different flavors. Need for agreement on problem domain vocabulary within XML.
Lab: Use the XML tool of your choice to create a well-formed XML document describing a pet animal for use in a veterinary office. Each student to work individually.
Monday Afternoon: Schemas and ACORD XML
Lecture: Quick examination of XML models of pet animals from last lab, observation of many divergences. Need for standardization of XML problem domain vocabulary. Concept of a valid document, need for description of problem domain vocabularies. Shortcomings of DTD’s, schemas as a solution to these problems. Structure of an XML schema. Examination of ACORD XML schemas for life, P&C, or both.
Lab: Students combine into groups to standardize a set of tags for the pet example from the previous lab. Groups then negotiate with each other to provide a class-wide standard. Students write a schema defining that standard.
Tuesday Morning: ACORD Life and P&C Standards, part 1
Tuesday Afternoon: ACORD Life and P&C Standards, part 2
Wednesday Morning: ACORD Life and P&C Standards, part 3
Note: This class covers ACORD standards for both life and P&C. We will allocate our time to each standard in proportion to the number of attendees interested in that standard. If you only care about one standard, consider a private class at your company.
Lecture: Background and history of the standard. Demonstration of where to find current specs, developer notes, schemas, and DTDs. Examination of the current schema. Discussion of element hierarchy and references of elements to each other, with emphasis on required elements. Explanation of fixed value code lists. Step-by-step walkthrough of agency scenario demonstrating use of objects within the insurance data model. One size never fits all: examination of the various ways of extending the data model.
Lab: Write a valid document describing an insurance event using ACORD XMLife or ACORD XML for P & C standard schema.
Wednesday Afternoon: Writing Programs for ACORD XML
Lecture: Need for programs (as opposed to humans) to access XML documents. Different strategies used by parsers to make parsed XML documents available to programs. Examination of the Document-Object Model (DOM). Concept of a node, different types of nodes, methods and properties of a node. Simple API for XML (SAX) as DOM's anti-particle. Concept of programming to receive events fired by parser during the parsing process. Examination of sample program that uses SAX. Advantages and disadvantages of DOM and SAX. Need for application-specific wrapper. Examination of sample application-specific wrappers generated by .NET and Java environments..
Lab: Use DOM or SAX to write a simple program in your choice of language that opens an XML document and displays portions of it to the user. Alternatively, write a simple wrapper DOM or SAX that presents the pet document in an application-specific wrapper. Or use wrapper class generators to access a document.
Thursday Morning: Using XSLT Style Sheets with ACORD XML
Lecture: Need for data-driven transformation of XML documents into other XML documents or into HTML. Concept of a style sheet, definition of XSLT. Applying a style sheet to an XML document. Syntax of an XSL style sheet. Examples of using stylesheets with ACORD XML messages.
Lab: Write your own XSLT style sheet, or modify the provided sample, to produce good HTML for display. Alternatively, write an XSLT style sheet that transforms an XML document from one schema to another.
Thursday Afternoon: Security in ACORD XML
Lecture: Security needs in ACORD XML. Definition of security terms, such as authentication, authorization, and encryption. Current XML standards for security and their application to the ACORD standards. Consideration of inescapable tradeoffs in security design. Cases studies of good and bad choices. Discussion of single sign-on strategies.
Lab: Work with various security systems.
Friday Morning: Plug-And-Play with ACORD XML
Lecture: Design goals of universal "Plug-and-Play" operation. Design problems needing to be solved to obtain P&P. Examples of various solution attempts from other industries, and from commercial products. Need for extensive self description by publishers and subscribers, examination of ACORD Service Provider Extensions (SPX). Demonstration of rudimentary self-configuring client and server program. Discussion of future evolution of P&P.
Lab: Work with self-configuring sample application.
Friday Afternoon: Students' Requests
Lecture and Lab: Exploration of topics chosen by the students based on their learning experiences during the class.
Class ends at 3:00 on last day so students can make their travel arrangements.