GWT-Ext is a library that integrates Ext with GWT.
GWT provides a great platform for building rich web applications using a Swing like Java API. However the widgets that GWT provides out of the box are fairly primitive and requires a lot of work by the user (widget extension and beautifying using CSS) in order to build nicer looking UI's. Ext on the other hand has a large number of polished widgets but requires the developer to be proficient in Javascript in order to build larger well designed web apps. This project makes Ext more accessible to Java developers by integrating the Ext API's with the GWT framework.