摘要
在计算机系统应用越来越广泛的今天,应用软件的规模不断扩大,复杂度不断提高,过程化程序设计、面向对象程序设计等传统的软件开发方法已渐渐不能适应这种变化。于是,一种新的程序开发方法:面向方面的编程(AOP:Aspect Oriented Programming)研究引起了国内外广泛关注。阐述了AOP产生的背景,介绍了Java程序设计相关的AOP主要框架及其应用实例。
Computer application system is more and more widely used today,Traditional procedural or OO methodology now cannot meet the expanding software scale and the aggravating software intricacy very well.In recent years,a new methodology on programming named AOP(Aspect-Oriented Programming)attracts developers all over the world.With this approach,cross-cutting code scattered around the whole program is encapsulated.In this paper,take a review on Aspect-Oriented Programming in Java,as well as its main ideas,application.
出处
《软件导刊》
2013年第7期63-65,共3页
Software Guide