1. How to define templates for Spring Batch jobs? stackoverflow.comI'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.orgHi, 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.orgFully 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.orgSpring 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.orgHi, 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.orgbatch 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.orgProblems 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.orgRun 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.orgDelay 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.orgMultiple 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 ... |