Search:

Type: Posts; User: uttamkini; Keyword(s):

Search: Search took 0.03 seconds.

  1. I checked out the football job example. But there...

    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...
  2. How can I pass different objects to different writers in CompositeItemWriter

    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...
  3. Replies
    3
    Views
    1,558

    Thanks for the reply. We currently use staging...

    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...
  4. Replies
    3
    Views
    1,558

    Multithreading while reading a flat file

    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...
Results 1 to 4 of 4