Bertrand Delacretaz wrote:
> I dunno...this starts sounding like a Node Manipulation Language -
> right now IIRC the POST servlet just mimics the basic JCR node CRUD
> operations, but once you start introducing set operations things might
> get hard to follow.
Jeff Young wrote:
> I think this use case (for me) would be just over the line: the correct
> answer would be to write a custom servlet (as you did).
I guess you are right. It's hard to draw the line here and once you add
something like this, there are many other things (for example: a value
expression language "Prefix: {@CopyFrom=/content/foo/jcr:title}", just had this
use case swirling around :-)) that would lead to such a complex node
manipulation language, more complex than simple jsp or java code.
Cheers,
Alex