Hi,

I'm trying to bind a CMS with Slide and I have few question I didn't
find on Slide Wiki.

1. Context
**********

My CMS is a webapp. Like all other CMS it use Groups, Members,
Publication, Categories. All I need to do is letting webdav to ask my
CMS for rights and content.

I already made an implementation of a WebdavStore callback (using WCK)
calling my Virtual FileSystem for: Files and Folders (for me Publication
and Categories)


2. Lighter version ?
********************

I understand that Slide is a Webdav Implementation but Also a Big CMS /
Content Repository. Is there a way to build a light version using only
the WebdavServlet asking a CallBack for Right and an Other for Content ?

I think the first goal of Slide is to separate Webdav Protocole from CMS
implementation. And so helping developpers not to work at low level
webdav protocole.


3. Right Management ?
*********************

Now that my ContentStore works I only need to authenticate the Member. I
don't want to use JASS/ACL because my webapp needs to works on all
application server, not only tomcat or jetty.

- How can I remove all users, roles, action from domain.xml ?
- How can I ask for a login (Basic Authentication) in Windows Webfolder
Explorer ?

The most important:

- How can I access the Session or Cookies from My Store CallBack ?
I only can access Principal and Service ? But all my information about
the logged member is in the cookie :-(

- How can I do my own auhtentication. I didn't find entry point to do my
stuff ? SessionAuthenticationManager seems to work only with JASS ? Does
any body can explain me how to use it ?


If anybody have pointer to a smaller implementation of Slide Webdav, a
kind of proxy asking question to my repository, i would be very
interresting.

Best best regards,
Jp


-- 
*Jean-Philippe Encausse* - R&D Jalios SA
[EMAIL PROTECTED] - http://www.encausse.com - http://www.jalias.com
ICQ: 109796741 - AOL: NextOne6666 - MSN: [EMAIL PROTECTED]
Mob: +33 6 80 75 71 09 - Office: +33 1 39 23 92 83 - Home: +33 1 39 18 90 15
*Do it Once, Use it Twice ~ Do it Twice, Make It Once*


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.3 - Release Date: 05/04/2005



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

Reply via email to