As per oracle, Java EE 8 is one of the Major relase which include bunch of features . In this article will see, What's new in Servlet 4.0. One of the major improvement in Servlet 4.0 is proposed to support http 2.x protocol which has more capable to full real time needs.
Servlet 4.0 API :
HTTP/2 will be the key theme of Servlet 4.0 but the Expert Group will probably tackle additional capabilities.
In terms of timing, we expect Java EE 8 to support Servlet 4.0 but there is a constraint: HTTP/2 itself! At this stage, HTTP/2 is still in active development. It is however expected to be completed well in advance of the completion date of Java EE 8. In his proposal Shing Way explains why it is now relatively safe to consider adding HTTP/2 support to the Servlet API.
So make sure to check the Servlet 4.0 draft JSR proposal and give your feedback before the proposal is submitted to the JCP.
References
https://blogs.oracle.com/theaquarium/entry/servlet_4_0
Servlet 4.0 API :
- Request/Response multiplexing
- Stream Prioritization
- Server Push
- Upgrade from HTTP 1.1
HTTP/2 will be the key theme of Servlet 4.0 but the Expert Group will probably tackle additional capabilities.
In terms of timing, we expect Java EE 8 to support Servlet 4.0 but there is a constraint: HTTP/2 itself! At this stage, HTTP/2 is still in active development. It is however expected to be completed well in advance of the completion date of Java EE 8. In his proposal Shing Way explains why it is now relatively safe to consider adding HTTP/2 support to the Servlet API.
So make sure to check the Servlet 4.0 draft JSR proposal and give your feedback before the proposal is submitted to the JCP.
References
https://blogs.oracle.com/theaquarium/entry/servlet_4_0
0 comments :
Post a Comment