Closed
Description
Eddie Mc Greal opened BATCH-966 and commented
As discussed in http://forum.springframework.org/showthread.php?t=64673
At the moment there is no way of passing objects to the job execution. This would very useful when executing a batch from within e.g. a web application where by a user uploads a file to be processed. There is currently no way of passing this resource to the ItemReader - you have to save it to disk with a static URL so as the ItemReader can pick it up or you can use the dynamic filename mechanism.
In any case I think its something to consider for a future release!
No further details from BATCH-966