THAOP: An Aspect Oriented Programming Framework

Gang Feng,Qingxuan Yin,Xiaoge Wang
DOI: https://doi.org/10.1109/SPCA.2006.297555
2007-01-01
Abstract:Aspect oriented programming (AOP) is one of the hottest research areas in the development of information technology during these years. People have found many programming problems for which the traditional object oriented programming (OOP) model and component oriented programming (COP) model are not sufficient to clearly capture some of the important design decisions the program must implement. This problem is much more obvious in pervasive computing environment due to the variety of environment. AOP technology has been presented to resolve this problem. In this paper, we introduce THAOP, a lightweight and flexible aspect oriented programming framework based on TH_CORE (a.k.a. EFL) component platform, and compare THAOP to other AOP framework. And also a case study is given out to help readers have a much clearer visualize about THAOP
What problem does this paper attempt to address?