Creating a Hello World application with Servlet 4.0 (Java EE 8) and HTTP/2 -


i trying understand how servlets 4 (java ee 8) gain benefits of http/2 writing hello world kind of application. aware java ee 8 yet released.

  • is there way can try these features on beta release of servlet container glashfish?
  • is there pre release developers try out java ee 8 api?

disclaimer: once java ee 8 , servlet api 4.0 (which supports http/2) under development, answer may not updated.


what's available (july 6th 2016)

at time of writing, here few resources may find useful:

more details java ee 8

quoting java ee overview oracle website:

as industry begins rapid adoption of java ee 7, work has begun on java ee 8. survey received on 4,500 responses, community has prioritized desired features java ee 8. in fact, following jsrs have been submitted:

the results of survey can seen in following chart:

java ee 8 survey results


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -