[magnolia-dev] Blossom servlet like behaviour

2013-01-22 Thread Ron de Ridder (via Magnolia Forums)
Hi guys, I am using the servlets filter to hook in some Spring MVC controllers. These controllers are providing data and basically return JSON responses. The controller basically puts data in a JSONObject and returns a String representation of that JSONObject. I am now trying to convert this w

Re: [magnolia-dev] Blossom servlet like behaviour

2013-01-22 Thread Tobias Mattsson
Hi Ron, The pre-execution mechanism is mostly used for pages that renders a page on GET requests, typically a form, and returns something else completely on POST requests, such as a pdf/xls etc based on the submitted form. Or a redirect, thats also typical. The same functionality can be achiev