vote up 5 vote down star
2

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?

flag

53% accept rate

4 Answers

vote up 1 vote down check

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.

link|flag
vote up 1 vote down

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

link|flag
The HTML editor is a widget that is used to edit HTML in GWT. It is not a GWT Editor – Eldimo Feb 11 at 17:42
vote up 0 vote down

You have here a pretty comprehensive list of GWT plugins/editors. Those are geared towards GWT projects creation, and not so much towards GUI.

However, you also have VistaFei (not very active at the moment, but worth checking out). It comes with its own eclipse distribution:

alt text

A visual Integrated Development Environment (IDE) for building AJAX apps based on Google Web Toolkit (GWT) for all AJAX-enabled platforms. Applications are built by "drag & drop" from a Palette on the basis of What You See Is What You Get.

VistaFei is a visual feature-full Java development environment geared towards apps development based on GWT. Applications are developed in Java then compiled and debugged using GWT Compiler and Debugger, and launched to a browser all from within same environment.

link|flag
Thanks, but I'm specifically looking for an IDEA plugin, not Eclipse. – Limbic System Feb 9 at 16:05
vote up 0 vote down

Unfortunately, there really isn't one yet. We're going to have to wait until 2016 when Google takes over the world; everything will be so much easier then! ;)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.