在Spring中配置bean的一些细节。具体信息请参考下面的代码及注释applicationContext.xml文件 1 2 8 9 13 14 15 16 17 18 19 20...
分类:
编程语言 时间:
2014-11-06 23:22:28
阅读次数:
405
搭建ssh框架,在配置完applicationContext.xml测试时报daoImpl的no matching editors or conversion strategy found。。。上网搜了一下,在里加上proxy-target-class="true" 。。意思是代理目标类设为true...
分类:
其他好文 时间:
2014-11-06 19:19:08
阅读次数:
240
一、环境说明服务端:cas-server-3.5.2客户端:cas-client-3.2.1+spring mvc说明:服务端与客户端均是走的Https客户端配置文件:applicationContext-cas.xml ...
分类:
其他好文 时间:
2014-11-06 12:49:48
阅读次数:
520
主要配置文件pom.xml 项目的maven 配置文件 管理项目所需 jar 依赖支持web.xml 项目的总 配置文件 :添加 spring和hibernate 支持applicationContext.xml hibernate的配置文件sping-servlet.xml spring的配置文....
分类:
编程语言 时间:
2014-11-05 12:09:45
阅读次数:
323
applicationContext.xml配置:每五秒轮询一次。注意:周和日期不能同时为通配符”*“1 2 3 4 5 6 7 8 9 业务逻辑从spring容器中拿到任务和触发器:1 @Autow...
分类:
其他好文 时间:
2014-11-04 19:33:39
阅读次数:
189
contextConfigLocation classpath:/spring/dataAccessContext_weblogic.xml, classpath:/applicationContext.xml
分类:
编程语言 时间:
2014-11-04 17:02:11
阅读次数:
140
Spring中ApplicationContext中事件机制比较简单,容器事件:ApplicationEvent ,监听器:ApplicationListener,当事件发生时,触发监听器中方法。
看一个实例:
package applicationContextEvent;
import org.springframework.context.ApplicationE...
分类:
移动开发 时间:
2014-11-03 22:42:42
阅读次数:
278
Spring对国际化的支持是beanFactory的子接口ApplicationContext所增加的新功能,主要是因为ApplicationContext接口继承了MessageSource接口,MessageSource接口的getMessage(String code,Object[] obj,Locale locale)方法用于对国际化的支持。
在Spring对国际化的支持中...
分类:
编程语言 时间:
2014-11-03 22:42:07
阅读次数:
214
添加spring支持,同前添加Hibernate支持,注意加上注解支持建包,并反向生成实体类,注意使用注解,去掉实体类映射文件添加struts支持找到applicationContext.xml文件,找到beans标签,在命名空间内,添加context,如下:xmlns:context=http://www.springframework.org/schema/co..
分类:
其他好文 时间:
2014-11-03 01:28:58
阅读次数:
186
添加spring支持,同前添加Hibernate支持,注意加上注解支持建包,并反向生成实体类,注意使用注解,去掉实体类映射文件添加struts支持找到applicationContext.xml文件,找到beans标签,在命名空间内,添加context,如下:xmlns:context=http:/...
分类:
其他好文 时间:
2014-11-02 22:11:23
阅读次数:
161