I would want spring roo to stop generating jspx files for me. Certain jspx files like list.jspx is not required for my project.
I have tried deleting the file but roo will automatically regenerate the jspx files for me . Can this be done ?
Sebastian
The easiest way to take care of this is to adjust the @RooWebScaffold annotation:
This will trigger the Roo shell to remove the delete and the update method from the Controller and also adjust the relevant view artifacts.