forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
385 B
Text
9 lines
385 B
Text
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/
|