Hacker News new | ask | show | jobs
by sdfsdufihwfuhdf 3443 days ago
I'm messing with running Jersey on Jetty right now so I can get HTTP/2 before java 9. Netty and Jetty have both supported it for a while :)

There's still a lot of innovation going on in the Java community you just don't hear about it.

1 comments

For Jersey + Jetty, it's hard to beat dropwizard (dropwizard.io). I'm sure you've heard of it though ;)