BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Google Web Toolkit Continues Gaining Momentum

Google Web Toolkit Continues Gaining Momentum

Bookmarks
XML.com recently featured an introduction to web application development using the Google Web Toolkit (GWT). GWT was released at JavaOne in May of this year, and  IBM DeveloperWorks also posted one the week before.  Currently GWT fully supports development on Windows and Linux with hosted mode OS X support promised in the future.

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

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • 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! :)

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT