jsr352 Questions

2

Solved

Can we say Spring Batch is an implementation of the JSR 352 (spec for Batch Applications for the Java Platform) ? What are some other implementations of JSR 352 ?
Ineffectual asked 14/8, 2017 at 8:24

3

I am trying to figure out how to set an unlimited value for skip-limit with out just randomly defining a very large integer value. The jsr 352 specifically states "The default is no limit." but I ...
Boutique asked 24/9, 2015 at 20:19

1

Solved

JSR 352 - Batch Applications for the Java Platform provides parallelism feature using partitions. Batch runtime can execute a step in different partitions in order to accelerate the progress. JSR 3...
Betaine asked 30/7, 2016 at 15:51

1

Solved

What is the role of javax.transaction.global.timeout? Do I need to implement the checkpointTimeout() method in CheckpointAlgorithm? Is there anything at the server config level? How does this inte...
Humbert asked 29/4, 2016 at 18:44

1

A couple of questions regarding JSR 352, Spring Batch, and Java 1) When would someone use Java to build a batch JSR-352 application over Spring Batch? My initial take is it would require mor...
Loadstar asked 2/9, 2014 at 19:28
1

© 2022 - 2024 — McMap. All rights reserved.