Hi, Am Montag, den 17.12.2007, 11:15 +0100 schrieb Bertrand Delacretaz: > The overall goall is to allow users, without using any tools other > than a set of application files, a WebDAV client and a web browser, to > copy and start a microsling application, here's the scenario: > > 1. User starts microsling and mounts the JCR repository via WebDAV > > 2. User copies a collection of script files , which represent a > microsling application, into the repository (under /apps by > convention). > > 3. User wants to start working with the application, but some initial > content nodes must be created for that to work. > > At step 3, the required content nodes might need to be created with > specific sling:resourceType values, and that's not possible via > WebDAV.
Not quite: By correctly configuring the WebDAV IOHandlers it is possible to upload ZIP (or other package formats) files and have them unpacked through the IOHandler. Regards Felix
