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:
- glassfish 5 nightly builds (looks it's fork of glassfish 4.1 , seems not incoporate java ee 8 components).
- java servlet api 4.0 jar (currently released beta) available on maven repositories.
- apache tomcat 9 (not released final version yet), supports servlet api 4.0.
- payara 5 (under development), branch of payara project used java ee 8 features.
- the jsr java servlet api 4.0 (currently available draft).
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:
- jsr 366 - java ee 8
- jsr 367 - java api json binding
- jsr 368 - java message service 2.1
- jsr 369 - java servlet 4.0
- jsr 370 - java api restful web services 2.1
- jsr 371 - model-view-controller 1.0
- jsr 372 - java server faces 2.3
- jsr 373 - java ee management api 1.0
- jsr 374 - java api json processing 1.1
- jsr 375 - java ee security api 1.0
the results of survey can seen in following chart:
Comments
Post a Comment