Welcome!

Linux Authors: Lavenya Dilip, Ian Thain, Bruce Armstrong, Michael Sheehan, Ellen Rubin

Related Topics: Linux, XML

Linux: Article

Dr Michael Kay on Building XML Workflow Applications

Kay is a member of the W3C committee on XQuery, XPath, and XSLT

A new tutorial entitled Building XML Workflow Applications, written by XML industry guru, Dr. Michael Kay —  founder of Saxonica, the producer of the Saxon XQuery and XSLT processor  was announced today by Stylus Studio (http://www.stylusstudio.com), the industry-leading provider of XML development tools and components for advanced data integration.

 Dr. Kay is a member of the W3C committee on XQuery, XPath, and XSLT, and winner of the 2005 XML Cup award. Software developers and managers looking gain valuable insight into the design and architecture XML-based workflow applications, says Stylus Studio, are urged to read the new tutorial online today.

In the new article, Kay argues that the bulk of the application logic required for typical XML workflow applications can be written in high-level XML processing languages, notably XSLT and XQuery, with individual components linked together in a pipeline processing framework.

By writing the logic in these high-level languages (rather than say Java or C#), Kay contends that the biggest benefit you gain is flexibility and adaptability  the ability to change the application in response to changing business needs. XML gives you this flexibility in terms of data design, he notes, so developers shouldn't throw it away by writing applications that freeze the data structure into Java or C# classes.

Building XML Workflow Applications covers the following topics:
  • Modeling XML Workflow Applications
  • Choosing a Centralized or Decentralized Architecture
  • The Life-Cycle of a Document
  • Finding Resources using Directory Services Markup Language
  • Writing XML Workflow Applications

The article is the latest in a series of XML articles featured in the Stylus Scoop, including

Learn XQuery in 10 Minutes

An Introduction to the XQuery FLWOR 

Schema Aware XSLT and XQuery processing.

More Stories By Java News Desk

JDJ News Desk monitors the world of Java to present IT professionals with updates on technology advances, business trends, new products and standards in the Java and i-technology space.

Comments (1) View Comments

Share your thoughts on this story.

Add your comment
You must be signed in to add a comment. Sign-in | Register

In accordance with our Comment Policy, we encourage comments that are on topic, relevant and to-the-point. We will remove comments that include profanity, personal attacks, racial slurs, threats of violence, or other inappropriate material that violates our Terms and Conditions, and will block users who make repeated violations. We ask all readers to expect diversity of opinion and to treat one another with dignity and respect.


Most Recent Comments
queZZtion 02/27/06 02:50:36 PM EST

What are the differences between XML on Java versus XML on .NET?