Method to Extend JTA Transaction in Web Service Environment

Zhengwei Qi
2006-01-01
Abstract:Transaction process is the necessary basis for constructing enterprise application. While the development of technique and the broadapplication in enterprise information integration, Web service has become the mature technique for building successful enterprise application. But allthose implementing Web service projects only support transaction process by explicitly coding using traditional Web technique or by making thebackground information system read only to forbid transaction. This paper details how to extend JTA transaction to enable the propagation of JTAtransaction and preserve its ACID properties among Web services.
What problem does this paper attempt to address?