I am looking for simple example using JSR 352. I would like to write a small batch application using JSR 352. I would like to read from the table and computes the summary..store it in another table.
Asked
Active
Viewed 6,349 times
2 Answers
3
Check "The phonebilling Example Application" and "The webserverlog Example Application".
You can check this too if you only want code:
https://github.com/javaee-samples/javaee7-samples/tree/master/batch

Brian
- 2,253
- 2
- 23
- 39

Pablo Andrés Martínez Vargas
- 405
- 5
- 13
0
You can use netbeans plugin jBatch Suite for initial learning and high productivity . Using it , you can generate source code and batch xml .
See jBatch Suite Demo here .

jGauravGupta
- 155
- 8