Y
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
Scarbutt
1357 days ago
What do you use for routing and DI? do you use Jetty handlers or the servlet API?
link
mateuszf
1357 days ago
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.
link