blob: 91b722e9b31924567f5435cee847b69620902cd9 (
plain)
1
2
3
4
5
6
7
8
9
|
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/
|