|
|
|
|
|
by cnity
1304 days ago
|
|
By far my least favourite thing about the Java web ecosystem is how weirdly obscured the bootstrapping process for starting processes is. So much of how your application starts is determined by XML files and DI frameworks that I often have no idea (or am sometimes not even exposed to) where the `main` function is. |
|
And then what we are left with is a huge, old project vs some new microservice, which would be an unfair comparison in any language