Thursday, September 28, 2006

I *HEART* Python

Introducing WSGI: Python's Secret Web Weapon - XML.com: "Introducing WSGI: Python's Secret Web Weapon

"The recent Python 2.5 release features the addition of the Web Server Gateway Interface Utilities and Reference Implementation package (wsgiref) to Python's standard library.

In the Java world, the servlet architecture meant that applications written with one framework could run on any server supporting the servlet API. The Web Server Gateway Interface (often written WSGI, pronounced "whiskey") was designed to bring the same interoperability that the Java world enjoyed to Python. "

This article looks at how to develop and deploy WSGI applications, and more specifically, how to use middleware components to provide facilities such as session handling, interactive debugging, and much more.

I haven't read it yet but it's on my to do list.

No comments: