diff options
author | hq <hq@FreeBSD.org> | 2005-10-12 19:51:51 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-10-12 19:51:51 +0800 |
commit | 74e3d29e12d20467da71758b9b37e3d663e9a6a8 (patch) | |
tree | 8a8a62a91eade560acfe99d79b99dceee668afee /www/Makefile | |
parent | 119908d8564e4e6b20d8388ae05846bf1aff06b8 (diff) | |
download | freebsd-ports-graphics-74e3d29e12d20467da71758b9b37e3d663e9a6a8.tar.gz freebsd-ports-graphics-74e3d29e12d20467da71758b9b37e3d663e9a6a8.tar.zst freebsd-ports-graphics-74e3d29e12d20467da71758b9b37e3d663e9a6a8.zip |
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/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5e56e41f73b..7ce83f83514 100644 --- a/www/Makefile +++ b/www/Makefile @@ -764,6 +764,7 @@ SUBDIR += screem SUBDIR += script4rss SUBDIR += selenium + SUBDIR += servlet-api SUBDIR += shttpd SUBDIR += sidplug SUBDIR += simplog |