Archive for the 'CherryPy' Category

A http request’s journey through the TG stack

Monday, January 16th, 2006

A couple of days ago Stefane Fermigier posted a nice graph mapping the dependencies between different webframeworks and Python packages.
I have a week spot for infographics, and Stefane’s post triggered the idea of doing an illustration of the journey of a http request through the TurboGears application stack. You can see the result […]

Coding conventions

Monday, November 7th, 2005

Now that CatWalk is part of TurboGears I have some cleanup to do, because allMyMethodNames should now be underscored to match TG’s coding style.
That’s all right with me, but some places it looks a bit weird, CatWalk’s use SQLObject and MochiKit extensible and both use camelCases.
Talking about weird, CatWalk is made of umgefärt 900 […]

CatWalk

Tuesday, October 11th, 2005

Last Saturday, TurboGears had it’s first sprint. Ann Arbor is quite far from Copenhagen, so decided to threw a one man sprint. CatWalk - a simple model browser, is the result. You can read about it, and download it here.

RESTful

Thursday, October 6th, 2005

I have been playing with different ways to implement a REST protocol for my application.
I think I have founded an approach that suit my needs.
As I’m using TurboGears for my back-end, this will pretty much work for plain CherryPy too.
The cherryPy Wiki has a page about a way to implement RESTful resources that got […]