I am trying Spring roo with GWT. To generate the basic structure I used gwt:setup which generated the initial scaffolding but after that I want to stop the scaffolding, particularly when I annotate my domain class with @RooEntity.
thanks in advance
I am trying Spring roo with GWT. To generate the basic structure I used gwt:setup which generated the initial scaffolding but after that I want to stop the scaffolding, particularly when I annotate my domain class with @RooEntity.
thanks in advance
The solution i found is to rename the generated directory from gwt to something else. Than roo stops generating the scaffolding code when class is marked with RooEntity