Servlets: A Server Extension API
Servlets are to servers... as applets are
to browsers
Distribute them over the network, through files, and even through signed JAR files
Use the SecurityManager to control what they are allowed to do
Servlets can leverage other
server side tools

Return to Tracks