jobs « Batch « Spring Q&A





1. How to define templates for Spring Batch jobs?    stackoverflow.com

I'm using Spring Batch 2.1.5. I have many jobs that are very similar between each other and I'm looking for a way to have an smaller XML acting as a job ...

2. Calling Spring Batch jobs from a servlet    forum.springsource.org

Hi, I used STS (SpringSource Tool Suite) to create a web project based on Spring Batch Admin, and then I added a servlet to that project because I want to call ...

3. Fully configurable Batch jobs?    forum.springsource.org

Fully configurable Batch jobs? Hi, I'm just trying to figure out if I can use Spring Batch for the following scenario: I have to write a simple prog that does some ...

4. Spring and batch jobs ?    forum.springsource.org

Spring and batch jobs ? Hi, I am using a Spring + Struts2 + Hibernate combination in a webframework. Both i have problem i hope someone can help me with. I ...

5. Batch Jobs Dependency    forum.springsource.org

Hi, Is there a way to create dependency for two different jobs in the springbatch. For example: the second job won't run, until the first job is completed successfully? And how ...

6. batch jobs not working when launched in test suite    forum.springsource.org

batch jobs not working when launched in test suite I am reading some fixed-length record based flat files using FlatFileItemReader and writing them into oracle database using HibernateAwareItemWriter. I have multiple ...

7. Problems unit testing batch jobs with Unitils and Dbunit    forum.springsource.org

Problems unit testing batch jobs with Unitils and Dbunit We are running batch 1.1.4-RELEASE. We are unit testing our batch ItemWriter/tasklets classes quiet extensively using Unitils (2.2) with the testng implementation ...

8. Run Spring Batch jobs on grids and local clusters?    forum.springsource.org

Run Spring Batch jobs on grids and local clusters? Hello, I would like to know if Spring Batch can be used to run jobs on compute grids and local clusters. We ...

9. Delay in Batch jobs    forum.springsource.org

Delay in Batch jobs Hi, Am working in spring batch to call DB2 stored procedure jobs which flows like a network. say for example, A is the first job, B,C,D should ...





10. Multiple jobs in spring batch    forum.springsource.org

Multiple jobs in spring batch Hi everbody, Here is my case My batch application should connect to 3 external databases and read different kinds of data (Clients, sales transactions etc....) and ...