Hacker News new | ask | show | jobs
by dordoka 4084 days ago
Thanks for your reply spullara. We might be one of those rare cases where we do need different packages and libraries for each applications. It's the pain that we have to suffer having to maintain several "legacy" apps.

Regarding your view on an app server being a container of some sort, I do agree. We are actually starting to develop apps to be run using embeded app servers (with Spring Boot), as it fits better when running apps using docker.

1 comments

Makes sense. I've been recommending Dropwizard for years for similar reasons.