Prabu
Prabu

Reputation: 101

JSR 352 batch application example

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.

Upvotes: 3

Views: 6476

Answers (2)

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

Upvotes: 3

jGauravGupta
jGauravGupta

Reputation: 155

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 .

Upvotes: 0

Related Questions