码迷,mamicode.com
首页 >  
搜索关键字:springframework    ( 4755个结果
配置Spring的用于解决懒加载问题的过滤器
org.springframework.web.context.ContextLoaderListener contextConfigLocation classpath:applicationContext*.xml OpenSessionInViewFilter or...
分类:编程语言   时间:2014-09-06 08:35:32    阅读次数:223
SSH中将hibernate托管给spring获取session的方法
import org.hibernate.HibernateException;import org.hibernate.Session;import org.hibernate.SessionFactory;import org.springframework.beans.factory.Bean...
分类:编程语言   时间:2014-09-05 17:41:51    阅读次数:351
SpringMVC学习总结(五)——SpringMVC文件上传例子
这是用的是SpringMVC-3.1.1、commons-fileupload-1.2.2和io-2.0.1首先是web.xml upload org.springframework.web.servlet.Di...
分类:编程语言   时间:2014-09-05 09:57:51    阅读次数:231
Context namespace element 'annotation-config' and its parser class [org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser]
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframework...
分类:编程语言   时间:2014-09-04 14:53:39    阅读次数:434
java ee笔记
http://repo.spring.io/release/org/springframework/spring/http://sourceforge.net/projects/hibernate/files/hibernate3/http://sourceforge.net/projects/hi...
分类:编程语言   时间:2014-09-03 23:53:17    阅读次数:235
maven+spring+hibernate
1.配置文件pom.xml 指定一个spring.version变量 UTF-8 4.0.0.RELEASE 把spring+hibernate核心包引进 1 2 org.springframework 3 spring-web 4 ...
分类:编程语言   时间:2014-09-03 19:38:27    阅读次数:326
Spring DelegatingFilterProxy解析
以前DelegatingFilterProxy是在需要使用spring security 的时候在xml中配置,如下: springSecurityFilterChain org.springframework.web.filter.DelegatingFilterProxy springS...
分类:编程语言   时间:2014-09-02 19:51:25    阅读次数:231
MyBatis系列教程(六)-- 与Spring集成(Integrate with Spring)
所需要用到的其他工具或技术: 项目管理工具 : Maven 前台WEB展示:JSP 其他框架:Spring, Spring MVC 数据库 : Derby 新建一个Maven的Web项目 Maven Dependencies: org.springframework spring-context 4.0.0.RELEASE ...
分类:编程语言   时间:2014-09-02 14:10:24    阅读次数:249
spring中propertyplaceholderconfigurer简介
Spring的框架中为您提供了一个 BeanFactoryPostProcessor 的实作类别: org.springframework.beans.factory.config.PropertyPlaceholderConfigurer。藉由这个类别,您可以将一些组态设定,移出至.propert...
分类:编程语言   时间:2014-09-02 12:14:04    阅读次数:201
spring注解方式AOP
引入相关依赖: org.springframework spring-aop 3.0.5.RELEASE org.springframework spring-aspects 3.0.5.RELEASE org.aspectj aspectj...
分类:编程语言   时间:2014-09-02 12:07:54    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!