Hi, the current DASL implementation has nothing to do with Lucene. It is a generic implementation not dependant on the store. So it does not use store specific search capabilities (as SQL for example). Of course this implementation does not scale very well. Regards, Martin
-----Original Message----- From: ROSSEL Olivier (CIMPA) [mailto:[EMAIL PROTECTED] Sent: Montag, 15. Dezember 2003 15:54 To: 'Slide Users Mailing List' Subject: RE: Customizing Slide for DASL Is it implemented "out-of-the box"? Or does it require to compile/install Lucene and change some setup in Slide? -----Message d'origine----- De : Wallmer, Martin [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Envoy� : lundi 15 d�cembre 2003 15:52 � : 'Slide Users Mailing List' Objet : RE: Customizing Slide Hi, DASL is implemented and can be accessed via the WebDAV SEARCH method. regards, Martin -----Original Message----- From: Emiliano Heyns [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Montag, 15. Dezember 2003 15:17 To: [EMAIL PROTECTED] Subject: Customizing Slide Hi, I'm considering using Slide as a content management system for an open source questionnaire application. I've browsed the mailinglist archives, but I have some questions left: * Is it possible to add a custom store behind slide? This store would be a database but with a schema that differs from the more generic JDBC stores as I saw them on the Slide site. * Can I store and manage custom permissions that do not directly correspond to actions a user could perform through slide but rather would be used in the questionnaire application (a servlet that will run alongside Slide). Can I access these through the existing security API? * Can I implement my own user management? My user accounts would live in the DB, not in the XML configuration file * Can I hook into PUTs, GETs, PROPFINDs, etc, so I can act when data is entered into the system or taken out? * Does Slide support dead properties? Where are they stored? Does Slide support custom live properties? * Can I search for properties? I see DASL isn't done yet, but I wonder if there's an internal API my servlet could use. Many thanks, -- Emiliano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This mail has originated outside your organization, either from an external partner or the Global Internet. Keep this in mind if you answer this message.
