blob: 9b1c5b3b4a72185ed9f5df8d48605403ecf7c388 (
plain) (
tree)
|
|
The Servlet API
Java Servlet technology provides Web developers with a simple, consistent
mechanism for extending the functionality of a Web server and for accessing
existing business systems. A servlet can almost be thought of as an applet that
runs on the server side -- without a face. Java servlets make many Web
applications possible.
WWW: http://java.sun.com/products/servlet/
WWW: http://fisheye5.cenqua.com/browse/glassfish/repo/javax.servlet
|