Roo + GWT - good for developing?

我的未来我决定 提交于 2019-12-03 05:36:22

From my experience, Roo is very useful for quick prototyping and proof of concept.

It's also useful to maintain the data model in sync with JPA/DAO layer.

But indeed, for more complex business requirements at service level and UI design, you'll have to switch to plain old manual coding.

in my experience. roo + gwt gets you extremly long build cycles (when you have enough entities, haven't tried it with springMVC maybe it's slow too). the aspectj build is somehow causing it. so to break it down. i wouldn't do it again. if you don't believe me create a sample project with 100 entities with 5 fields each. Then open the AJDT-console and clean the project ... and have a coffee break or something ;-)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!