/javaee-batch-samples

Prototype of Application Batch (JSR-352)

Primary LanguageJavaOtherNOASSERTION

A prototype of Batch Job processing (JSR 352)

This project is a copy of existing project javaee7-samples under the license CDDL + GPLv2.

References

An Overview of Batch Processing in Java EE 7.0

JSR 352: Batch Applications for the Java Platform

JSR-000352 Reference PDF

Java EE 7 Batch processing in the Real World

Java EE 7 Batch Processing in the Real World - video

JBeret Uset Guide

How to send emails from a Java EE Batch Job

JEE 7 JSR 352 passing data from batchlet to a chunk-step

How to pass data from one step to another step?