Here's my 2c: Have you looked at Cocoon? http://xml.apache.org/cocoon
It's an xml-processing framework that can operate with Slide. I understand you want your clients to use WebDAV themselves? You may find you can "just" put a Cocoon layer on top of your Slide repository to obtain user credentials from the servlet container, query slide, and filter and process the WebDAV transactions with XML style-sheets. i.e. clients would connect to Cocoon, and Cocoon would function as a WebDAV/WebDAV gateway. I haven't done this myself, but it's the approach I was thinking of for a CMS that I have to do, for a website which is already based on Cocoon for presentation. Cheers Con > -----Original Message----- > From: Willie Vu [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 2 January 2003 21:19 > To: [EMAIL PROTECTED] > Subject: Dynamic structure and content > > > In the app I'm going to develop, I need generate directory > structure and > content of subject nodes on the fly. For instance, when a > user queries a > subject node, the list of children nodes are generated based on the > properties of the current user. When the user selects a > subject node that > contains content, the system also generates the content based on the > properties. > > Maybe I'm stretching WebDAV and Slide a bit. However, can > anyone offer some > suggestions on how to implement the above requirement? > > Willie > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
