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 Sean Qi <se...@showiz.com> on 2002/11/26 02:57:54 UTC

The Dead Properties in Webdav

Hi,

I have some questions regarding the management of "Dead Properties".

1.  Are there any APIs I can use to add/update/remove the "dead properties"?
If there are, what can I find them?

2.  If I decide to create my own table in database to store the "dead
properties", how can I intergrate the access to this table into the
Resource/Transaction Managment of Slide?

3.  I have tried the ContentInterceptor and it seems it works okay for
sending something to the System.out.  If I want to access the database in my
own implementation of the ContentInterceptor, how can I make it part of the
Resource/Transaction Managment of Slide?

Is the ContentInterceptor already part of the Resrouce/Transaction
management of Slide?  I can not such a "evidence" it in the code.

Any input are appreciated greatly.

Sean Q.




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


Re: The Dead Properties in Webdav

Posted by Andreas Probst <an...@gmx.net>.
Hello Sean,

you could proppatch dead properties via WebDAV client methods. 
Then you don't need to worry about versioning, it'll be done 
automatically if DeltaV (in Slide2) is configured properly.

Another possibility would be to set a property in the 
NodeRevisionDescriptor.

There are messages in the archive, around Mon, 21 Oct 2002.

Regards,
Andreas


On 25 Nov 2002 at 17:57, Sean Qi wrote:

> Hi,
> 
> I have some questions regarding the management of "Dead
> Properties".
> 
> 1.  Are there any APIs I can use to add/update/remove the "dead
> properties"? If there are, what can I find them?
> 
> 2.  If I decide to create my own table in database to store the
> "dead properties", how can I intergrate the access to this table
> into the Resource/Transaction Managment of Slide?
> 
> 3.  I have tried the ContentInterceptor and it seems it works
> okay for sending something to the System.out.  If I want to
> access the database in my own implementation of the
> ContentInterceptor, how can I make it part of the
> Resource/Transaction Managment of Slide?
> 
> Is the ContentInterceptor already part of the
> Resrouce/Transaction management of Slide?  I can not such a
> "evidence" it in the code.
> 
> Any input are appreciated greatly.
> 
> Sean Q.
> 
> 
> 
> 
> --
> 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>