Y
Hacker News
new
|
ask
|
show
|
jobs
by
Scarbutt
1352 days ago
What do you use for routing and DI? do you use Jetty handlers or the servlet API?
1 comments
mateuszf
1352 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
As far as I know it's inspiration for Spring Boot, and it's simpler and ready to use on production.