Difference between revisions of "Servlet"
From BC$ MobileTV Wiki
Line 5: | Line 5: | ||
== External Links == | == External Links == | ||
− | * Servlet Tutorial - Handling Form Data: http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-Form-Data.html | + | * '''Servlet Tutorial - Handling Form Data''': http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-Form-Data.html |
* Story of a Servlet - An Instant Tutorial: http://java.sun.com/products/servlet/articles/tutorial/ | * Story of a Servlet - An Instant Tutorial: http://java.sun.com/products/servlet/articles/tutorial/ | ||
* HTML Forms, Components, and Servlets: http://www.sethi.org/classes/cis435/lab_notes/tutorial_servlet.html | * HTML Forms, Components, and Servlets: http://www.sethi.org/classes/cis435/lab_notes/tutorial_servlet.html | ||
+ | * '''DownloadServlet v. 2.0''' - Simple component you may use for downloading files regardless of their location: http://www.servletsuite.com/servlets/download.htm | ||
+ | * '''HTTP proxy servlet ver. 1.9''' - lets you transparently pass all the incoming requests to the some predefined host: http://www.servletsuite.com/servlets/httpproxy.htm |
Revision as of 14:20, 11 November 2009
Servlet is JAVA technology from Sun Microsystems for providing dynamic web applications, web pages, form/input collection and a number of other services.
External Links
- Servlet Tutorial - Handling Form Data: http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-Form-Data.html
- Story of a Servlet - An Instant Tutorial: http://java.sun.com/products/servlet/articles/tutorial/
- HTML Forms, Components, and Servlets: http://www.sethi.org/classes/cis435/lab_notes/tutorial_servlet.html
- DownloadServlet v. 2.0 - Simple component you may use for downloading files regardless of their location: http://www.servletsuite.com/servlets/download.htm
- HTTP proxy servlet ver. 1.9 - lets you transparently pass all the incoming requests to the some predefined host: http://www.servletsuite.com/servlets/httpproxy.htm