JVM « Batch « Spring Q&A





1. Forking JVM when using spring-batch    stackoverflow.com

I'm a newbie on Spring-Batch and I want to use it to batch some jobs which use a legacy library. This library has the disadvantages:

  • to be not thread-safe
  • an instance of some ...

2. JVM systsem property setting for Spring Batch    forum.springsource.org

Currently I have created job using spring batch. This batch will read a set of files from a path specified and generate a ouput file in path specified. Currently i am ...