Spyce 2.0 final

Jonathan Ellis jbellis at gmail.com
Tue May 17 00:34:02 CEST 2005


Spyce 2.0 is available at http://spyce.sourceforge.net/docs/get.html.

Spyce is a python web application server, combining the features of
popular frameworks such as ASP.NET and JSP with Pythonic elegance.
Spyce may be deployed as a standalone server (or proxied behind
Apache), or under mod_python, FastCGI, or CGI.  Documentation and
demos are at http://spyce.sourceforge.net/.

Highlights of Spyce 2.0 include:

  Active Handlers
    - reusable components without the leaky abstractions seen in
      ASP.NET et al.
    - http://spyce.sourceforge.net/docs/doc-lang_handlers.html

  Active Tag compiler
    - http://spyce.sourceforge.net/docs/doc-tag_new2.html

  OpenACS-like (Tiles-ish, for you JSP people) parent/child
  layout system
    - http://spyce.sourceforge.net/docs/doc-tag_core.html#parent

-Jonathan



More information about the Python-announce-list mailing list