2

Is there any batch job manager console/GUI from where I can see the status of batch jobs in TomEE. I mean something like GUI in spring batch admin.

jeb
  • 78,592
  • 17
  • 171
  • 225
vermaji
  • 539
  • 2
  • 10

2 Answers2

1

The OP is requesting information about TomEE, not Spring Framework ;)

The implementation TomEE uses is called BatchEE, which is an Apache project. It would seem a GUI is available in the incubator: http://batchee.incubator.apache.org/gui.html

You might try deploying that and report back if it works with TomEE or not.

Jonathan S. Fisher
  • 8,189
  • 6
  • 46
  • 84
0

Out of box , Spring Batch does not provide any GUI . Spring batch Admin can be used as a GUI , but that need to be connected with your spring batch project . For the job status you can always check spring batch tables .

DevG
  • 474
  • 4
  • 16