subbu.org

Subbu Allamaraju's Blog

Entries tagged with “Servlets”

10:58 AM, Tuesday, May 30, 2006

Need an SPI for the Servlet Container

Here is a key deployment problem that the servlet spec needs to address in its next version.

So far, the servlet spec recognized only two classes of users:

  • Containers developers: Developers who implement the spec.
  • Web developers: Developers who program to the servlet API and develop web apps.

But there is a growing third category of users of the servlet spec, and this group needs recognition from the servlet spec.