
spring
文章平均质量分 84
zml19910925
change world by program
展开
-
spring4整合hibernate4
这里整理下spring整合hibernate jar包 org.springframework spring-context 4.0.4.RELEASE org.springframework spring-webmvc 4.0.4.RELEASE org.springframework spring-core原创 2016-04-25 11:52:49 · 434 阅读 · 0 评论 -
Spring4 hibernate4与strtus2的整合
首先准备相应的jar包 我这里是用maven来管理工程的 org.springframework spring-context 4.0.4.RELEASE org.springframework spring-webmvc 4.0.4.RELEASE org.springframework原创 2016-04-25 19:49:06 · 337 阅读 · 0 评论 -
spring的事务解读
spring整合hibernate,事务的管控全部由spring容器来处理 这里简单的讲解下事务的管控 配置文件:原创 2016-04-25 14:57:35 · 605 阅读 · 0 评论 -
spring的aop解读
之前讲过动态代理,其实我们spring比较重要的是IOC和AOP 而IOC的底层原理是反射,AOP的底层实现原理就是动态代理 spring实现aop的方式有两种 第一种: package com.asiainfo.spring;import org.aspectj.lang.annotation.Aspect;import org.aspectj.原创 2016-04-25 00:35:41 · 345 阅读 · 0 评论