Difference between revisions of "Servlet"
From BC$ MobileTV Wiki
Line 1: | Line 1: | ||
'''Servlet''' is [[JAVA]] technology from Sun Microsystems for providing dynamic web applications, web pages, form/input collection and a number of other services. | '''Servlet''' is [[JAVA]] technology from Sun Microsystems for providing dynamic web applications, web pages, form/input collection and a number of other services. | ||
+ | <ref>Sun's JAVA Servlet official page: http://java.sun.com/products/servlet/</ref> | ||
+ | |||
+ | |||
+ | |||
+ | == Specification == | ||
+ | |||
+ | * Servlet 3.0: http://jcp.org/en/jsr/detail?id=315 | ||
+ | |||
Line 5: | Line 13: | ||
== External Links == | == External Links == | ||
+ | * [[wikipedia: Servlet]] | ||
* '''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/ | ||
Line 10: | Line 19: | ||
* '''DownloadServlet v. 2.0''' - Simple component you may use for downloading files regardless of their location: http://www.servletsuite.com/servlets/download.htm | * '''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 | * '''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 | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | == References == | ||
+ | |||
+ | <references /> |
Revision as of 14:22, 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. [1]
Specification
- Servlet 3.0: http://jcp.org/en/jsr/detail?id=315
External Links
- wikipedia: Servlet
- 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
References
- ↑ Sun's JAVA Servlet official page: http://java.sun.com/products/servlet/