Hi, I'm also a newbie.  Maybe we can help each other
out because some of our needs may intersect.

First of all, are you using Slide inside Tomcat? 
That's what I'm doing.

On this question.

> This seems to be configured in
> <parameter
>
name="callback-store">org.apache.slide.store.simple.WebdavFileStore</parameter>
> but what is this a parameter of?
> 
I imagine it's a parameter of the store, namely
"<store name="primary">" inside domain.xml.  I'm just
guessing though.

http://wiki.apache.org/jakarta-slide/Getting_Started_Domain%2eXML

What is exactly your problem and what are you trying
to accomplish?  Do you need to update meta information
in your database whenever files are accessed/modified?
 I think maybe that would involve a minor rewrite of
the WebDavFileStore, although, again, I'm just
guessing.

Maybe we can work this out together.  My current
webdav question has to do with setting file upload
permissions and file access on a per user basis.  I
also want to write a custom security manager
application that will monitor
uploads/downloads/changes and make decisions about
whether to allow or not allow them, basically to stop
remote users from trashing an entire file system or
exporting an entire file system off site.




--- [EMAIL PROTECTED] wrote:

> Hi all,
> 
> I've been wandering around the Wiki and this mailing
> list for a couple of
> days now and have yet to find the answers to my
> questions. I'm hoping this
> will help.
> 
> I'm trying to add slide to an existing project. The
> project has it's
> metadata stored in a database and it's files on a
> filesystem.
> Authentication and authorisation is taken care of by
> the project.
> 
> My basic problem here is that I don't understand
> which parts there are in
> the server, so I don't know which parts to override.
> It looked hopefull
> while I was looking at
> http://wiki.apache.org/jakarta-slide/DomainConfig
> but that document seems unfinished. BTW: I did look
> at
>
http://wiki.apache.org/jakarta-slide/CreateNewSlideStore
> but that hasn't
> helped me.
> 
> To me it looks like I want to be using
> http://wiki.apache.org/jakarta-slide/WebdavFileStore
> to store the files.
> This seems to be configured in
> <parameter
>
name="callback-store">org.apache.slide.store.simple.WebdavFileStore</parameter>
> but what is this a parameter of?
> 
> As a FileDescriptor (?) I'd like to create my own
> class, which uses the
> existing datamodel. Am I right in guessing that if I
> do this I won't need
> the DataNode in the configuration?
> 
> Can somebody (Brian Lee?) shed some light on the
> ExtractorsNode and the
> EventsNode?
> 
> I know I'm asking a lot, but quite frankly I'm a bit
> frustrated. It looks
> to me that slide is the answer to all my prayers,
> but I can't get it to do
> what I want.
> 
> Thanks in advance for any help,
> 
> Groeten,
> 
> Friso
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

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

Reply via email to