Hey, On Thu, Jun 18, 2009 at 3:55 AM, Sergey Schetinin<mal...@gmail.com> wrote: [snip] >> In particular you should be able to assign a >> component to any URL in the same sense that you >> can give an object any name. You should also >> be able to build relocatable URL trees which can >> be "mounted" anywhere in the "calling" application >> suite. Do I catch your meaning correctly? > > Spot on.
This is what object traversal (as in Zope) tends to allow. While each individual URL tree (i.e. object structure) might have various expectations concerning relative URLs, they can be combined together by putting the right types of objects together. This allows the composition of larger web apps out of smaller components without there having to be a global map of how URLs map at all. Regards, Martijn _______________________________________________ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com