InfoQ

News

OASIS WS-Transaction (almost) a standard

Posted by Mark Little on Jan 24, 2007 07:38 AM

Community
SOA
Topics
Transactions Processing ,
Interop ,
WS Standards
Tags
WS-BusinessActivity ,
Web services ,
WS-AtomicTransactions ,
Standardization ,
ACID ,
WS-Coordination

The OASIS WS-TX technical committee held a  face-to-face meeting last week at IBM Hursely. This is likely the last such meeting prior to final standardisation of WS-Coordination, WS-AtomicTransaction and WS-BusinessActivity. It has been a long struggle to get here, dating back to extended transaction work at the OMG, a first attempt at Web Services standardisation via BTP and OASIS WS-CAF (where there is a lot of overlap due to history). This meeting was primarily just making sure that all of the i's were dotted and t's crossed and getting agreement to progress to OASIS standard; all of the heavy work had been done over the past 12 months.

This is an important step for enterprise Web Services deployments for a number of reasons:
  • WS-AtomicTransaction defines a traditional ACID transactions model, based on two-phase commit (2PC). Many people believe that 2PC is not right for the loosely coupled nature of Web Services and they'd be right. However, this overlooks the other important aspect of Web Services: interoperability. Interoperability between existing vendor implementations is key for many transaction processing deployments, particularly those that have grown via acquisitions of heterogeneous technologies. This has been a transaction processing holy grail for many years.

  • WS-BusinessActivity provides a forward compensation model, much more appropriate for loosely coupled, long duration interactions. This latter model will probably have slower take-up than WS-AtomicTransaction, but it should become more important over time.

Once we finalise WS-Security and WS-Reliable Exchange we'll finally be able to do secure, reliable and transacted Web Services in a standard manner.

Agree wholeheartedly by John Harby Posted Jan 24, 2007 3:05 PM
Unbelievable by Eirik Maus Posted Jan 25, 2007 2:24 AM
Re: Unbelievable by Mark Little Posted Jan 25, 2007 4:41 AM
  1. Back to top

    Agree wholeheartedly

    Jan 24, 2007 3:05 PM by John Harby

    I definitely agree that this is a huge milestone. I recall Sven Frolund, Kannan Govindrajan, myself and others at HP labs discussing the compensation model back in the late '90's. Having participated with Mark and the others on this TC, I would like to state that the TC was conducted with the utmost formality and professionalism and for myself was certainly a learning experience in how such things should be handled.

  2. Back to top

    Unbelievable

    Jan 25, 2007 2:24 AM by Eirik Maus

    Have anyone heard of any actually interoperable implementations yet?

  3. Back to top

    Re: Unbelievable

    Jan 25, 2007 4:41 AM by Mark Little

    You mean apart from the interoperability work that many of the vendors within the TC did as part of developing the specification? http://jboss.org/jbossBlog/blog/mlittle/

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.