Can I use jbatch in J2SE applications (without application server)? Is there any example? Thanks!!!
Asked
Active
Viewed 315 times
1 Answers
2
If you don't mind using jberet (https://github.com/jberet), as an alternative implementation of the JSR 352, you'll find links to resources and a standalone example here: Standalone example on jberet (jsr352)
-
I have been getting exceptions when trying to use jberet in standalone Java SE mode https://stackoverflow.com/questions/46520574/jsr352-jberet-error-while-running-sleepybatchlet-using-jberet – yathirigan Oct 03 '17 at 02:39