Google Web Toolkit
" The Google Web Toolkit is a free toolkit by Google, as part of the Google Code initiative, to develop Ajax applications in the Java programming language. GWT supports rapid client/server development and debugging in any Java IDE. In a subsequent deployment step, the GWT compiler translates a working Java application into equivalent JavaScript that programmatically manipulates a web brower's HTML DOM using DHTML techniques. GWT emphasizes reusable, efficient solutions to recurring Ajax challenges, namely asynchronous remote procedure calls, history management, bookmarking, and cross-browser portability. "
-- Wikipedia
My Widgets
- GWT WYSIWYG HTML (Rich Text) Editor
Project Home - http://code.google.com/p/gwt-html-editor/
Blog post - http://pavelgj.blogspot.com/2006/11/widget-gwt-wysiwyg-html-editor-widget.html
My Tutorials
Subscribe (Atom feed) to my blog to get notified about new tutorials or interesting finds.
Related Links
- GWT Home - http://code.google.com/webtoolkit
- GWT Blog - http://googlewebtoolkit.blogspot.com
- GWT Forum - http://groups.google.com/group/Google-Web-Toolkit
- GWT Widget Library - http://gwt-widget.sourceforge.net
- GWT Component Library - http://gwt.components.googlepages.com
- GWT Designer - http://www.instantiations.com/gwtdesigner/
- IntelliJ® IDEA GWT support - http://www.jetbrains.com/idea/features/gwt.html
- GWT Maven plugin - http://www.oreillynet.com/onjava/blog/2006/11/gwt_maven_plugin_103_available.html