Servlet 3.1 Early Draft Now Available
Posted
by arungupta
on Oracle Blogs
See other posts from Oracle Blogs
or by arungupta
Published on Tue, 3 Jul 2012 09:00:00 +0000
Indexed on
2012/07/03
21:20 UTC
Read the original article
Hit count: 199
/JavaEE
JSR 340 has released an Early Draft of the Servlet 3.1 specification.
Section 3.7 explain non-blocking request processing by the Web container. ReadListener and WriteListener are new interfaces that represents a call-back mechanism to read and write data without blocking.
As with other Java EE 7 specifications, progress can be tracked at servlet-spec.java.net. The Expert Group discussions are archived and you can participate by sending an email to [email protected].
© Oracle Blogs or respective owner