Alice: modularization of middleware using aspect-oriented programming

  • Authors:
  • Michael Eichberg;Mira Mezini

  • Affiliations:
  • Department of Computer Science, Software Technology Group, Darmstadt University of Technology, Germany;Department of Computer Science, Software Technology Group, Darmstadt University of Technology, Germany

  • Venue:
  • SEM'04 Proceedings of the 4th international conference on Software Engineering and Middleware
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, we identify three problems with current component middleware. First, the implementation of services is usually not modularized, making it hard to adapt the platform to application specific needs, to exchange services to cope with changing requirements or to use it on different devices. Second, mapping components to objects results in a complex programming model and is making the component code dependent on the used component framework. Third, application level crosscutting concerns are not modularized. To solve these problems, we propose an aspect-oriented programming approach, complemented by standard Java 1.5 annotations to provide meta information about the components, and a sophisticated query language for pointcut designation based on annotations.