Other reasons for using plain GWT: - no licence issues for commercial apps (but ExtJS has a history of switching licences) - smaller downloads (because user doesn't need to download a js library) - anecdotal evidence suggests it's faster (because GWT can optimize all the js) - the java tools available really do make development more efficient than working in js (type safety, refactoring etc) - support via this group is pretty good, but it seems (from the lack of questions and answers) that most people here only use plain GWT. I'm not sure if third party libs have the same level of support elsewhere. - AFAIK GWT 2.0's code splitting won't work with js libs
Paul Дмитрий Николаев wrote: > For my personal experience, I would recommend use native GWT library. > More stable, low cost, good documented, strong typing > > Most of the UI in Ext-js logically replecable by native GWT > > On 19 ноя, 20:11, Palani <[email protected]> wrote: > >> We are evaluating GWT and Ext-JS for our application development. >> >> With GWT, I do not need to mess with Java Script and all the >> development can be done in Java. >> >> With Ext-Js, I need to learn JavaScript and it is not strongly typed >> language. >> >> Any other guidance would be appreciated. >> >> Thank you in advance. >> > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.
