I have just written my first wsgi application. I used WSGI Utils and
I have to say it was rather easy, at least to get started.
I would like to look at moving the session support (which is dead easy to use) to be wsgi middleware and then make it compatible with the stuff Ian Bicking (wsgiKit) has been working on. In fact I want to test this application (which is a simple server management console for some intranet stuff) on an ongoing basis with as many WSGI servers as I can.
For this app I am also going to use SimpleTAL for templating. Given that I believe Plone to be the best CMS option around and that uses TAL then a single templating option seems best even if I don't particularly like the syntax.

Comments