作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2012, Vol. 38 ›› Issue (19): 52-55. doi: 10.3969/j.issn.1000-3428.2012.19.013

• 软件技术与数据库 • 上一篇    下一篇

一种支持动态演化的AOP框架

杨 曦1,李 彤2   

  1. (1. 福州大学阳光学院计算机工程系,福州 350015;2. 云南大学软件学院,昆明 650091)
  • 收稿日期:2011-12-08 出版日期:2012-10-05 发布日期:2012-09-29
  • 作者简介:杨 曦(1977-),女,讲师、硕士,主研方向:软件动态演化;李 彤,教授、博士生导师
  • 基金资助:
    国家自然科学基金资助项目(60963007);福建省教育厅科技基金资助项目(JB11251)

An AOP Framework Supporting Dynamic Evolution

YANG Xi 1, LI Tong 2   

  1. (1. Department of Computer Engineering, Sunshine College, Fuzhou University, Fuzhou 350015, China; 2. School of Software, Yunnan University, Kunming 650091, China)
  • Received:2011-12-08 Online:2012-10-05 Published:2012-09-29

摘要: 传统面向对象(OOP)框架对软件的变化性和复杂性支持有限。为此,基于C++语言,提出一种支持动态演化的面向方面编程框 架——AODF。给出Bigraph理论的静态和动态建模过程,通过Bigraph反应系统实现AODF的动态演化,使用图形及形式化的项语言表述其演化过程。实验结果表明,与传统OOP框架相比,AODF的代码模块化程度更高,软件系统扩展性更好。

关键词: 面向方面编程, Bigraph理论, Bigraph反应系统, 动态演化, 软件体系结构

Abstract: To solve the problems that the traditional Object-oriented Programming(OOP) framework supports the change and complexity of software insufficiently, it proposes an Aspect-oriented Programming(AOP) framework supporting dynamic evolution, called AODF, which is based on C++ language. It proposes the static and dynamic modeling process of Bigraph theory, realizes AODF dynamic evolution via Bigraph Reaction System(BRS) and depicts evolution process by using its graph and formal term language. Experimental results show that AODF is more modular, and it has better scalability of the software system, compared with OOP.

Key words: Aspect-oriented Programming(AOP), Bigraph theory, Bigraph Reaction System(BRS), dynamic evolution, software architecture

中图分类号: