GUM Recap - Enterprise Grails with Spring Batch

Recap of John Engelmans presentation at the January 2014 Groovy Users of Minnesota (GUM) meeting on utilizing Spring Batch with Grails applications..

Object Partners

Last month, I presented a talk at the Groovy Users of Minnesota (GUM) meeting on integrating Grails applications into enterprise environments by utilizing Spring Batch for non-request based actions. This was a talk I was originally to present at GR8Conf 2013 but was unable to attend at the last minute.

The turnout at GUM was fantastic. Everyone was very attentive and there were a lot of good questions both before and after the presentation. It really showed how many people were encountering some of the same scenarios when trying to take their Grails applications beyond the web request driven experience.

If you either don’t live in Minneapolis, or just missed the presentation, I’ve posted the slides @ speakerdeck.

I’ve also posted a sample project on github for reference.

Share this Post

Related Blog Posts

JVM

Memoization in Groovy

January 28th, 2014

The performance of expensive calculations in Groovy can be increased with the use of memoization.

Brendon Anderson
JVM

Simpler Stored Procedures with Groovy

January 24th, 2014

Using Groovy almost makes calling Stored Procedures an enjoyable process. See how to process Sql Output Parameters and ResultSets easily in Groovy

Jeff Sheets
JVM

Grails Config Values Per Tomcat Host

December 11th, 2013

An example of using JNDI to provide a Grails application config values per Tomcat Host.

Object Partners

About the author