Hi Alex, On Aug 17, 2012 9:46 AM, "Alexander Klimetschek" <[email protected]> wrote: > > On 17.08.2012, at 04:11, Justin Edelson <[email protected]> wrote: > > > WDYT about implementing this as an operation? I don't know what to call it > > :) but it seems like we should generally stop (or slow) down additions to > > the modify operation. One alternative is to add special case composite > > operations like this. > > My goal was to have this all done in a *single* request. A separate operation for deleting all properties wouldn't help, as I'd have to call that operation in a request on its own.
Sorry I wasn't clear - I meant writing the logic needed in the request as a custom operation rather than a servlet. Justin > > Building that complex "node manipulation language" as a separate operation however is a) a lot of work and b) writing servlets in java using the jcr api is probably the overall more efficient approach, rather then inventing a new SQL. > > Cheers, > Alex >
