vote up 4 vote down star
6

We're going to investigate GWT for our project. When searching for an Eclipse GWT plugin I got many.

  1. GWT Designer
  2. Cypal studio
  3. None, run GWT in hosted mode
  4. GWT-Tooling
  5. Other?

In your view, what is the best GWT plugin for Eclipse and why?

[27 Nov: Editied to reflect the answers below...]

flag

50% accept rate
Why are you asking all of these oppinion questions ? – Geo Nov 19 '08 at 14:27
Not only opinion, but dated. In 6 months, this question would be irrelevant. – Kieveli Nov 27 '08 at 20:20
@Charade. I can research all the plugins I can find. This will probably take me a couple of days / weeks. Or, I can ask this question and get an almost immediate answer from somebody who has worked with a plugin and thought it was the best. Two people... three, counting a friend. That saves me days. – Johan Pelgrim Nov 30 '08 at 20:12

10 Answers

vote up 2 vote down check

GWT Designer fits the bill perfectly. If not Eclipse, then even Netbeans plugin for GWT is also good.

link|flag
vote up 0 vote down

I use Netbeans Free-Form project for developing GWT application. This kind of Netbeans project use ant for managing your project. an example

link|flag
vote up 4 vote down

alt text

Google Plugin for Eclipse

What would be a better & free Eclipse GWT plugin than the one coming from Google itself? It even supports both:

  • Google Web Toolkit
  • Google App Engine

I've been looking at the progress of GWT Tooling and Cypal Studio, but both seems to be dormant. My guess is that they are conceding VS Google Plugin for Eclipse.

link|flag
vote up 2 vote down

I don't know if people in this question have seen or not, but Google has come out with their own plug in for Eclipse. Take a look:

http://code.google.com/eclipse/

link|flag
vote up 0 vote down

I used no gwt plugin to develop gwt application in eclipse. (just as easy)

  • com.google.gwt.dev.GWTShell (GWT host) activated by *.launch directly in eclipse
  • com.google.gwt.dev.Compiler to compile gwt java code to javascript for the war file.

But for new project i want to try it with a plugin.

link|flag
vote up 0 vote down

Google has now its own plug-in for GWT development. Tutorial: http://www.vogella.de/articles/GWT/article.html

link|flag
vote up 0 vote down

From my experience with GWT (about 9 months worth of non-stop development with the framework), in the end you'll still be stuck a lot of the time trying to pinpoint various bugs and erroneous behaviors which will appear.

So a plugin is nice, but won't save you most of the work.

link|flag
vote up 0 vote down

Also, GWT Plugin from Cypal Studio and Googlipse are both one and the same. Have a look at this.

link|flag
Thanks. I removed Googlipse, because that seems to be dead... – Johan Pelgrim Nov 27 '08 at 20:15
vote up 1 vote down

I've not looked since a few months but GWT designer was very good.

link|flag
vote up 1 vote down

None of the listed. Run it in hosted mode straight from Eclipse.

link|flag

Your Answer

Get an OpenID
or

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