Java transactions for the internet

  • Authors:
  • M. C. Little;S. K. Shrivastava

  • Affiliations:
  • Department of Computing Science, University of Newcastle, Newcastle upon Tyne, England;Department of Computing Science, University of Newcastle, Newcastle upon Tyne, England

  • Venue:
  • COOTS'98 Proceedings of the 4th conference on USENIX Conference on Object-Oriented Technologies and Systems - Volume 4
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Web frequently suffers from failures which affect the performance and consistency of applications run over it. An important fault-tolerance technique is the use of atomic transactions for controlling operations on services. While it has been possible to make server-side Web applications transactional, browsers typically did not possess such facilities. However, with the advent of Java it is now possible to consider empowering browsers so that they can fully participate within transactional applications. In this paper we present the design and implementation of a standards compliant transactional toolkit for the Web. The toolkit allows transactional applications to span Web browsers and servers and supports application specific customisation, so that an application can be made transactional without compromising the security policies operational at browsers and servers.