What is a servlet?
Created May 4, 2012
John Zukowski A servlet is a way of extending your web server with a Java program to perform tasks previously dealt with by CGI scripts or proprietary server extension frameworks. For more information, visit Sun's Servlet API home at http://java.sun.com/products/servlet/.