Running Batch jobs in J2SE applications
This tutorial shows how you can run the Java Batch API (JSR 352) as part of a J2SE application. The Java Batch API (JSR 352) allows executing Batch activities based on a Job Specification Language (JSL) using two main Programming models: Chunk Steps or Batchlets. I’ve already blogged some examples of Chunk steps and BatchLets … Read more