华东师范大学学报(自然科学版) ›› 2008, Vol. 2008 ›› Issue (1): 68-74.

• 计算机科学 • 上一篇    下一篇

面向方面编程的一种新型设计模式

徐倩颖,杨宗源
  

  1. 华东师范大学 计算机科学技术系,上海 200062
  • 收稿日期:2007-04-16 修回日期:2007-05-29 出版日期:2008-01-25 发布日期:2008-01-25
  • 通讯作者: 杨宗源

Novel design pattern of aspectoriented programming (Chinese)

XU Qianying, YANG Zongyuan
  

  1. Department of Computer Science, East China Normal University,Shanghai 200062,China
  • Received:2007-04-16 Revised:2007-05-29 Online:2008-01-25 Published:2008-01-25
  • Contact: YANG Zongyuan

摘要: 通过对一个持久性框架方面进行抽象化的重构来提高Aspect的重用性,并在此基础上提出了面向方面编程领域的一种新型设计模式:方面桥模式(Aspect Bridge).该模式解决了构件与行为模式间的耦合问题,体现了“高层分离,低层耦合”的原则.

关键词: 面向方面, 设计模式, 方面桥模式, 重构, 面向方面, 设计模式, 方面桥模式, 重构

Abstract: The paper presented a novel design pattern of aspectoriented programming: Aspect Bridge Pattern in the process of refactoring a persistence framework. This pattern solves the coupling problem between the component and the behavior pattern, and is obey to the principle: decouple in high level, couple in low level.

Key words: design pattern, aspect bridge pattern, refactoring , aspectoriented, design pattern, aspect bridge pattern, refactoring

中图分类号: