|
|
|
|
|
by geodel
1613 days ago
|
|
Well you are missing one of the great feature of Spring framework: Converting compile time errors in to runtime exceptions. Jokes apart you are absolutely right about non-spring based services. I did same using plain Java + embedded tomcat for some services. No cargo-cult like endless decorative packages and classes. Exactly same result as you observed. Less code, fast to start and vastly improved error management. |
|
Heh. Stealing this. Short, sharp, undeniable.
I usually say something snarky like "Spring is an exception obfuscation framework" or "...flow of control obfuscation framework".