Many different topics are involved in the development of WebStack
applications; below is a map of each of the topics covered in this
documentation (with related example material found in the examples/Common directory given beside certain topics):
VerySimple example)DemoApp example, Calendar example)Form example)Unicode example)Cookies example)Sessions example)Auth example)SimpleWithLogin example, Login example)The following topic is referenced in many locations and should be reviewed when encountering problems with input and output text:
The following topics (illustrated by the programs found in the other subdirectories of the examples directory) describe how WebStack applications may be deployed in server environments:
examples/BaseHTTPRequestHandler)examples/CGI)examples/Django)examples/JavaServlet)examples/ModPython)examples/Twisted)examples/Webware)examples/WSGI)examples/Zope)WebStack provides a number of potentially useful modules either providing resource classes for direct use in applications, or providing other kinds of classes and functions which may be used to perform particular activities.
The following resources are provided for direct use in applications:
WebStack also provides modules which provide session-like access to different kinds of repositories: