Saving legacy with objects

  • Authors:
  • W. C. Dietrich, Jr.;L. R. Nackman;F. Gracer

  • Affiliations:
  • Manufacturing Research Department, IBM Research Division, Thomas J. Watson Research Center, Yorktown Heights, NY;Manufacturing Research Department, IBM Research Division, Thomas J. Watson Research Center, Yorktown Heights, NY;Manufacturing Research Department, IBM Research Division, Thomas J. Watson Research Center, Yorktown Heights, NY

  • Venue:
  • OOPSLA '89 Conference proceedings on Object-oriented programming systems, languages and applications
  • Year:
  • 1989

Quantified Score

Hi-index 0.00

Visualization

Abstract

Developers of application software must often work with “legacy systems.” These are systems that have evolved over many years and are considered irreplaceable, either because it is thought that duplicating their function would be too expensive, or because they are trusted by users. Because of their age, such systems are likely to have been implemented in a conventional language with limited use of data abstraction or encapsulation. The lack of abstraction complicates adding new applications to such systems and the lack of encapsulation impedes modifying the system because applications depend on system internals. We describe our experience providing and using an object-oriented interface to a legacy system.