Fix problem with OpenGroupware (specify Content-Length in propfind)
[jgroupdav.git] / README.txt
blob940628b0e8f33178c707970e9b2b61d9fb30d5ca
1 GroupDAV Client and Object Store Framework for Java
2 ----------------------------------------------------
3 This is a set of classes incorporating the GroupDAV client class and
4 an object store for Java, designed to allow rapid development of anything
5 needing access to data from a GroupDAV server.
7 The store is implemented using the SmallSQL database engine, which
8 implements a small subset of SQL. SmallSQL makes it much easier to keep files
9 and metadata together (particular in the case of groupdav where we have etags, 
10 and the funambol requirement of tracking names*). It also solves the threadsafe
11 problems that caused all hell with the old tracking code that was used in the
12 Funambol GroupDAV connector
14 Requirements:
15 -----------------------------------------------------
16 iCal4j 
17 SmallSQL+Commons Logging