|
|
|
|
|
by raducu
1726 days ago
|
|
A couple of years ago I worked for a bank replacing an in-house library that basically moved and transformed data from one database to another with a highly contrieved Spring Batch solution. There was absolutely nothing wrong with the "ugly" framework code, it was quite beautiful, well structured, configurable and fast.
Somebody didn't like that you didn't write java code and the properties file based DSL was indeed odd, but nothing wrong with it after you bothered to read the library code. The Spring Batch code was more explicit, but much uglier, overall. |
|