On Thu, Jul 3, 2008 at 4:45 PM, Dominik Süß <[EMAIL PROTECTED]> wrote:

> ...for preprocessing I would see even more usecases - if you think of
> serverside backendprocesses like booking a flight you just can process the
> request after submitting, but should do the backendaction before persisting
> the node....

I agree that pre-processing might be needed as well.

Another way of implementing this would be to let the POST script take
complete control of the request processing, while making the
SlingPostServlet operations available to it.

The script could then pick and choose which of these operations it
wants to execute. That might require some refactoring of the
SlingPostServlet stuff, but I think it's already fairly modular so
that shouldn't be too bad.

-Bertrand

Reply via email to