This post originated from an RSS feed registered with Java Buzz
by IT-eye weblog.
Original Post: Google Web Toolkit (GWT)
Feed Title: IT-eye Weblog
Feed URL: http://www.it-eye.nl/weblog/feed/
Feed Description: Where Oracle meets Java
Google just released their AJAX toolkit Google Web Toolkit. Their approach to writing AJAX web applications is pretty interesting. You write the entire application in Java, composing the user interface with widgets (A list of available widgets: google widget gallery), just like you would when writing a Swing application.
During development, and debugging your entire [...]