Hi, On 23.08.2010 15:11, Ian Boston wrote: > Looks very interesting, and might solve some of the problems we have been > having caused by pooled content that has no structure. > > Presumably the webdav is writable and will present anything that is > resolvable.
yes it is. > > Any idea how it copes with non listable parent resources? (listChildren > returns an empty list) If the resource resolver provides them as SyntheticResources, they should be displayed as folders (I would assume). Regards Felix > > Ian > > > On 23 Aug 2010, at 13:58, Felix Meschberger wrote: > >> Hi all >> >> I stumbled upon a nice library to create WebDAV servers [1] and set out >> to create a simple WebDAV server to serve the Sling resource tree >> (everything available through the ResourceResovler) over WebDAV in a >> filesystem-like structure to enable file system mapping. >> >> In a sense it is comparable to the jcr/webdav bundle but exposing the >> whole resource tree instead of just the repository. In fact, resources >> registered using the Filesystem provider are even exposed as read/write. >> >> Currently this stuff is in my whitebox [2] for you to play around with. >> Wenn deployed the WebDAV server is at /milton (e.g. >> http//localhost:8888/milton). >> >> WDYT ? Would such a thing make sense in Sling 6 (or Sling 7) ? >> >> Regards >> Felix >> >> [1] http://milton.ettrema.com/index.html >> [2] http://svn.apache.org/repos/asf/sling/whiteboard/fmeschbe/milton > >
