doc/en_US.ISO8859-1/htdocs/java/links/servlets.sgml
Gabor Kovesdan 6f0813b25d - For non-English pages generate the enbase entity, as well, not just base
- Remove inline declarations of base and enbase entities since they
  are generated automatically in autogen.ent

Approved by:	doceng (implicit)
2012-08-13 14:22:30 +00:00

47 lines
2.5 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
<!ENTITY title "FreeBSD &java; Project: Servlets">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&title;</title>
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
</head>
<body class="navinclude.developers">
<p>Servlets are a &java; API that can be used to replace Perl CGI scripts, or more specifically, to extend the capabilities of the web server.</p>
<p>Servlets can also be used with XML and XSL.</p>
<ul>
<li>API</li>
<li><ul>
<li><a href="http://java.sun.com/products/servlet/index.html">Sun's Servlet API</a></li>
<li><a href="http://java.sun.com/products/jsp/jsp_servlet.html">Sun's Java Server Pages White Paper</a><br/>
Java Server Pages are a method to ease design and maintenance of web pages. Similar to Active Server Pages by Microsoft.</li>
</ul></li>
<li>Servlet Information</li>
<li><ul>
<li><a href="http://www.purpletech.com/servlet-faq">Purple Servlet FAQ</a><br/>
A comprehensive source of information for Servlets.</li>
</ul></li>
<li>Servlet Engines</li>
<li><ul>
<li><a href="http://www.sun.com/software/jwebserver/">Java Web Server</a><br/>
This was the reference implementation of the servlet engine implemented in Java. Sun has turned over the source code to the Apache Project and is now implemented as Tomcat.</li>
<li><a href="http://jakarta.apache.org">Tomcat (Jakarta Project)</a><br/>
The reference implementation of Java Servlets and Java Server Pages. The code is not yet available aside from a nightly standalone build.</li>
<li><a href="http://java.apache.org/jserv">Apache JServ</a><br/>
A 100% Pure Java implementation of the Servlet 2.0 API specification. Works with Apache.</li>
<li><a href="http://www.newatlanta.com">ServletExec</a><br/>
A high-performance commercial servlet engine. Offers a free demo/development copy and a servlet debugger. Works with most web servers.</li>
<li><a href="http://www.jrun.com/products/Jrun">JRun</a><br/>
A high-performance commercial servlet engine. Offers a free demo/development copy. JavaWorld's Best Servlet Tool for 1998 and WebTechnique's Best Java Tool for 1998. Recently acquired by Allaire. Works with most web servers.</li>
</ul></li>
</ul>
</body>
</html>