On Aug 17, 2012 10:00 AM, "Alexander Klimetschek" <[email protected]> wrote: > > On 17.08.2012, at 15:54, Justin Edelson <[email protected]> wrote: > > > Sorry I wasn't clear - I meant writing the logic needed in the request as a > > custom operation rather than a servlet. > > Ah, so you mean I would define my own operation that extends from the ModifyOperation (is that possible?) and adds my additional logic (i.e. executed first), while reusing the rest from the ModifyOperation?
Sort of :) You can't extend ModifyOperation (except in the POST Servlet bundle) as it is not exported but you can invoke it by accessing it from the service registry. Or we could add this operation to the POST servlet bundle assuming it was of general usefulness. Just a thought.... Justin > > Cheers, > Alex >
