Differences between version 3 and previous revision of JavaServlet.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Monday, October 1, 2007 11:31:02 am | by AristotlePagaltzis | Revert |
Older page: | version 2 | Last edited on Monday, October 1, 2007 7:46:24 am | by CraigBox | Revert |
@@ -1,5 +1,3 @@
-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
].
+Servlets are the Java way to generate dynamic web content.
A servlet
is an object
(usually run on a [J2EE] application server) that receives
a request and generate a response to it, commonly in [
HTML]
or [
XML].
The most common OpenSource server used for Java servlets is Apache TomCat.