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 way of working to Blossom. What I want is a controller mapped to a specific URL that returns a response without using any templating. The documentation states that rendering entire pages can be done via pre-execution. To make pre-execution work the documentation states that "BlossomHandlerMapping delegate to your HandlerMapping". Does anybody have an example of how I should do this ? Or is my former approach via the servlets filter better ? Thanks, Ron -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=276e1968-1651-4c1e-9294-5f02c3a68140 ---------------------------------------------------------------- For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
