aboutsummaryrefslogtreecommitdiff
path: root/www/servlet-api
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Fix COMMENTHerve Quiroz2005-10-131-1/+1
| | | | Notes: svn path=/head/; revision=145234
* The Servlet APIHerve Quiroz2005-10-123-0/+38
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: svn path=/head/; revision=145099