If you're interested in functional programming, you might also want to checkout my second blog which i'm actively working on!!
Thursday, September 12, 2013
Spring batch demo
In this article I will show you how easy it is to create a batch job by configuring out-of-the-box components. Today we will read a [CSV file] and convert it to an [XML file] and while we are at it we filter out all persons who don't live in New York.
I also stick with using annotations to configure my complete application context. Unfortunately this code currently runs into a nullpointer which I expect to be [this issue].
Labels:
spring,
spring batch
Subscribe to:
Post Comments (Atom)
This is an awesomely super-useful example!
ReplyDelete