*** Welcome to piglix ***

Google Web Toolkit

Google Web Toolkit
Gwt-logo.png
Original author(s) Google
Initial release May 16, 2006; 10 years ago (2006-05-16)
Stable release
2.8.0 / October 20, 2016; 3 months ago (2016-10-20)
Repository github.com/gwtproject/gwt
Written in Java
Operating system Linux, Windows, OS X, FreeBSD
Available in Java
Type Ajax framework
License Apache License 2.0
Website www.gwtproject.org

Google Web Toolkit (GWT /ˈɡwɪt/), or GWT Web Toolkit, is an open source set of tools that allows web developers to create and maintain complex JavaScript front-end applications in Java. Other than a few native libraries, everything is Java source that can be built on any supported platform with the included GWT Ant build files. It is licensed under the Apache License version 2.0.

GWT emphasizes reusable approaches to common web development tasks, namely asynchronous remote procedure calls, history management, bookmarking, UI abstraction, internationalization, and cross-browser portability.

GWT version 1.0 RC 1 was released on May 16, 2006. Google announced GWT at the JavaOne conference, 2006.

In August 2010, Google acquired Instantiations, a company known for its focus on Eclipse Java developer tools, including GWT Designer, which is now bundled with Google Plugin for Eclipse.

In 2011 with the introduction of the Dart programming language, Google has reassured the GWT community that GWT will continue to be supported for the foreseeable future, but also hinted at a possible rapprochement between the two Google approaches to "structured web programming". They've also admitted however that a number of engineers previously working on GWT are now working on Dart.


...
Wikipedia

...