Quoting Nikunj Mehta <[EMAIL PROTECTED]>:
> Greetings!
>
> I would appreciate if you could clarify the following issues on Slide as
> I
> am thinking of using it in a project.
>
> Is Slide capable of, or planned to be capable of dealing with links
> across
> documents? For example, if a document has attachments, and the
> attachments
> are never visible except through attachments, how do you access them?
> Is
> this something to be built into the application, or is there a plan to
> provide some API in Slide to deal with document relations?
There is no support for "nested" documents.
A document can have metadata associated to it, which could refer to other
documents (the attachements).
> Also, can Slide currently handle multiple version of documents?
Yes, but it's not accessible using the WebDAV layer.
> How is document security administered?
Still using the manager servlet (bad), and very soon using WebDAV ACL, which is
now supported on the server side but not on the client side. Slide 1.0.10
(which could probably be released as a beta) will include it.
> Does Slide depend on a J2EE container or JTS to provide transaction
> contexts?
No. It has a very simple (and quite limited) JTA implementation integrated. The
plan is to eventually make that component pluggable (if possible).
Remy