An approach to specifying software frameworks

  • Authors:
  • Leesa Murray;David Carrington;Paul Strooper

  • Affiliations:
  • The University of Queensland, Qld, Australia;The University of Queensland, Qld, Australia;The University of Queensland, Qld, Australia

  • Venue:
  • ACSC '04 Proceedings of the 27th Australasian conference on Computer science - Volume 26
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

A framework is a reusable design that requires software components to function. To instantiate a framework, a software engineer must provide the software components required by the framework. To do this effectively, the framework-component interfaces must be specified so the software engineer knows what assumptions the framework makes about the components, and so the components can be verified against these assumptions. This paper presents an approach to specifying software frameworks. The approach involves the specification of the framework's syntax, semantics, and the interfaces between the framework and its components. The approach is demonstrated with a simple case study.