I checked out the football job example. But there the job consists of a number of steps, each having an ItemReader, ItemProcessor and an ItemWriter which calls a DAO for the database write. My job...
Type: Posts; User: uttamkini; Keyword(s):
I checked out the football job example. But there the job consists of a number of steps, each having an ItemReader, ItemProcessor and an ItemWriter which calls a DAO for the database write. My job...
Hi.. My app reads a single object from the DB, processes it and writes 2 objects to 2 different tables. I tried using CompositeItemWriter and registered 2 different item writers with it. But I found...
Thanks for the reply. We currently use staging tables and sql loader to load the columns. But what I feel is that the hits to the staging table are redundant and expensive too. Plus we have to depend...
Hi,
I am pretty new to spring batch. My batch application has to read from an enormous flat file, proccess the data and write it into various tables of the database. I want to partition the flat...