1 Attachment(s)
Is it true about document chapter "5.1. Chunk-Oriented Processing"?
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()"))
Code:
read()
read()
read()
process()
process()
process()
write() size=3
But document says that each classes are called reader -> processor -> reader -> processor -> writer.
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?
Attachment 5323
Thank you.