Weekly GWT Links For 12/14/2008
December 14th, 2008 - Written by in News
-
Who’s Using Google Web Toolkit
Some interesting video interviews with developers who are using GWT to build their web apps.
-
What’s ahead for Google Web Toolkit
GWT 1.6 is scheduled to come out the first quarter of 2009. Take a look at what’s coming up in the upcoming and future releases.
-
Google Visualization API Library now available for Google Web Toolkit
Now you can include visualizations in your GWT applications such as Bar Charts, an Annotated Time Line, Motion Charts, and more.
-
GWT: No need to shortchange your style
Over on the official GWT blog, they’ve interviewed the developers of StudyBlue, an academic social networking application built with GWT.
-
GWT, JavaScript, and the Correct Level of Abstraction
A really great article by Joel Webber explaining some of the design decisions behind GWT.
Got some interesting GWT news? Let us know by sending us an .
Weekly GWT Links for 11/23/08
November 23rd, 2008 - Written by in News
-
SmartGWT 1.0 Released
SmartGWT is a set of APIs for the SmartClient Ajax framework. Not only does it provide a set of nice looking widgets, it also comes with many server side integration features as well. Check out the SmartGWT showcase.
-
Deploy a remote (OpenSocial) Google Gadget made with GWT in eXo
A nice step-by-step tutorial on creating Google Gadgets in eXo.
-
Test-First GWT article in November 2008 Better Software Magazine
Article by Daniel Wellman on writing test-first GWT applications with a nice description of the Model-View-Presenter design pattern.
-
Aspect Oriented Programming for GWT
Take a look at this library if you’re interested in AOP.
-
GWT-Maven 2.0-beta26 released
Addresses a few bugs. Also check out Charlie’s post: Super quick-start for GWT (via GWT-Maven)
-
GwtAI 0.2 released
Supports a couple of new parameters plus some bug fixes.
Weekly GWT Links For 11/16/08
November 16th, 2008 - Written by in News
-
YQL Mashup with GWT
A simple little mashup created using the Yahoo! Query Language (YQL) and GWT.
-
Performance tuning a GWT application
Some nice tips for optimizing your GWT apps.
-
Tutorial: Google Maps with Java, GWT and Eclipse
A step-by-step tutorial showing how to use Cypal Studio and the Google Maps APIs.
-
GWTEventService
An event-based client-server communication framework utilizing GWT-RPC and Comet.
-
Simple LightBox GWT Dialog
Some code to create a lightbox like effect with plain GWT.