Servlets  
 
Servlets are platform-independent, 100% pure Java server-side modules that fit seamlessly into a Web server framework and can be used to extend the capabilities of a Web server with minimal overhead, maintenance, and support. Unlike other scripting languages, servlets involve no platform-specific consideration or modifications; they are Java application components that are downloaded, on demand, to the part of the system that needs them

 

Servlet Basics

 

Servlets vs. CGI

 

 Tutorials & Examples

 

Advanced Servlet Programming

Software & Servers

 

Other Servlet sites