WebStack

docs/developing.html

436:077f20278617
2005-08-24 paulb [project @ 2005-08-24 21:33:04 by paulb] Introduced a topic index under "Developing WebStack Applications". Added details of the recent changes to methods which are now aware of character encodings.
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">     2 <html xmlns="http://www.w3.org/1999/xhtml"><head>     3   <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type" />     4      5        6   <title>Developing a WebStack Application</title><meta name="generator" content="amaya 8.1a, see http://www.w3.org/Amaya/" />     7   <link href="styles.css" rel="stylesheet" type="text/css" /></head>     8      9 <body>    10 <h1>Developing a WebStack Application</h1>    11 <p>Many different topics are involved in the development of WebStack    12 applications; below is a map of each of the topics covered in this    13 documentation:</p>    14 <ul>    15   <li><a href="resources.html">Applications and Resources</a></li>    16   <ul>    17     <li><a href="resource-creation.html">How Resources are Created</a></li>    18     <li><a href="design.html">Application Design Considerations</a></li>    19     <ul>    20       <li><a href="paths.html">URLs and Paths</a></li>    21       <ul>    22         <li><a href="path-info.html">Paths To and Within Applications</a></li>    23         <li><a href="path-design.html">Path Design and Interpretation</a></li>    24         <ul>    25           <li><a href="paths-filesystem.html">Path as filesystem</a></li>    26           <li><a href="paths-services.html">Path as resource or service identifier</a></li>    27           <li><a href="paths-opaque.html">Path as opaque reference</a></li>    28         </ul>    29         <li><a href="path-info-support.html">Path Info Support in Server Environments</a></li>    30       </ul>    31       <li><a href="methods.html">Request Methods</a></li>    32       <li><a href="parameters.html">Request Parameters and Uploads</a></li>    33       <ul>    34         <li><a href="parameters-headers.html">Request headers</a></li>    35         <li><a href="parameters-body.html">Request bodies</a></li>    36       </ul>    37       <li><a href="responses.html">Responses and Presentation</a></li>    38       <li><a href="state.html">Cookies, Sessions, Users and Persistent Information</a></li>    39       <ul>    40         <li><a href="cookies.html">Cookies</a></li>    41         <li><a href="sessions.html">Sessions and Persistent Information</a></li>    42         <ul>    43           <li><a href="sessions-usage.html">Using Sessions</a></li>    44           <li><a href="sessions-servers.html">Server Environment Support for Sessions</a></li>    45         </ul>    46         <li><a href="users.html">Users and Authentication</a></li>    47       </ul>    48     </ul>    49   </ul>    50 </ul>    51 <p>The following topic&nbsp;is referenced in many locations and should    52 be reviewed when encountering problems with input and output text:</p>    53 <ul>    54 <li><a href="encodings.html">Character Encodings</a></li>    55 </ul>    56 <p></p>    57 </body></html>