History-Based Aspect Weaving for WS-BPEL Using Padus

  • Authors:
  • Mathieu Braem;Dimitri Gheysels

  • Affiliations:
  • -;-

  • Venue:
  • ECOWS '07 Proceedings of the Fifth European Conference on Web Services
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Workflow languages provide a natural way to express business processes, and therefore they are preferred over general-purpose programming languages to specify such processes. However, current workflow languages offer no support for separating crosscutting concerns which results in workflows that are hard to maintain and evolve. Recent research introduces aspect-oriented extensions to these languages, but many advanced features of aspect-oriented programming technology are still unavailable for workflow languages. In this paper we present the implementation of one such advanced feature: "stateful aspects". We introduce a high-level, logic-based pointcut language to express aspect activation depending on past and current state of the workflow execution. We propose a weaving strategy based on finite state automata in order to transparently weave history tracking code in the workflow. Our approach is implemented as an extension of the Padus AOP language for WS-BPEL.