

Which we can use out of the box and make implementation easier, business logic clearer.

Not easy for monitoring and managing failure during execution.Has huge classes which are not easy to understand.We have applications doing this process for us, but the current data importing applications :.We want to load data from multiple sources provided by different vendors in an efficient way. As our business grows, we are getting more hotel data in different kinds of form from various vendor sources.Spring Batch is an open source framework for batch processing.īatch process is the process to read data from external sources, process data and write data to desired output destination. Provide features of easy to scale, restart, manage and monitor.Read from multiple data sources such as csv files and web services.This POC proves Spring Batch's capability to

Spring Batch Data Importing POC Introduction
