diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-10-12 11:51:51 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-10-12 11:51:51 +0000 |
commit | 7c0c4e551a68a38b1d4d211e95eb008e23d5c5a1 (patch) | |
tree | c7db0b0eba74b78f411df0749f7c8d49c0da40cc /www/Makefile | |
parent | Fix build on perl < 5.6 (diff) |
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/
Notes
Notes:
svn path=/head/; revision=145099
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 5e56e41f73b1..7ce83f83514e 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 |