SCL: a simple, uniform and operational language for component-oriented programming in smalltalk

  • Authors:
  • Luc Fabresse;Christophe Dony;Marianne Huchard

  • Affiliations:
  • Lirmm, UMR, CNRS et Université Montpellier II, Montpellier Cedex 5;Lirmm, UMR, CNRS et Université Montpellier II, Montpellier Cedex 5;Lirmm, UMR, CNRS et Université Montpellier II, Montpellier Cedex 5

  • Venue:
  • ISC'06 Proceedings of the 14th international conference on Advances in smalltalk
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Unanticipated connection of independently developed componentsis one of the key issues in component-oriented programming. While a variety of component-oriented languages have been proposed, none of them has achieved a breakthrough yet. In this paper, we present SCL a simple language dedicated to component-oriented programming. SCL integrates well-known features such as component class, component, interface, port or service. All these well-known features are presented, discussed and compared to existing approaches because they vary quite widely from one language to another. But, these features are not enough to build a component language. Indeed, most approaches use language primitives and shared interfaces to connect components. But shared interfaces are in contradiction with the philosophy of independently developed components. To this issue, SCL provides new features such as a uniform component composition model based on connectors. Connectors represent interactions between independently developed components. SCL also integrates component properties which enable connections based on component state changes with no requirements of specific code in components.