Results 1 to 3 of 3

Thread: multiple processor with same reader

  1. #1
    Join Date
    May 2012
    Posts
    4

    Default multiple processor with same reader

    Hi,

    I'm a new spring-batch user, and I wonder if it's possible to use multiple processors in a job.

    My reader reads in DB, my processor do his job and my composite writer serialize it in DB and in a file.
    But now, I'like to write in another table.. but I need my processor to do something else to build that list.

    Is there a way to do this ?
    My workaround is to write another writer, wich read the list to update it, and I store it... so I read my list one more time..

    Thx for your help.
    jeb.

  2. #2
    Join Date
    May 2012
    Posts
    4

    Default

    no one could help me ?

  3. #3
    Join Date
    May 2012
    Posts
    4

    Default

    I just found that: CompositeItemProcessor..

    Maybe should I look this way...

Posting Permissions

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