EBOOK

Spring Batch in Action

Arnaud Cogoluegnes
(0)
Pages
504
Year
2011
Language
English

About

Spring Batch in Action is an in-depth guide to writing batch applications using Spring Batch. Written for developers who have basic knowledge of Java and the Spring lightweight container, the book provides both a best-practices approach to writing batch jobs and comprehensive coverage of the Spring Batch framework.

About the Technology

Even though running batch jobs is a common task, there's no standard way to write them. Spring Batch is a framework for writing batch applications in Java. It includes reusable components and a solid runtime environment, so you don't have to start a new project from scratch. And, it uses Spring's familiar programming model to simplify configuration and implementation, so it'll be comfortably familiar to most Java developers.

Spring Batch in Action is a thorough, in-depth guide to writing efficient batch applications. Starting with the basics, it discusses the best practices of batch jobs along with details of the Spring Batch framework. You'll learn by working through dozens of practical, reusable examples in key areas like monitoring, tuning, enterprise integration, and automated testing.

No prior batch programming experience is required. Basic knowledge of Java and Spring is, assumed.

What's Inside
• Batch programming from the ground up
• Implementing data components
• Handling errors during batch processing
• Automating tedious tasks

Table of Contents
PART 1 BACKGROUND
• Introducing Spring Batch
• Spring Batch concepts
PART 2 CORE SPRING BATCH
• Batch configuration
• Running batch jobs
• Reading data
• Writing data
• Processing data
• Implementing bulletproof jobs
• Transaction management
PART 3 ADVANCED SPRING BATCH
• Controlling execution
• Enterprise integration
• Monitoring jobs
• Scaling and parallel processing
• Testing batch applications

Related Subjects

Artists