摘要: Aspect Oriented Programming 面向切面编程。解耦是程序员编码开发过程中一直追求的。AOP也是为了解耦所诞生。 具体思想是:定义一个切面,在切面的纵向定义处理方法,处理完成之后,回到横向业务流。 AOP 在Spring框架中被作为核心组成部分之一,的确Spring将AOP发挥 阅读全文
posted @ 2016-06-02 11:08 Sharpest 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/yusheng8711/article/details/21622773 Spring有两大核心,IOC和AOP。IOC在java web项目中无时无刻不在使用。然而AOP用的比较少,的确也是一般的项目用的场所不多。事务控制基本都用,但却是Sprin 阅读全文
posted @ 2016-06-02 10:58 Sharpest 阅读(277) 评论(0) 推荐(0) 编辑
摘要: SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframe 阅读全文
posted @ 2016-06-02 10:01 Sharpest 阅读(1345) 评论(0) 推荐(0) 编辑