I have a spring batch job defined as follows. <batch:step id="convert"> <batch:tasklet > <batch:chunk reader="contentItemReader" wri
I am using spring batch remote partitioning to read input files and process them. To make input files available on all servers, I have added step listener which
I have the following writer configured in my beans definition file of a spring batch project : <bean id="writer" class="org.springframework.batch.item.file.