Aug 4, 2009

Presentation: SpringBatch by Chad Moller

Download Episode

Batch processing is sometimes viewed as the “old” approach which is no longer relevant. Most new technologies today focus on real-time functionality. But there are many jobs that work well as a batch job. Long running tasks, repetitive tasks, and tasks reliant upon heavily shared resources all benefit from a batch architecture. Given the large pool of resources familiar with Java, it is natural to look for a solution within this domain. Chad Moller will talk about Spring’s solution to this need: Spring Batch. You will learn when to apply batch processing to your current environment, and you will learn how to leverage Spring Batch to create solutions for these common tasks. Spring Batch provides many batch features out-of-the-box, and you will learn how to best utilize these features to enhance the scalability and reliability of your applications. This talked is geared toward developers interested in learning how Spring Batch can be used in their jobs.

Preview

About the Author

Chad Moller profile.

Chad Moller

Sr. Consultant

Chad is an experienced Software Engineer specializing in enterprise level Object-Oriented Design. He has well rounded skills in Software Engineering, Architecture and database design with a specialty in J2EE technologies. He has experience in full life-cycle software development including OOAD, use-case analysis, domain modeling, architecture, design, coding, testing, and integration.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Blog Posts
Presentation: Front End Tools for Modern Web Apps
Presentation Abstract: Application development on the web has drastically evolved over the last 15 years. Today web applications are often expected to act like natives apps, are JavaScript heavy, and need to work across mobile, […]
Presentation: Understanding Cost in Enterprise iOS Applications
Download Full Presentation Developing custom iOS applications for enterprise customers and projects is a much different experience than developing for the App Store. However, the average price of an App Store app is approximately $1.54, […]
Presentation: Enterprise Batch Processing with Spring Batch 2.x
Download Full Presentation Batch processing is a critical aspect of many organizations. Batch jobs can be complicated to do well. Spring Batch 2 can make it easier. During this talk, we will look at the […]
Presentation: Grails REST with Client-side Javascript
Download Full Presentation The highly-productive Grails web application framework combines the powerful Groovy language with the tried-and-true Spring and Hibernate frameworks. JavaScript client-side frameworks (such as Backbone.js and Angular.js) simplify developing high-power dynamic, cross-browser apps. […]