Info for GWT

New (and not so new) technologies are taking the world of web application development by storm. Flex, Ajax (super-DHTML baptised in a fancy way), GWT etc.

Fast Definition
Google Web Toolkit is a Java framework that allows developers to build complex AJAX enabled web applications using Java code. With GWT, the web developer writes the user interface in Java code using classical java dev-tools such as Eclipse or NetBeans. The Java code is then converted into HTML and JavaScript by the GWT compiler.

Its benefits Continue reading