In Roo, each time I modify an entity(especially relationships between entities), Roo will consequently update the fields/annotations/aspect which is convenient, but also update the web tier as well which made the jsp files looks really messy. I have to manually disable the 'render' to clear them up on the screen, but still remaining in the code.
So, is there any way I can prohibit Roo updating the web tier, let it only take care the plausible changes on JPA side?
Thanks in advance and have a good weekend.