I wrote complex apps in both JQuery and GWT. My experience boils down to two key points:
(1) 2-3,000 lines of code or less, you can do it much faster in JQuery than GWT, and the resulting JavaScript will be much smaller. More code - go with GWT. (2) If you plan to use widgets like DataGrid or trees, GWT is much more convenient. This is not a "religion" kind of question: these frameworks are very different, and each has very distinct advantages in certain situations. -- 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=en.
