Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT - What's a good GUI editor for GWT in Intellij IDEA?

The one that ships with IDEA is nothing more than a GWT project creation tool. Is there a better plugin? Is there a standalone GUI editor for GWT?

like image 767
Limbic System Avatar asked Dec 10 '08 22:12

Limbic System


2 Answers

To answer your question directly, there is no such thing as a Intellij IDEA GUI WYSIWYG editor for GWT for the moment.

The most popular/feature complete WYSIWYG editor for GWT is Instantiations GWT Designer. It is available only for Eclipse though.

The GWT team also provide a list of tools and libraries.. It seem rather incomplete though as it does not list Ext-GWT and GWT-Ext libraries (the most popular widget libraries).

Be warned however that most WYSIWYG editor only support the basic widgets of GWT. If you have custom widget, you may not be able to use them in the editor.


[Edit] As of August 2010, Instanciation has been acquired Google

like image 71
Thierry-Dimitri Roy Avatar answered Oct 10 '22 23:10

Thierry-Dimitri Roy


I've never used these personally but a few things I've found include:

  • http://www.gdevelop.com/ (extension to JDeveloper so it might not be appropriate for you if you're using IDEA and not wanting to download and use JDeveloper for your GWT project)
  • http://code.google.com/p/gwt-html-editor/
like image 30
digiarnie Avatar answered Oct 11 '22 00:10

digiarnie