org.springframework.web.context.ContextLoaderListener contextConfigLocation classpath:applicationContext*.xml OpenSessionInViewFilter or...
分类:
编程语言 时间:
2014-09-06 08:35:32
阅读次数:
223
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-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
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframework...
分类:
编程语言 时间:
2014-09-04 14:53:39
阅读次数:
434
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
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
以前DelegatingFilterProxy是在需要使用spring security 的时候在xml中配置,如下: springSecurityFilterChain org.springframework.web.filter.DelegatingFilterProxy springS...
分类:
编程语言 时间:
2014-09-02 19:51:25
阅读次数:
231
所需要用到的其他工具或技术:
项目管理工具 : 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的框架中为您提供了一个 BeanFactoryPostProcessor 的实作类别: org.springframework.beans.factory.config.PropertyPlaceholderConfigurer。藉由这个类别,您可以将一些组态设定,移出至.propert...
分类:
编程语言 时间:
2014-09-02 12:14:04
阅读次数:
201
引入相关依赖: 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