InfoQ

Topic/Tag specific view

Servlets Content on InfoQ


News about Servlets

Servlet 3.0 Features Spark Debate

Community
Java
Topics
JCP Standards,
Community

The draft specification of JSR-315 (Servlet 3.0) is now available and introduces a number of new features including asynchronous/Comet support, security improvements, and other ease of development features such additional annotations and web.xml fragments. With some of the new features generating considerable debate, the expert group are actively seeking community feedback.

Revisiting the Need for Asynchronous Servlets

Community
Java
Topics
Web Frameworks,
JCP Standards

As we transition from a page based view of web application development to an Ajax style data based new server programming needs emerge. Gregg Wilkins, lead developer on the Jetty web container, has been examining the need for an Asynchronous Servlet API in a series of blog posts. This review has resulted in Gregg concluding that continuations are the best solution at the present time.

Jetty Founder Proposes Asynchronous Servlet API

Community
Java
Topics
Web 2.0,
Rich Internet Apps,
Web Frameworks

Jetty founder Greg Wilkins has blogged about the need for the Servlet spec to evolve into an asynchronous model in order to, among other things, deal with the new challenges brought on by Ajax. Greg proposes standardizing a coordinator which could be called by the container in response to asynchronous event and would coordinate the call of the synchronous service method.