On Aspect-Oriented Design: An Approach to Designing Quality Attributes

  • Authors:
  • Natsuko Noda;Tomoji Kishi

  • Affiliations:
  • -;-

  • Venue:
  • APSEC '99 Proceedings of the Sixth Asia Pacific Software Engineering Conference
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

It is difficult to design software to meet its goal on quality attributes, because there are many factors related to quality attributes, and the relationships between these factors and quality attributes are quite complicated. However, we do not have a systematic way to design software considering quality attributes. Consequently, we have many troubles in the attainment of required quality attributes in actual software development. We are examining a design method, aspect-oriented design (AOD) based on the idea of "aspect-oriented-ness" proposed in the programming community as aspect-oriented programming. In AOD, aspects corresponding to quality attributes are considered separately, software architectures suitable for each aspect are designed independently and woven into the final architecture. In this paper, we introduce our approach and demonstrate the effectiveness of the approach using an example.