You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by "Wallmer, Martin" <Ma...@softwareag.com> on 2001/12/18 09:06:28 UTC

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.

Best regards,

Martin Wallmer
Research & Development
Software AG 			++49 6151 92 1831
Uhlandstr. 12
D 64297 Darmstadt


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: How to load content when the slide server starts

Posted by Dirk Verbeeck <di...@pandora.be>.
At the end of XMLUnmarshaller.java there is already some revision code.
Add code for a  <content href="..."/> tag or <content>xxxx</content>

and store it using something like:
            NodeRevisionContent nodeRevContent = new
NodeRevisionContent();
            revision = new NodeRevisionDescriptor(buffer.length);
            nodeRevContent.setContent(buffer);                
            content.create(slideToken, uri, revision, nodeRevContent);


Dirk


Rajkumar Kothapa wrote:
> 
> hi dirk,
> 
> Do u have any suggestions on how this can be implemented?
> 
> thanks,
> rajkumar
> 
> -----Original Message-----
> From: Dirk Verbeeck [mailto:dirk.verbeeck@pandora.be]
> Sent: Thursday, January 03, 2002 2:13 PM
> To: Slide Developers List
> Subject: Re: How to load content when the slide server starts
> 
> I don't see any code in XMLUnmarshaller to do that.
> The answer is (I think) not implemented...
> 
> Dirk
> 
> Rajkumar Kothapa wrote:
> >
> > hi,
> >
> > I need to be able to load content for some uri's at the slide server
> > startup.
> > Is the domain.xml element slide/namespace/data/objectnode/revision/content
> > currently implemented .And what is the format of the url that needs to be
> > used to load the content ?
> >
> > thanks,
> > rajkumar


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: How to load content when the slide server starts

Posted by Rajkumar Kothapa <ko...@intalio.com>.
hi dirk,

Do u have any suggestions on how this can be implemented?

thanks,
rajkumar

-----Original Message-----
From: Dirk Verbeeck [mailto:dirk.verbeeck@pandora.be]
Sent: Thursday, January 03, 2002 2:13 PM
To: Slide Developers List
Subject: Re: How to load content when the slide server starts



I don't see any code in XMLUnmarshaller to do that.
The answer is (I think) not implemented...

Dirk


Rajkumar Kothapa wrote:
>
> hi,
>
> I need to be able to load content for some uri's at the slide server
> startup.
> Is the domain.xml element slide/namespace/data/objectnode/revision/content
> currently implemented .And what is the format of the url that needs to be
> used to load the content ?
>
> thanks,
> rajkumar


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: How to load content when the slide server starts

Posted by Dirk Verbeeck <di...@pandora.be>.
I don't see any code in XMLUnmarshaller to do that.
The answer is (I think) not implemented...

Dirk


Rajkumar Kothapa wrote:
> 
> hi,
> 
> I need to be able to load content for some uri's at the slide server
> startup.
> Is the domain.xml element slide/namespace/data/objectnode/revision/content
> currently implemented .And what is the format of the url that needs to be
> used to load the content ?
> 
> thanks,
> rajkumar


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


How to load content when the slide server starts

Posted by Rajkumar Kothapa <ko...@intalio.com>.
hi,

I need to be able to load content for some uri's at the slide server
startup.
Is the domain.xml element slide/namespace/data/objectnode/revision/content
currently implemented .And what is the format of the url that needs to be
used to load the content ?

thanks,
rajkumar



-----Original Message-----
From: Remy Maucherat [mailto:remm@apache.org]
Sent: Wednesday, December 19, 2001 5:29 AM
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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: DASL

Posted by Remy Maucherat <re...@apache.org>.
> 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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>