JAC: declarative Java concurrency: Research Articles

  • Authors:
  • Max Haustein;Klaus-Peter Löhr

  • Affiliations:
  • Institut für Informatik, Freie Universität Berlin, Takustrasse 9, D-14195 Berlin, Germany;Institut für Informatik, Freie Universität Berlin, Takustrasse 9, D-14195 Berlin, Germany

  • Venue:
  • Concurrency and Computation: Practice & Experience
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Java programming language has a low-level concurrency model which is hard to use and does not blend well with inheritance. JAC is an extension of Java that introduces a higher level of concurrency, hiding threads and separating thread synchronization from application logic in a declarative fashion. The emphasis is on limiting the differences between sequential and concurrent code, thus furthering code reuse, and on avoiding inheritance anomalies. This is achieved by taking a middle road between concurrent code on the one hand and complete separation of sequential application logic from concurrency mechanisms on the other. An extensive comparison with related approaches is given for motivating our design decisions. Copyright © 2005 John Wiley & Sons, Ltd.