3

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.

Prabu
  • 101
  • 2
  • 7

2 Answers2

3

Oracle Tutorials

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
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