Wednesday 15 December 2010

Google Web Toolkit Introduction Tutorial

Working through the GWT Introduction Tutorial using Eclipse to write a simple 'StockWatcher' AJAX application, which includes (1) Creating a GWT Project; (2) Design the Application; (3) Building the User Interface; (4) Managing Events on the Client; (5) Coding Functionality on the Client; (6) Debugging the GWT Application; (7) Applying style; and (8) Compiling the GWT Application.

Monday 13 December 2010

Installing Google Web Toolkit

Setting up Google Web Toolkit (GWT) on my laptop today. Just installed Apache Ant (including setting up environment variables etc) and the GWT SDK, set Google Chrome as my default browser, and installed the Google plugin for Eclipse.