1. Extending annotation controllers forum.springsource.orgExtending 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.orgExtending 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.orgBest 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 ... |