source: nutchez-0.1/tomcat/webapps/docs/appdev/printer/index.html @ 66

Last change on this file since 66 was 66, checked in by waue, 15 years ago

NutchEz - an easy way to nutch

File size: 3.9 KB
Line 
1<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Application Developer's Guide - Table of Contents</title><meta value="Craig R. McClanahan" name="author"><meta value="craigmcc@apache.org" name="email"></head><body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"><table cellspacing="0" width="100%" border="0"><!--PAGE HEADER--><tr><td><!--PROJECT LOGO--><a href="http://tomcat.apache.org/"><img border="0" alt="
2      The Apache Tomcat Servlet/JSP Container
3    " align="right" src="../../images/tomcat.gif"></a></td><td><font face="arial,helvetica,sanserif"><h1>Apache Tomcat 6.0</h1></font></td><td><!--APACHE LOGO--><a href="http://www.apache.org/"><img border="0" alt="Apache Logo" align="right" src="../../images/asf-logo.gif"></a></td></tr></table><table cellspacing="4" width="100%" border="0"><!--HEADER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td align="left" valign="top" width="80%"><table cellspacing="4" width="100%" border="0"><tr><td valign="top" align="left"><h1>Application Developer's Guide</h1><h2>Table of Contents</h2></td><td nowrap="true" valign="top" align="right"><img border="0" hspace="0" vspace="0" height="1" width="1" src="../../images/void.gif"></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Preface"><strong>Preface</strong></a></font></td></tr><tr><td><blockquote>
4
5<p>This manual includes contributions from many members of the Tomcat Project
6developer community.  The following authors have provided significant content:
7</p>
8<ul>
9<li>Craig R. McClanahan
10    (<a href="mailto:craigmcc@apache.org">craigmcc@apache.org</a>)</li>
11</ul>
12
13</blockquote></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Table of Contents"><strong>Table of Contents</strong></a></font></td></tr><tr><td><blockquote>
14
15<p>The information presented is divided into the following sections:</p>
16<ul>
17<li><a href="introduction.html"><strong>Introduction</strong></a> -
18    Briefly describes the information covered here, with
19    links and references to other sources of information.</li>
20<li><a href="installation.html"><strong>Installation</strong></a> -
21    Covers acquiring and installing the required software
22    components to use Tomcat for web application development.</li>
23<li><a href="deployment.html"><strong>Deployment Organization</strong></a> -
24    Discusses the standard directory layout for a web application
25    (defined in the Servlet API Specification), the Web Application
26    Deployment Descriptor, and options for integration with Tomcat
27    in your development environment.</li>
28<li><a href="source.html"><strong>Source Organization</strong></a> -
29    Describes a useful approach to organizing the source code
30    directories for your project, and introduces the
31    <code>build.xml</code> used by Ant to manage compilation.</li>
32<li><a href="processes.html"><strong>Development Processes</strong></a> -
33    Provides brief descriptions of typical development processes
34    utilizing the recommended deployment and source organizations.</li>
35<li><a href="../sample/"><strong>Example Application</strong></a> -
36    This directory contains a very simple, but functionally complete,
37    "Hello, World" application built according to the principles
38    described in this manual.  You can use this application to
39    practice using the described techniques.</li>
40</ul>
41
42</blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font size="-1" color="#525D76"><em>
43        Copyright &copy; 1999-2008, Apache Software Foundation
44        </em></font></div></td></tr></table></body></html>
Note: See TracBrowser for help on using the repository browser.