1

Can I use jbatch in J2SE applications (without application server)? Is there any example? Thanks!!!

tcnguyen
  • 101
  • 1
  • 7

1 Answers1

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)

Community
  • 1
  • 1
kaape
  • 116
  • 1
  • 6
  • 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