28 Jul 2003 04:30
To review our status...
We've had a bunch of new subscribers in the last week, but no real discussion. I blame this on summer (at least that's my excuse :) Anyway, I thought I'd remind people what we'd talked about. Three things I can think of: * Create an example application using each of the frameworks, to allow readers to compare code and style, and probably also as something to fiddle with when doing an evaluation. The two (similar) ideas that seemed to have some support were a discussion board and a sort of mini blog. Both are actually fairly similar, when you think about it. Andrew suggested we have a common module which does stuff like persistence, so the applications can be easier... and maybe he volunteered to write this as well, I wasn't sure. This would be possible first step towards making a more presentable website about Python web programming. * Work at more cross-framework libraries, like for form processing, permission systems, etc. What this actually means is fairly vague (though perhaps if someone has a specific project in mind...) * Defining a common foundation upon which to build higher-level frameworks. This would mean defining a common request/response interface (using adapters to match the already-existing request/response interfaces). Combined with an interface for the entry point, this would allow more heterogeneous environments, a more robust and clear installation procedure, and perhaps lay the ground for further integration. Zope 3's Publisher interfaces were proposed as a potential starting point (not to be in any way confused with Zope 2 ;).(Continue reading)
RSS Feed