Differences between version 2 and previous revision of JavaServlet.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, October 1, 2007 7:46:24 am | by CraigBox | Revert |
Older page: | version 1 | Last edited on Monday, October 1, 2007 7:45:40 am | by CraigBox | Revert |
@@ -1,3 +1,5 @@
A Servlet is a [web service|WebServices] implemented in [Java].
[Java] servlets are objects (usually run on a [J2EE] application server) that receive a request and generate a response to it, commonly in HTML or XML. They are the Java counterpart to dynamic web content such as [PHP].
+
+The most common OpenSource server used for Java servlets is Apache TomCat.