Re: [Repoze-dev] PyCon presentations...

2010-03-01 Thread Matt Goodall
On 1 March 2010 20:54, Chris McDonough  wrote:
> On 3/1/10 8:09 AM, Matt Goodall wrote:
>>
>> Just a small comment about Carlos's talk ... Zope and BFG are not the
>> only web frameworks that use URL traversal. Twisted Web and restish
>> also split the URL into segments to walk the object (aka resource)
>> graph allowing context-sensitive security to be applied (as well as
>> other things).
>
> bobo, CherryPy and TurboGears all also offer some form of traversal.

As yes, forgot about those. I'm sure there are others too.

- Matt
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] PyCon presentations...

2010-03-01 Thread Chris McDonough
On 3/1/10 3:54 PM, Chris McDonough wrote:
> On 3/1/10 8:09 AM, Matt Goodall wrote:
>> Just a small comment about Carlos's talk ... Zope and BFG are not the
>> only web frameworks that use URL traversal. Twisted Web and restish
>> also split the URL into segments to walk the object (aka resource)
>> graph allowing context-sensitive security to be applied (as well as
>> other things).
>
> bobo, CherryPy and TurboGears all also offer some form of traversal.
>
> - C

Why this didn't go to the list by default I do not know.
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev