Java Classes of Tamino WebDav Server

Hi,

If I want to implement a Java web application using Tamino WebDav Server. Functions may include inserting, deleting and searching for the data files (xml or non-xml files) from WebDav server. Where can I find the related JavaDoc?

I’ve viewed some classes from the Documentation. However, I can’t find the JavaDoc online for com.softwareag.xtools.xdav… packages.
Also, how to set the CLASSPATH? or what is the related jar file?

Thanks a lot.

Hi,

if you want to write an application running against TaminoWebDAVServer, currently you have to use the WebDAV protocol. An example of how to do that is the Slide client. Get it from http://jakarta.apache.org/slide/index.html, look for the Slide Client sources.
Implementation of interface jsr147 is currently under development.

Martin