Uncategorized17 May 2006
Google Web Toolkit (Beta) : Making AJAX development easier
Google donates OpenSource software development tool with all the AJAX fun in it, makes creating AJAX applications much easier. With Google Web Toolkit (Beta) , you can develop and debug your own AJAX applications in Java code using the Java development tools of your choice. When you deploy your application to production, the GWT compiler simply translates your Java application to browser-compliant JavaScript and HTML.
May 29th, 2006 at 8:08 pm
Yahoo! has been contributing code to opensource community for quite long time http://developer.yahoo.com/.
Its good that Google is also contributing.
July 28th, 2006 at 1:05 pm
[...] Gpoker shows what you can do with the google web toolkit. It is a cool multiplayer no-limit Texas Hold’Em implementation with real-time chat. The front end is written with Java which the google web toolkit compiles to javascript. This is an impressive task that GWT does and so far, even though the toolkit is beta, seems seamless. The front end talks to a java servlet on the backend through an RPC layer on top of XMLHttpRequest. The server sends events back to the clients through the same RPC mechanism so that the players at the table always have an updated rendering. [...]