对“Spring Roo”的修改GWT 的默认 UI 和交互性
如果某人对 UI 和交互的需求与“gwt setup”所提供的不同,那么满足这种需求的最佳方法是什么?
假设需求是这样的: - 将“双重控制”引入所有形式, - 使用 GXT 而不是标准 GWT 小部件
我脑子里乱想,选项如下: - 破解谷歌插件并适应那里的变化, - 让 roo 生成默认 UI,并从那里进行手动修改。
您更喜欢哪一个?
还有其他办法吗?
If someone have a different need for UI and interactivites than what is provided by 'gwt setup', what is the best way to accommodate it?
Suppose the requirement are things like these:
- introduce 'dual control' to all forms,
- use GXT instead of standard GWT widgets
Thinking the top off my head, options are these:
- hack the google plugin and accommodate the changes there,
- let roo generate the default UI, and make manual modification from there on.
Which one would you prefer?
Is there any other way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该选择第二个选项,使用 Roo 生成你的骨架,使用 Push - 在重构中,丢失 Roo 并从那里手动进行。
You should go with the second option, use Roo to generate your skeleton, use Push-In refactor, lose Roo and go from there manually.