From The Server Side:
Google Web Toolkit (GWT) is a Java software development framework for writing AJAX applications like Google Maps and Gmail.
JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile. GWT claims to avoid this while offering users the same dynamic, standards-compliant experience. You write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.
I find this interesting and a good thing.
Recent Comments