Explain the major differences between spring mvc and spring batch?

devquora
devquora

Posted On: Jun 03, 2021

 

Spring Batch - A Spring Batch is a lightweight and comprehensive batch framework that is designed to enable the development of robust and highly scalable batch applications vital for the daily operations of the enterprise and processing large volumes of records such as tracing, transaction management, job processing statistics, job restart, etc.

Spring MVC - Spring MVC or Model-View-Controller belongs to the web framework which is used for building web applications. It is basically used to develop flexible and loosely coupled web applications.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Spring Batch Interview Questions

    List some advantages of Spring Batch?

    Some of the advantages of Spring Batch are:Maintainability Flexibility Usability Scalability Availability Security Support Cost ...