Book Image

SPRING COOKBOOK

Book Image

SPRING COOKBOOK

Overview of this book

Table of Contents (19 chapters)
Spring Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 8. Running Batch Jobs

In this chapter, we will cover the following recipes:

  • Installing and configuring Spring Batch

  • Creating a job

  • Executing a job from the command line

  • Executing a job from a controller method

  • Using job parameters

  • Executing a system command

  • Scheduling a job

  • Creating a read/process/write step

  • Reading an XML file

  • Generating a CSV file

  • Reading from a database

  • Unit testing batch jobs