- You use
Java to write your AJAX code and not Javascript.
- It is a great way to leverage your java skills, provides you with the environment to write and debug your AJAX app in Eclipse, has
unit testing support, and great browser compatibility. These are just some of the features. You can find a much longer list on the GWT site.
- It really depends on what you are trying to do and your skill level.
- It compares quite well with AJAX applications developed using hand written Javascript. I don't have any numbers but here is a posting from the GWT group about a large site developed using it:
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/fac0659f41496e40/43e9c7358a40811b?lnk=gst&q=large+site&rnum=1#43e9c7358a40811b HTH
thanks
prabhakar