|
|
Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmaileasy for developers who don't speak browser quirks as a secondlanguage. Writing dynamic web applications today is a tedious anderror-prone process; you spend 90% of your time working around subtleincompatabilities between web browsers and platforms, and JavaScript'slack of modularity makes sharing, testing, and reusing AJAX componentsdifficult and fragile.
GWT lets you avoid many of these headaches while offering your usersthe same dynamic, standards-compliant experience. You write your frontend in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.
GWT website: http://code.google.com/webtoolkit/ |
|