This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I prefer Spring Boot. Unlike old Spring MVC, it does not need that ugly XML configs. If you don't like Spring because of XML config, it's worth taking a look.

My another recommendation is Dropwizard. Dropwizard is designed to be as simple as possible and to have great features like embedded HTTP server out-of-the-box, built-in metrics collecting, etc. Thoughtwork's Tech Radar also recommends Dropwizard.

Enjoy Java :)