Hi, which parts have to be implemented in slide, which ones in the store? So far as I understand the search fragments in org.apache.slide.search, SearchLanguage, Search.java and SearchRequest.java are abstract classes, that will be overridden by at least a concrete basicSearch implementation. An own SearchLanguage could be implemented by directly inheriting from these base classes or by extending the basic search implementation. A store specific implementation could of course interact directly with the underlying database, whats about basic search?
Adding the SEARCH method seems to be straight forward (after a very brief look). An open question currently is, how the OPTIONS method knows which resource allows SEARCH and what grammars. If you think that could be a good starting point to contibute, I can start with the webdavServlet. Martin -----Original Message----- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 19. Dezember 2001 14:29 To: Slide Developers List Subject: Re: DASL > Hi, > > We want to implement DASL into our Tamino WebDAV server. So I'd like to know > about the state of discussion and how I can contribute to integrate server > side DASL in slide. I had started working on the intefaces and the internal Slide implementation. Since we may want to split the work a bit, I'll resume working on that. Of course, feel free to help and propose changes. The extensions to the WebdavServlet to add DASL support (which is mostly the SEARCH method) aren't done yet at all, and that's what you're refering to, right ? Remy -- 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]>
