InfoQ

News

Google Web Toolkit Continues Gaining Momentum

Posted by Scott Delap on Jul 14, 2006 02:09 PM

Community
Java
Topics
Rich Internet Apps
Tags
GWT ,
AJAX
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

A better GWT project ... by John Reynolds Posted Jul 14, 2006 10:02 AM
Re: A better GWT project ... by Floyd Marinescu Posted Jul 14, 2006 11:19 AM
  1. Back to top

    A better GWT project ...

    Jul 14, 2006 10:02 AM by John Reynolds

    You should really point readers to the GWT Widget Library on sourceforge: http://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 http://www.twofeetthick.com/jr

  2. Back to top

    Re: A better GWT project ...

    Jul 14, 2006 11:19 AM by Floyd Marinescu

    John - thanks for the pointer! :)

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.