Google Web Toolkit News - onGWT.com

To content | To menu | To search

Tag - prototype

Entries feed - Comments feed

Monday 7 May 2007

AJAX: Selecting the Framework that Fits

Andrew Turner and Chao Wang

GWT is a Java-based AJAX framework that lets you write front-end UI components using Java, then use the GWT compiler to convert them into HTML and JavaScript files. GWT's programming model also didn't fit well with our development environment because our team was split between UI developers and back-end Java developers. Also, the generated HTML/JavaScript code would be difficult to change if we had browser issues. Finally, building the application with GWT required us to learn new Java APIs—not good, considering our time and budget constraints.

AJAX: Selecting the Framework that Fits
Source : Picking an Ajax Framework

Thursday 1 March 2007

Book : "Ajax on Java"

Ajax On Java :

This practical guide shows you how to make your Java web applications more responsive and dynamic by incorporating new Ajaxian features, including suggestion lists, drag-and-drop, and more. Java developers can choose between many different ways of incorporating Ajax, from building JavaScript into your applications "by hand" to using the new Google Web Toolkit (GWT).
The book branches out into different approaches for incorporating Ajax, which include:

  • The Prototype and script.aculo.us Javascript libraries, the Dojo and Rico libraries, and DWR

  • Integrating Ajax into Java ServerPages (JSP) applications

  • Using Ajax with Struts

  • Integrating Ajax into Java ServerFaces (JSF) applications

  • Using Google's GWT, which offers a pure Java approach to developing web applications: your client-side components are written in Java, and compiled into HTML and JavaScript


Friday 9 February 2007

Manning Releases 4 Ajax Books, on is about GWT

shane :

The well-known computer book publisher Manning has done an early release for 4 Ajax books. The co-author of two of them is the author of Ajax In Action, one of the first Ajax books to come out in October of 2005. The new titles are :

  • "Ajax In Practice" by Dave Crane, Jord Sonneveld and Bear Bibeault with Ted Goddard, Chris Gray and Ram Venkataraman
  • "GWT In Action" by Robert Hanson and Adam Tacy
  • "ASP.Net Ajax In Action" by Alessandro Gallo, David Barkol, and Rama Krishna Vavilala (not available from Amazon yet)
  • "Prototype and Scriptaculous Quickly" by Dave Crane and Bear Bibeault with Tom Locke
Manning Releases 4 Ajax Books