spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Create versions of samples using Java configuration

Open mminella opened this issue 5 years ago • 1 comments
trafficstars

Currently the vast majority of the Spring Batch examples are configured using XML configuration. This issue is to create an equivalent sample of each using Java configuration.

mminella avatar Feb 12 '20 21:02 mminella

Hi @mminella , from 'structural' point of view how are you envisioning this? For example in the spring-batch-samples for each /resources/jobs/**/*.xml job context file to have a respective config class and secondarily for each *Tests.java underneath the test folder to have an equivalent Test class pointing to the respective config class files? Or other ideas on structure/name-conventions?

dimitrisli avatar Apr 20 '20 00:04 dimitrisli