I'm using STS 2.2.3M2 and the version of Roo 1.1.0M2 that it comes with.
Once you use the command "gwt setup" every entity that gets created has ui crud classes generated, even mappedSuperclasses.
I don't want the CRUD code generated unless I explicitly request it for a particular entity. Is there a way to disable this functionality?
The current approach generates tons of unnecessary junk and is pretty much unusable for anything but an extremely simple proof of concept.


Reply With Quote