1.HttpSessionContextIntegrationFilter位于过滤器顶端,第一个起作用的过滤器。用途一,在执行其他过滤器之前,率先判断用户的session中是否已经存在一个SecurityContext了。如果存在,就把SecurityContext拿出来,放到SecurityCon...
分类:
编程语言 时间:
2014-06-13 00:01:20
阅读次数:
313
Spring
JDBC抽象框架core包提供了JDBC模板类,其中JdbcTemplate是core包的核心类,所以其他模板类都是基于它封装完成的,JDBC模板类是第一种工作模式。
JdbcTemplate类通过模板设计模式帮助我们消除了冗长的代码,只做需要做的事情(即可变部分),并且帮我们做哪些....
分类:
数据库 时间:
2014-06-12 18:52:37
阅读次数:
324
作下笔记,Spring的注入问题[多个实例问题]解决方案如下: 1 package
student.life.support.platform.service.impl; 2 3 import
javax.annotation.Resource; 4 5 import org.spri...
分类:
编程语言 时间:
2014-06-12 16:32:07
阅读次数:
896
web应用借助于结构:spring mvc +
quartz结构,部署到tomcat容器时,shutdown时的error信息:appears to have started a thread named
[schedulerFactoryBean_Worker-1] but has failed ...
分类:
其他好文 时间:
2014-06-12 15:13:30
阅读次数:
702
今天用spring3.2.5搭建了基本的环境,spring出的太快了,前段时间才3.2.5,今儿个一瞧已经上了4的版本了,稍后给出spring的jar下载地址,毕竟现在官网上找不到了埃废话少说了,spring3.2.5已经将所有的依赖包都放在了dist的lib下面,并且都有doc包和源码包,很是方便。先导入所..
分类:
编程语言 时间:
2014-06-10 23:18:07
阅读次数:
261
下面的基本的项目部署信息:[c-sharp] view plaincopy ...
分类:
数据库 时间:
2014-06-10 20:02:19
阅读次数:
712
myeclipse环境下整合开发struts2+spring+hibernate常见问题及解答1.org.hibernate.id.IdentifierGenerationException:idsforthisclassmustbemanuallyassignedbeforecallingsave...
分类:
其他好文 时间:
2014-06-10 16:05:23
阅读次数:
161