Description: In the actual project application often used scheduled tasks, can be accomplished by a simple configuration quartz and spring, but if you want to change the task execution time, frequency, abandoned tasks you need to change the configuration of the code even need to restart the server, introduced here how to dynamically change the timing of the status of tasks by combining quartz spring with an implementation.
spring version of the project is 3.2, quartz version 2.2.3, files, and provides a complete package of jar, jar package address is: http: //pan.baidu.com/s/1c1F8Nfi
To Search:
File list (Check if you may need any files):
quartz-spring
.............\.classpath
.............\.project
.............\.settings
.............\.........\.jsdtscope
.............\.........\org.eclipse.core.resources.prefs
.............\.........\org.eclipse.jdt.core.prefs
.............\.........\org.eclipse.wst.jsdt.ui.superType.container
.............\.........\org.eclipse.wst.jsdt.ui.superType.name
.............\build
.............\.....\classes
.............\.....\.......\com
.............\.....\.......\...\snailxr
.............\.....\.......\...\.......\base
.............\.....\.......\...\.......\....\support
.............\.....\.......\...\.......\....\.......\RetObj.class
.............\.....\.......\...\.......\....\.......\spring
.............\.....\.......\...\.......\....\.......\......\SpringUtils.class
.............\.....\.......\...\.......\....\task
.............\.....\.......\...\.......\....\....\controller
.............\.....\.......\...\.......\....\....\..........\JobTaskController.class
.............\.....\.......\...\.......\....\....\dao
.............\.....\.......\...\.......\....\....\...\mapper
.............\.....\.......\...\.......\....\....\...\......\ScheduleJobMapper.xml
.............\.....\.......\...\.......\....\....\...\ScheduleJobMapper.class
.............\.....\.......\...\.......\....\....\domain
.............\.....\.......\...\.......\....\....\......\ScheduleJob.class
.............\.....\.......\...\.......\....\....\QuartzJobFactory.class
.............\.....\.......\...\.......\....\....\QuartzJobFactoryDisallowConcurrentExecution.class
.............\.....\.......\...\.......\....\....\service
.............\.....\.......\...\.......\....\....\.......\JobTaskService.class
.............\.....\.......\...\.......\....\....\TaskTest.class
.............\.....\.......\...\.......\....\....\TaskUtils.class
.............\.....\.......\config.properties
.............\.....\.......\log4j.properties
.............\.....\.......\MyBatisConfiguration.xml
.............\.....\.......\quartz-demo.sql
.............\.....\.......\spring-mvc.xml
.............\.....\.......\spring.xml
.............\resources
.............\.........\config.properties
.............\.........\log4j.properties
.............\.........\MyBatisConfiguration.xml
.............\.........\quartz-demo.sql
.............\.........\spring-mvc.xml
.............\.........\spring.xml
.............\src
.............\...\com
.............\...\...\snailxr
.............\...\...\.......\base
.............\...\...\.......\....\support
.............\...\...\.......\....\.......\RetObj.java
.............\...\...\.......\....\.......\spring
.............\...\...\.......\....\.......\......\SpringUtils.java
.............\...\...\.......\....\task
.............\...\...\.......\....\....\controller
.............\...\...\.......\....\....\..........\JobTaskController.java
.............\...\...\.......\....\....\dao
.............\...\...\.......\....\....\...\mapper
.............\...\...\.......\....\....\...\......\ScheduleJobMapper.xml
.............\...\...\.......\....\....\...\ScheduleJobMapper.java
.............\...\...\.......\....\....\domain
.............\...\...\.......\....\....\......\ScheduleJob.java
.............\...\...\.......\....\....\QuartzJobFactory.java
.............\...\...\.......\....\....\QuartzJobFactoryDisallowConcurrentExecution.java
.............\...\...\.......\....\....\service
.............\...\...\.......\....\....\.......\JobTaskService.java
.............\...\...\.......\....\....\TaskTest.java
.............\...\...\.......\....\....\TaskUtils.java
.............\WebContent
.............\..........\META-INF
.............\..........\........\MANIFEST.MF
.............\..........\scripts
.............\..........\.......\jquery-1.9.1.min.js
.............\..........\WEB-INF
.............\..........\.......\base
.............\..........\.......\....\jspf
.............\..........\.......\....\....\prelude.jspf
.............\..........\.......\....\task
.............\..........\.......\....\....\taskList.jsp
.............\..........\.......\web.xml