1.

List Out Some Of The Practical Usage Scenario Of Spring Batch Framework?

Answer»

Reading large number of RECORDS from a database, file, queue or any other medium, process it and store the processed records into medium, for example, database.

  • CONCURRENT and massively parallel processing.
  • Staged, enterprise message-driven processing.
  • Sequential processing of DEPENDENT STEPS.
  • Whole-batch transaction.
  • Scheduled and repeated processing.

Reading large number of records from a database, file, queue or any other medium, process it and store the processed records into medium, for example, database.



Discussion

No Comment Found