[Web-SIG] Announcing bobo

Martijn Faassen faassen at startifact.com
Thu Jun 18 11:28:51 CEST 2009


Hey,

On Thu, Jun 18, 2009 at 3:55 AM, Sergey Schetinin<maluke at 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


More information about the Web-SIG mailing list