Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
8 lines
341 B
Plaintext
8 lines
341 B
Plaintext
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.
|