I need some help in choosing the right way for my RIA. I do want to use a javascript widget library - possibly ExtJS. I\'m not sure however if I should try to get around pro
One of the main disadvantages to writing javascript is that it often works differently on different browsers. However, with something like jQuery, this is abstracted away from you. Note that the same is true for GWT.
Therefore, I'd say that if you are more comfortable writing swing apps, use GWT and if you are more comfortable writing web apps, use html combined with jquery or another javascript framework.
You don't lose a ton of functionality in ext-gwt, but it's not a flawless import of ext either.
The things that most influence deciding about "compiling" JavaScript for me are:
Oh, btw, GWTQuery if you prefer that, but again, some of the power is in the plugins for jQuery, which, you'll have to write the glue for.