code generate « MVC Controller « Spring Q&A





1. Generating code in controllers    forum.springsource.org

Roo will only ever generate code in the AspectJ ITDs. You can easily move the generated code from an ITD to the .java file, though: - Just cut and copy the ...

2. Controller generated code redundancy    forum.springsource.org

Controller generated code redundancy So in class today, I was showing the students some of the .aj controller code while doing the Web MVC and RESTful Web Services sections and someone ...

3. controller code generation    forum.springsource.org

Just an idea regarding controller code generation. Instead of having hard coded strings for the "next page" after an action, could we have this in a user defined area and reference ...