English

Comprehensive Monitor-Oriented Compensation Programming

Software Engineering 2014-04-04 v1

Abstract

Compensation programming is typically used in the programming of web service compositions whose correct implementation is crucial due to their handling of security-critical activities such as financial transactions. While traditional exception handling depends on the state of the system at the moment of failure, compensation programming is significantly more challenging and dynamic because it is dependent on the runtime execution flow - with the history of behaviour of the system at the moment of failure affecting how to apply compensation. To address this dynamic element, we propose the use of runtime monitors to facilitate compensation programming, with monitors enabling the modeller to be able to implicitly reason in terms of the runtime control flow, thus separating the concerns of system building and compensation modelling. Our approach is instantiated into an architecture and shown to be applicable to a case study.

Keywords

Cite

@article{arxiv.1404.0849,
  title  = {Comprehensive Monitor-Oriented Compensation Programming},
  author = {Christian Colombo and Gordon J. Pace},
  journal= {arXiv preprint arXiv:1404.0849},
  year   = {2014}
}

Comments

In Proceedings FESCA 2014, arXiv:1404.0436

R2 v1 2026-06-22T03:42:03.271Z