Dynamic « Job « Spring Q&A





1. Dynamic Job Data using Quartz    stackoverflow.com

When my process gets a message, it needs to start a timer and execute some logic in X seconds. These jobs need to be stored in a JDBC store, which as ...

2. Creating Jobs dynamically    forum.springsource.org

Creating Jobs dynamically Hi all, We're currently evaluating Spring Batch for use in our Spring-based application, and I wanted to get your feedback regarding one of the features we're trying to ...

3. Dynamic Jobs and rescheduling    forum.springsource.org

Dynamic Jobs and rescheduling I am pretty new to Spring, so i have lots of questions. Hi, i have following requirements: 1. Jobs descriptions are stored in database, including CRON expression ...

4. Dynamic Job Scheduling using Spring    forum.springsource.org

Dynamic Job Scheduling using Spring Hi, In my application some jobs are scheduled using spring on top of Quartz. So, we are giving the scheduled time in the configuration file itself. ...

5. Dynamically adding listeners to the job    forum.springsource.org

Dynamically adding listeners to the job This might sound a bit silly - but is there a way to cleanly add/remove extra JobExecutionListeners to the job programmatically? My use case is ...

6. Dynamic Scheduling    forum.springsource.org

Hi, I'm developing an auction engine, Each auction has a startTime and endTime, Now I wonder how can I make jobs and schedule them based on startTime and endTime dynamically? Any ...