Home » Archive

Articles in the Featured Category

Featured, GWT, Nokia WRT »

[9 Mar 2010 | 4 Comments | 6,817 views]
Mobile Widgets with GWT with Spring and JSONP

View Daniel Vaughan’s profile
Over the past couple of weeks I have been looking at the feasibility of creating mobile widgets using Google Web Toolkit (GWT).  Mobile widgets package up open web technology, specifically HTML, CSS, JavaScript files in such a way that they can be deployed as  applications on mobile phones.  In a similar way the same files could be packaged to deploy as Opera widgets or Adobe Air applications. The productivity gain of writing code once like this and being able to execute it on so many platforms is very appealing especially for …

Ext-GWT (GXT), Featured, GWT, Home »

[7 Oct 2009 | One Comment | 1,527 views]
Using the Ext-GWT (GXT) MVC Framework

In this article I try to give a brief tutorial of how to use the
GXT (Ext-GWT) MVC. Using GWT 1.7 and GXT 2.0.1.
Having worked out what was going on in GXT MVC I was able to put
together a simple sample app of my own. The example I choose was an app
to to retrieve and display the current stock price of Google. To keep things simple the backend is based on an example from the GreatWebGuy website.
The diagram below shows the key components used in the GXT MVC
framework and how they …