Spyce 2.0 beta

Jonathan Ellis jbellis at gmail.com
Wed May 4 23:19:51 CEST 2005


The beta of 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 JSP and ASP.NET 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
  templating system
    - roughly the same speed as include.spyce, so using one parent
      template has about 1/2 the overhead as the old standard
      two-includes-for-header-and-footer.
    - http://spyce.sourceforge.net/docs/doc-tag_core.html#parent

Full changelog at http://svn-hosting.com/svn/spyce/trunk/spyce/CHANGES.

-Jonathan



More information about the Python-announce-list mailing list