Sheila's Blog

Software Development

Sheila's Blog header image 5

Entries Tagged as 'spring batch'

Configure Spring Batch to persist to a database

March 24th, 2010 No Comments

For anything more than a simplistic application, you will probably want to persist the spring batch job data to a data source. Spring batch uses a set of database tables to store information about the jobs being executed. You will need to create the following tables in your database (this script will work [...]

Tags:   ·

Configuring Seam and Spring Batch

February 4th, 2010 No Comments

Seam provides jbpm for handling workflows, but doesn’t have anything dedicated so far to the issue of batch processing. While jbpm will handle complex business conditional steps, some steps are repetitive rather than complex and are better suited to a batch framework, like Spring Batch. In order to use Spring Batch with Seam, [...]

Tags:   ·