LinuxWorld has published my article about the Relative Static approach
to web application design ("BoSStats, FlightFeather and the Relative
Static Web").  

    http://www.linuxworld.com/news/2007/012907-flightfeather.html

This method tries to capture as much system state as possible in
static HTML files, which the webserver can use directly.  While the
resulting site is dynamic, it is static from the webserver's point of
view. I use this approach in my FlightFeather and Flightdeck-UI Online
Free/Open Source projects.

The article describes why Python (specifically version 2.5) is such a
good choice for Relative Static web applications.  The discussion
focuses on the newly introduced "with" statement and the context
manager type (see link to page 5, below).

   http://www.linuxworld.com/news/2007/012907-flightfeather.html?page=5



-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to