extend « MVC Controller « Spring Q&A





1. Extending annotation controllers    forum.springsource.org

Extending annotation controllers Hi, I am new to spring forum. If this is not the way to post a question, please let me know how to do it. My question is: ...

2. Extending a controller    forum.springsource.org

Extending a controller Why cutting code from an *.aj controller file in a controller.java doesn't work ? @RequestMapping(value = "/fxdata", method = RequestMethod.GET) public String list(@RequestParam(value = "page", required = false) ...

3. Best practice to extend controller    forum.springsource.org

Best practice to extend controller I was wondering what the best approach to extend a Roo-generated controller is. For example, after an entity is persisted, I would like to fire off ...