Hi.
I am not good at english, so I use google translator.
I say sorry about my strange english in advance.
I read document about "5.1. Chunk-Oriented Processing",
and I tried to write log about timing of calling ItemReader, ItemProcessor, ItemWriter.
(I made each custom classes, just only do System.out.println("xxx()"))
But document says that each classes are called reader -> processor -> reader -> processor -> writer.Code:read() read() read() process() process() process() write() size=3
I think the document should be improved, if there are mistakes.(document and images)
To write Chapter "5.1. Chunk-Oriented Processing" accurately is important for Skip or Retry process.(I think)
I think below image is accurately image. Or do I mistake?
commit.JPG
Thank you.


Reply With Quote
