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.