2015年7月30日
摘要: http://www.cnblogs.com/o-andy-o/archive/2012/09/09/2677821.html 阅读全文
posted @ 2015-07-30 18:18 bendantuohai 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 我们是在使用Spring框架的过程中,其实就是为了使用IOC,依赖注入,和AOP,面向切面编程,这两个是Spring的灵魂。主要用到的设计模式有工厂模式和代理模式。IOC就是典型的工厂模式,通过sessionfactory去注入实例。AOP就是典型的代理模式的体现。代理模式是常用的java设计模式,... 阅读全文
posted @ 2015-07-30 17:52 bendantuohai 阅读(210) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/sundacheng1989/article/category/1350100 阅读全文
posted @ 2015-07-30 16:25 bendantuohai 阅读(115) 评论(0) 推荐(0) 编辑