Thanks,

I guess, I'll just start learning to use DeltaVManager
API instead of going round and round with "version"
example :)

Raka
--- James Higginbotham
<[EMAIL PROTECTED]> wrote:
> Here is what I found, for what it's worth:
> 
> 1. The versioning extensions take on 2 forms: the
> low-level Slide API
> and the high-level DAV API over HTTP to match the
> DeltaV spec
> 2. If you don't plan to use the DAV over HTTP, then
> you can do your own
> calls to the versioning via the low-level API to
> satisfy your
> application requirements
> 3. If you want to remain compatible so that external
> DAV clients can
> interact with your app, you must call Slide via HTTP
> to perform the
> checkin/checkout methods - this is due to the
> versioning logic in the
> kernel being tied directly to HTTP. Thus, you can't
> just call
> DeltaVManager.checkout(..), you must duplicate the
> work it does,
> including helpers and private methods. 
> 
> HTH,
> James

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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

Reply via email to