spring roo - SpringROO+GWT customization -
i want build gwt application doesn't use database. thought use spring roo initial configurations it. spring roo+gwt generated app has:
- requestfactory based client-server communication
- mvp pattern applied
- activities, places, browser history management
- [1] uibinder-based uis use *.ui.xml files ui definitions
- [4] lot of generated activities in /client/managed/activity
[5] lot of generated uis in /client/managed/ui - of them use uibinder
spring integration
- [2] spring mvc integration
- [3] hibernate(or other jpa implementation) integration
i don't want [1], [2], [3] features it.
questions
- about [1], intend have own uis don't use uibinder. how do that?
- what if want different logic/layout app? safe remove [4] , [5] , generate own mvp components? how do - don't care keep spring roo support in app, want change scaffold app , build totally different. saw when add field in domain bean, automatically generate uis, , [4],[5]
one of selling points roo can easily remove it project. nothing in roo-generated code presupposes continue use roo indefinitely. gwt expenses sample app started off roo-generated app, has become manually-maintained codebase.
to first point, uibinder doesn't can't write hand. of declarative xml code write gets turned straight procedural code uibinder generator. remove uibinder-based ui, delete .ui.xml
file , custom uibinder
sub-interface.
Comments
Post a Comment