Automated support for seamless interoperability in polylingual software systems

  • Authors:
  • Daniel J. Barrett;Alan Kaplan;Jack C. Wileden

  • Affiliations:
  • Convergent Computing Systems Laboratory, Computer Science Department, University of Massachusetts, Amherst, MA;Department of Computer Science, Flinders University, GPO Box 2100, Adelaide, SA 5001, Australia and Computer Science Department, University of Massachusetts Amherst, MA;Convergent Computing Systems Laboratory, Computer Science Department, University of Massachusetts, Amherst, MA

  • Venue:
  • SIGSOFT '96 Proceedings of the 4th ACM SIGSOFT symposium on Foundations of software engineering
  • Year:
  • 1996

Quantified Score

Hi-index 0.00

Visualization

Abstract

Interoperability is a fundamental concern in many areas of software engineering, such as software reuse or infrastructures for software development environments. Of particular interest to software engineers are the interoperability problems arising in polylingual software systems. The defining characteristic of polylingual systems is their focus on uniform interaction among a set of components written in two or more different languages.Existing approaches to support for interoperability are inadequate because they lack seamlessness: that is, they generally force software developers to compensate explicitly for the existence of multiple languages or the crossing of language boundaries. In this paper we first discuss some foundations for polylingual interoperability, then review and assess existing approaches. We then outline PolySPIN, an approach in which interoperability can be made transparent and existing systems can be made to interoperate with no visible modifications. We also describe PolySPINner, our prototype implementation of a toolset providing automated support for PolySPIN. We illustrate the advantages of our approach by applying it to an example problem and comparing PolySPIN's ease of use with that of an alternative, CORBA-style approach.