ExtGWT vs ExtJS

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-01 11:21:51

问题


  1. When starting a new application, what are the things that you weight out in order to decide whether to go with ExtGWT or ExtJS?
  2. For a programmer that knows both Javascript and Java, what is best to choose?
  3. Are there still performance issues with ExtGWT compared to ExtJS - back in 2008 people said that ExtGWT is slow for adding a large number of DOM nodes compared to ExtJS but they enjoyed the debugging support ExtGWT provided while in ExtJS debugging is hard and painful
  4. How do you find development in ExtGWT compared to ExtJS? Is the compile time of an ExtGWT app an issue - I saw it takes about 10-15 seconds to generate the JS classes while in ExtJS this is not an issue.

Thanks.


回答1:


1) If you want to program in GWT or if you want to program in one language in your entire stack you use ExtGWT.

2) Whatever you're more comfortable with. Note with GWT you can still write your own JSNI methods and write Javascript there

3) No I would not think there are many performance issues compared to ExtJS. The GXT debugging support is great.

4) With ExtGWT you get the benefits of the tooling support for Java and the strong typing if that's your thing.



来源:https://stackoverflow.com/questions/4673612/extgwt-vs-extjs

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