|
计算机应用 2006
Research on aggregation model of AOP based on CAR
|
Abstract:
Separation of Concerns is a hot topic in software design currently. By identifying,packaging and integrating different kinds of concerns, a system can be constructed with higher adaptability, maintainability and reusability. AOP technology is a good programming model for separating concerns now. A dynamic aggregation model of AOP based on CAR system was presented. Compared with other systems using static aggregation, dynamic aggregation makes aspect and common component aggregate and disaggregate at runtime, which improves the adaptability and reusability of system design.