Spring Batch — Architecture: More Domain, Less Infrastructure
Three techniques to stop Spring Batch from taking over the center of your application: a factory that centralizes common job configuration, a reusable generic reader, and a writer that only materializes the actions the domain decided on.
Read →