# HG changeset patch # User paulb # Date 1114900132 0 # Node ID 66fa7eae7d1adb8094741aa6a27a9f00ff138192 # Parent 7bfc1d894c663230f511ac858f0d80c8e968fd40 [project @ 2005-04-30 22:28:52 by paulb] Added a features support summary (taken from the public Web page). diff -r 7bfc1d894c66 -r 66fa7eae7d1a docs/features.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/features.html Sat Apr 30 22:28:52 2005 +0000 @@ -0,0 +1,76 @@ + + + + + Support for WebStack Features in Server Environments + + + + +

Support for WebStack Features in Server Environments

+

Some basic features of Web applications are not supported by all +server environments or frameworks. The table below summarises the +implementation details of such features when applications are deployed +in each server environment.

+ +Feature support and adopted implementations for the supported frameworks + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BaseHTTPRequestHandlerCGImod_pythonJava Servlet APITwistedWebwareWSGIZope 2
Unicode response writingWebStackWebStackWebStackFrameworkWebStackWebStackWebStackWebStack
CookiesWebStack [1]WebStack [1]Framework [2]Framework [3]Framework [3]Framework [3]WebStack [1]Framework [3]
SessionsWebStackWebStackFramework [4]FrameworkWebStackFrameworkWebStackFramework
+

Notes

+
    +
  1. WebStack cookie support is provided using the standard library Cookie +module.
  2. +
  3. Some mod_python releases do not provide cookie support directly.
  4. +
  5. An additional class is employed to provide a uniform cookie API +on certain frameworks.
  6. +
  7. Some mod_python releases do not provide session support directly.
  8. +
+ + diff -r 7bfc1d894c66 -r 66fa7eae7d1a docs/index.html --- a/docs/index.html Sat Apr 30 22:28:24 2005 +0000 +++ b/docs/index.html Sat Apr 30 22:28:52 2005 +0000 @@ -41,6 +41,8 @@
  • Securing a WebStack Application
  • Deploying a WebStack Application
  • Integrating with Other Systems
  • +
  • Technical note: Support for WebStack +Features in Server Environments