Results 1 to 1 of 1

Thread: How to run a job in a main class ?

Threaded View

  1. #1
    Join Date
    May 2012
    Posts
    4

    Default Pass parameters to processor

    Hi,

    I'm a new spring-batch user, and I'm looking at it to split an heavy process.

    I've got a litlle problem, I need to calculate an id, at the beginning of the batch.
    Then, I launch the batch, the reader do his job, and the processor starts working.
    I want the processor to set a property with the id calculated before..
    What's the way to pass parameters from the reader to the processor ?


    Thx for your help.
    Last edited by jeb001; May 31st, 2012 at 03:40 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •