Penguin
Annotated edit history of JavaServlet version 3, including all changes. View license author blame.
Rev Author # Line
3 AristotlePagaltzis 1 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].
2 CraigBox 2
3 The most common OpenSource server used for Java servlets is Apache TomCat.