1. Quartz JobStore with Spring Framework stackoverflow.comI am implementing Quartz Job Store on Oracle DB using Spring Framework. My ApplicationContext.xml is below
|
2. Get a Quartz JobStore implementation in Spring stackoverflow.comIs there any way to get the JobStore implementation created by Spring's SchedulerFactoryBean in a Spring application context ? I'm trying to implement a GUI for the JobStore in my application ... |