Re: [Web-SIG] Announcing bobo

2009-06-18 Thread Sergey Schetinin
On 2009-06-18, Jim Fulton j...@zope.com wrote: (Note that this discussion is getting rather dense. I suggest reading my reply all the way through befor responding to individual points. :) On Jun 17, 2009, at 6:42 PM, Sergey Schetinin wrote: On 2009-06-17, Jim Fulton j...@zope.com wrote

Re: [Web-SIG] Announcing bobo

2009-06-18 Thread Sergey Schetinin
On 2009-06-19, P.J. Eby p...@telecommunity.com wrote: At 02:46 AM 6/19/2009 +0300, Sergey Schetinin wrote: but wouldn't it be nice if we could finally just do things like from somebody_else.forum import ForumApp urlmap['/forum'] = ForumApp(db_config=...) The Folder example

Re: [Web-SIG] Announcing bobo

2009-06-18 Thread Sergey Schetinin
On 2009-06-19, P.J. Eby p...@telecommunity.com wrote: So you could implement your urlmap above more or less like this: @bobo.scan_class class UrlMap(dict): @bobo.subroute('/:name') def subitem(self, name): try: return self[name] except KeyError:

Re: [Web-SIG] Announcing bobo

2009-06-17 Thread Sergey Schetinin
On 2009-06-18, Aaron Watters arw1...@yahoo.com wrote: --- On Wed, 6/17/09, Sergey Schetinin mal...@gmail.com wrote: When considering webapps and what urls they should handle it seems like the same should apply -- webapps define contained blocks of functionality and the task

Re: [Web-SIG] Announcing bobo

2009-06-16 Thread Sergey Schetinin
On 2009-06-16, Etienne Robillard robillard.etie...@gmail.com wrote: Nothing very new here. At least next time try to be a little more creative, otherwise this is getting slightly boring and repetitive... I think that's a bit rough, but indeed there are quite a few frameworks / components

Re: [Web-SIG] Python 3.0 and WSGI 1.0.

2009-04-16 Thread Sergey Schetinin
On Fri, Apr 17, 2009 at 02:03, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/4/17 James Y Knight f...@fuhm.net: On Apr 16, 2009, at 3:12 AM, Graham Dumpleton wrote: I am not sure we ended up with a final answer on all of this, but I don't want to hold up mod_wsgi 3.0, which includes

Re: [Web-SIG] WSGI Open Space @ PyCon.

2009-03-30 Thread Sergey Schetinin
On Mon, Mar 30, 2009 at 18:46, Eric Larson ionr...@gmail.com wrote: Seeing as this tuple idea is low hanging fruit, I went ahead and created a small bit of middleware for making the conversion. http://bitbucket.org/elarson/pack/wiki/Home Hope it helps! If I'm not missing some quirk about