Generating wrappers for command line programs: the Cal-Aggie Wrap-O-Matic project

  • Authors:
  • Eric Wohlstadter;Stoney Jackson;Premkumar Devanbu

  • Affiliations:
  • Department of Computer Science, University of California, Davis, CA;Department of Computer Science, University of California, Davis, CA;Department of Computer Science, University of California, Davis, CA

  • Venue:
  • ICSE '01 Proceedings of the 23rd International Conference on Software Engineering
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

Software developers writing new software have strong incentives to make their products compliant to standards such as CORBA, COM, and Java Beans. Standards-compliance facilitates inter-operability, component-based software assembly, and software reuse, thus leading to improved quality and productivity. Legacy software, on the other hand, is usually monolithic, and hard to maintain and adapt. Many organizations, saddled with entrenched legacy software, are confronted with the need to integrate legacy assets into more modern, distributed, componentized systems that provide critical business services. Thus wrapping legacy systems for inter-operability has been an area of considerable interest. Wrappers are usually constructed by hand which can be costly and error-prone. In this paper, we specifically target command-line oriented legacy systems and describe a tool framework that automates away some of the drudgery of constructing wrappers for these systems. We describe the Cal-Aggie Wrap-O-Matic system (CAWOM), and illustrate its use to create CORBA wrappers for a) the JDB debugger, thus supporting distributed debugging using other CORBA components, and b) the Apache web-server, thus allowing remote web-server administration, potentially mediated by CORBA-compliant security services. While CORBA has some limitations, in several relatively common settings it can produce better wrappers at lower cost.