<[EMAIL PROTECTED]> writes: > This is our case, our business logic for lifecycle management runs inside the same > web server. We would like to know if it would be possible to use directly the slide > server api and what would be the consequence (improve of performance, functionality > available).
Performance should be better, but I am not aware of any hard numbers. My subjective impression is, that you gain not that much, especially since the WebDAV layer allows easier load balancing. There is a significant mismatch between the way WebDAV and the Slide core handle versioning. The WebDAV servlet bridges this mismatch. Now it depends which versioning model you prefer. The WebDAV protocol is of course more stable than the slide core API. I would expect some changes in the core API in the future. Regards Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
