Model-typed component interfaces

  • Authors:
  • Gernot Schmölzer;Egon Teiniker;Christian Kreiner

  • Affiliations:
  • Institute for Technical Informatics, Graz University of Technology, Inffeldgasse 16, A-8010 Graz, Austria and Salomon Automation GmbH, A-8114 Friesach bei Graz, Austria;Institute for Technical Informatics, Graz University of Technology, Inffeldgasse 16, A-8010 Graz, Austria and Salomon Automation GmbH, A-8114 Friesach bei Graz, Austria;Institute for Technical Informatics, Graz University of Technology, Inffeldgasse 16, A-8010 Graz, Austria and Salomon Automation GmbH, A-8114 Friesach bei Graz, Austria

  • Venue:
  • Journal of Systems Architecture: the EUROMICRO Journal
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Component based software engineering (CBSE) allows to design and develop reusable software components that can be assembled to construct software systems via well defined interfaces. However, designing such reusable components for data intensive business logic often requires heavy data transfer between components over interfaces. Static interface definitions using basic data types or structures of such lead to large interfaces susceptible to modifications. The goal of this paper is to present model-typed interfaces based on generic interface parameters, which allows to transfer complex structured data between components. Providing such generic, model-defined types (MDT) with data models specifying the parameter structure supports compatibility checks of model-typed interfaces at platform independent system design time. The methodology is described platform independently and the coherency with our system development process is discussed. Moreover, a technology mapping to IDL and the CORBA component model (CCM) is illustrated.