Efficient Object-Oriented Software with Design Patterns

  • Authors:
  • Mario Friedrich;Holger Papajewski;Wolfgang Schröder-Preikschat;Olaf Spinczyk;Ute Spinczyk

  • Affiliations:
  • -;-;-;-;-

  • Venue:
  • GCSE '99 Proceedings of the First International Symposium on Generative and Component-Based Software Engineering
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

Reusable software based on design patterns typically utilizes "expensive" language features like object composition and polymorphism. This limits their applicability to areas where effciency in the sense of code size and runtime is of minor interest. To overcome this problem our paper presents a generative approach to "streamline" pattern-based object-oriented software. Depending on the actual requirements of the environment the source code is optimized with a transformation tool. The presented technique provides "scalable" software structures and thus reconciles reusability with effciency of pattern-based software.