I am wondering if anyone's done any of the following using Slide, and if so,
how:

A) defined callbacks for the different WebDAV actions. E.g. every time a new
file is created, locked, deleted, call a function which does ancillary
processing. [Should I do this by subclassing the servlet or is there a
detached callback/listener framework in Slide's underlying CMS]

B) mapped a virtual hierarchy to a different, real storage hierarchy. E.g.
used Slide to manage assets in a URN hierarchy which uniquely identifies
each asset but presents a different hierarchy to the user. An example:
documents stored in Slide are in

slide://hostname/folderID/collectionID/documentID

but the user's view of the world is specific to his rights and privileges:

http://hostname/username/clients/clientABC

Perhaps this could/should be done using servlet include/forwarding.


C) A simpler version of B) perhaps: filter the list of directories, within a
hierarchy before returning the full list to the user. E.g.

/foo
/foo/bar
/foo/cow <- want to hide this one on Tuesdays


Per


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to