码迷,mamicode.com
首页 > Web开发 > 详细

Aspect Oriented Programming - AOP

时间:2017-04-20 22:48:14      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:asp   sep   log   aop   spec   -o   ted   info   ram   

Aspect-oriented software development is a new technology for separation
of concerns (SOC) in software development. The techniques of AOSD make
it possible to *modularize lightweight crosscutting* aspects of a system. And reinformce seperation of concerns.

For example like Logging at a method level, it is difficult and cumbersome to inherit a base class for logging. it is hard to understand and difficult to maintain.

Security and error handling, those are infrastructual coding related not business functionalities.

 

Aspect Oriented Programming - AOP

标签:asp   sep   log   aop   spec   -o   ted   info   ram   

原文地址:http://www.cnblogs.com/Mattcoder/p/6741098.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!