Hi there Matthieu, during last week i have been developing a similiar solution, but i started with the Java side of the system (use a repository through Java classes i mean), so i think that perhaps i can result useful. For the sake of simplicity, what you want to develope is the left part of this "graph", isn't it?:
Java applications HTTP clients accessing concurrently ====> JR Repo <==== GETTING [and to the repository PUTTING] resources If the answer is no i did not understand you, sorry... Otherwise, just answer this email and i will try to tell you useful things from the last week. Greetings! 2011/8/3 Matthieu Legras <[email protected]> > Hi, > > I'm currently implementing a calendar system using the CalDAV part of > jackrabbit. I have to link it with an application, running on the same > server, which will massively interact with the CalDAV data. > > Therefore, i'm looking for a way to add, suppress and synchronize data, > without using an http connexion between jackrabbit and the application. > > Any help on this would be highly appreciated! > > Cheers, > > Matthieu >
