[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: URI constraints




On Oct 11, 2004, at 1:03 PM, Robert Sayre wrote:


What's stopping you from having child collections? But yes, in general, we have a query problem.
Child collections would be possible, sure, but would the client know they
were supposed to recurse into them?

If the client is looking for something specific, child collections don't help. If the client is acting on behalf of a user who's just browsing around, they would be handy, since users often like to browse around using a method other than sequences.

I see--the collections would be user-defined. Ignore my question about this from the last message.


Joe alludes to predefined groupings[0] in another email... which in WebDAV terms would be collections that group resources which only refer to back the source resources:

  <group title="Ordered By Date">
       <more href="http://wfw.org/news/2003/01";;>Jan 2003</more>
        ...
  </group>

In DAV terms, I guess it would be pretty much the same, except that each <more> element would have a URI, and the <group> element would be a collection.

So, if I understand this proposal correctly, the server determines what "queries" are available, and makes them accessible through explicit links. The title "Ordered By Date" has no semantic value to the protocol, but a user can identify which collection she wants to explore. Is that right?


Ezra