510 likes | 1.63k Views
Spring Batch. Gunjan Shah (898217906) Ekta Shah (898233432). L ightweight , comprehensive batch framework designed to enable the development of robust batch applications vital for the daily operations of enterprise system
E N D
Spring Batch Gunjan Shah (898217906) Ekta Shah (898233432)
Lightweight, comprehensive batch framework designed to enable the development of robust batchapplications vital for the daily operations of enterprise system • POJO based development used to increase the productivity and ease of use • Leverage more enterprise services What is Spring Batch?
Bulk processing to perform business operations in mission critical environment • Time based events, periodic application of business rule, integration of information • Process billions of transactions every day • It provides traceability and management • Implements the reusable architecture framework, read large no. of records from DB, processes & writes back modified data • Partial processing – skip records Need of Spring Batch
Lack of standard enterprise base architecture -> higher costs compared to quality & delivery of solutions • Spring batch provides highly scalable, ease to use, customizable framework • It allows developers to focus on business logic, while enterprise architects can customize & extend architecture concerns Conclusion
http://static.springsource.org/spring-batch/getting-started.htmlhttp://static.springsource.org/spring-batch/getting-started.html • http://static.springsource.org/spring-batch/reference/index.html • http://java.dzone.com/news/spring-batch-hello-world-1 • http://blog.springsource.org/2008/05/30/running-a-spring-batch-job-in-the-springsource-aplication-platform/ References