Home > Computers > Programming > Languages > Java > Enterprise Edition > Servlets
Servlets are server-side Java applications. Most contemporary Web servers and application servers provide support for servlets in some fashion. Many other server-side technologies are based on servlets, e.g. JavaServer Pages (JSP). Note that in recent years interest in Java servlets per se has been overtaken by interest in J2EE application servers.
http://webdevelopersjournal.com/articles/intro_to_servlets.html
Servlets can solve many of the problems associated with CGI and proprietary server APIs. This article describes the overall servlet architecture and how to develop applications with servlets.
http://cocoon.apache.org/
Cocoon is an XML based servlet framework.
http://xmlc.ow2.org/doc/
An open source Java/XML presentation compiler with an object-oriented mechanism for creating dynamic content from static HTML and XML documents.
http://www.oracle.com/technetwork/java/javaee/servlet/
Official specification and reference implementation.
https://www.jcp.org/en/jsr/detail?id=53
Access to Java Servlet 2.3 and JavaServer Pages 1.2 specifications.
http://www.oxxus.net/
Java-Servlet web host supporting v2.3 and v2.4 servlet specification.
http://www.servlets.com/
Offers servlet software, mailing lists, servlet-capable ISP list, engines, tools, articles, and examples, from Jason Hunter, author of "Java Servlet Programming" (O'Reilly).
http://s-speedster.sourceforge.net/
A JSP/Servlet partial caching system. This is a universal container independent caching system that allows you to write faster running servlets and JSP's in Java. [Open source, BSD License]
http://struts.apache.org/
An open source framework for building Servlet/JSP based web applications based on the Model-View-Controller (MVC) design paradigm [Open Source, BSD-like]
http://sourceforge.net/projects/teatrove/
Template toolkit for Java servlets
Home > Computers > Programming > Languages > Java > Enterprise Edition > Servlets
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us