JobParameter « Job « Spring Q&A





1. How to get a JobParameter in a transformer    forum.springsource.org

My Step goes like this MyOwnJobLauncher- extends SimpleJobLauncher FileReader CustomTransformer - implements ItemTransformer File Writer Am passing an argument say "message=HelloWorld" while running the job using 'CommandLineJobRunner'. How to get the ...

2. TimeStamp as JobParameter    forum.springsource.org

TimeStamp as JobParameter I need to pass 2 parameters for a job. One is String and the other one is a date with time like '2009/03/02 13:00:00'. I could not figure ...

3. JobParameter setting question    forum.springsource.org

Hi, I have been able to run the sample footballJob using the CommandLineJobRunner using the JobParameter argument like 'schedule.date(date)=2009/05/17'. If I want to run the same job repeatedly is there any ...