GWT allows the creation of Ajax web applications using only Java code. In hosted development mode your GWT appliction code continues to run as Java inside the JVM. This allows developers to leverage their existing IDE's for functionality like profiling and debugging. At deployment time GWT project code is compiled into Javascript form and ready to run in a browser. UI development features a Swing like widget API which is event driven. GWT also adds an RPC layer that shields developers form the complexities of using the XMLHttpRequest object.
GWT has been gaining support in the Java community since its release. Sites are already appearing featuring integration with third-party Javascript API's such as Script.aculo.us. Support of GWT has also been announced for IntelliJ and for Netbeans.
Community comments
A better GWT project ...
by John Reynolds,
Re: A better GWT project ...
by Floyd Marinescu,
A better GWT project ...
by John Reynolds,
Your message is awaiting moderation. Thank you for participating in the discussion.
You should really point readers to the GWT Widget Library on sourceforge: gwt-widget.sourceforge.net . The link above only has 9 components, and hasn't had anything new in many weeks! The GWT Widget Lib has over 50 classes! Nobody paid me to say this =)
John Reynolds
www.twofeetthick.com/jr
Re: A better GWT project ...
by Floyd Marinescu,
Your message is awaiting moderation. Thank you for participating in the discussion.
John - thanks for the pointer! :)