I just found that: CompositeItemProcessor..
Maybe should I look this way...
Type: Posts; User: jeb001; Keyword(s):
I just found that: CompositeItemProcessor..
Maybe should I look this way...
no one could help me ?
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...
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,...