Quartz在Spring中动态设置cronExpression

http://chinaxxren.iteye.com/blog/949374
2012-02-06 11:56 | 阅读 2030 次 | 评论 0 条

spring定时器

http://developer.51cto.com/art/201102/245818.htm
2011-07-11 15:26 | 阅读 848 次 | 评论 0 条

Spring中事件处理的小技巧

 Spring中提供一些Aware相关的接口,BeanFactoryAware、 ApplicationContextAware、ResourceLoaderAware、ServletContextAware等等,其中最常用到的是ApplicationContextAware。实现ApplicationContextAware的Bean,在Bean被初始后,将会被注入 ApplicationContext的实例。ApplicationContextAware提供了publishEvent()方法,实现Observer(观察者)设计模式的事件传播机,提供了针对Bean的事件传播功能。通过A...
2011-04-27 14:32 | 阅读 1366 次 | 评论 0 条

spring2.0+hibernate3.0+struts1.x的个人总结

hibernate总结只要把关系知道后,在xml文件里知道怎么配置就可以了struts总结在jsp页面中要加一个<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%><%@taglib uri="http://struts.apache.org/tags-html" prefix="html"%>因在验证的时候要用到<html:errors property=""/>在写form表彰的时候,action=“<%=path%>/传过去的值.do”struts——config.xml的配置<form-beans><form...
2010-06-12 20:48 | 阅读 1004 次 | 评论 1 条

在spring的xml中存储各种类型总结

bean.xml代码 <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/sp...
2010-06-07 11:29 | 阅读 872 次 | 评论 0 条
浏览274686次