|
|
|
Ask HN: Your opinion on GWT vs raw JS
|
|
6 points
by freebsd_dude
5946 days ago
|
|
Im considering starting a new web app and want to know more about GWT vs just Javascript (GWT compiles Java to Javascript). Does GWT offer productivity gains over just using JS? Any tips on using GWT? |
|
IMHO that's the best of the options, because you can fall back to pure JS if you need extra flexibility or speed, and yet still don't have to deal with cross-browser bugs.