摘要
面向切面编程(AOP)作为面向对象编程的补充和完善,通过把横切代码织入到业务组件,能够很好地解决"横切关注点"问题,在对Spring AOP技术进行深入研究后,给出了一个基于注解的Spring AOP的具体应用方案。
Aspect-oriented programming AOP is a supplement and perfecting for object-oriented program, it offers a good means to solve the problem of crosscutting concerns by providing a way of weaving crosscutting code into business component.After researching the Spring AOP deeply this paper gives a Spring AOP application project based on annotation.
出处
《电脑编程技巧与维护》
2013年第6期8-9,11,共3页
Computer Programming Skills & Maintenance