Angela Schreiber wrote:

thus no deltaV, searching, proppatch with the simple-servlet
up to now.
but it's a limitation of the simple/DavResourceImpl, which
only implements the DavResouce interface. if you would need it,
you could add that functionality or create your own resource
implementation.

fyi, this is exactly what i've done for caldav - a subclass of DavResourceImpl that implements an interface for caldav resources and overrides a few DavResource methods.

i've had to make a bunch of DavResourceImpl's private methods protected and add a few accessor methods for private instance variables, but for more the most part it's been very straightforward and easy. when i'm reasonably certain that i won't be making any more changes to DavResourceImpl, i'll submit a patch to jackrabbit.

in more detail:

ahh.. thanks for this diagram. it makes things a lot clearer :) i suggest adding that to a doc in the jcr-server root directory.

beating? me? can't remember... :)

i can be thick sometimes and ask long chains of simple questions. you've been very patient and accomodating, and that's much appreciated :)

Reply via email to