Hacker News new | ask | show | jobs
by manishsharan 1357 days ago
I like Jetty. Javalin is nice for Kotlin but Jetty + java has worked well for me.
1 comments

What do you use for routing and DI? do you use Jetty handlers or the servlet API?
Dropwizard is cool if you write REST microservices. It uses embedded jetty, JAX-RS, Jackson, metrics, etc.

As far as I know it's inspiration for Spring Boot, and it's simpler and ready to use on production.