Daniel Bower

Results 22 comments of Daniel Bower

The components in a job are simply spring beans that are loaded into the global Grails (Spring) context. Looks like we could provide this feature by using AutomaticJobRegistrar (from http://docs.spring.io/spring-batch/2.2.x/reference/html/configureJob.html)....

Shared bits are handy, it means you can access any bean/service in your app. I believe the AutomaticJobRegistrar ought to allow access to everything in the parent context, but nothing...