什么是最好的Eclipse GWT插件?

时间:2023-01-19 18:20:10

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

我们将为我们的项目调查GWT。在搜索Eclipse GWT插件时,我得到了很多。

  1. Google Eclipse Plugin
  2. 谷歌Eclipse插件

  3. GWT Designer
  4. Cypal studio
  5. None, run GWT in hosted mode
  6. 无,在托管模式下运行GWT

  7. GWT-Tooling
  8. Other?

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

在您看来,Eclipse的最佳GWT插件是什么?为什么?

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

[11月27日:编辑以反映以下答案......]

12 个解决方案

#1


18  

什么是最好的Eclipse GWT插件?

Google Plugin for Eclipse

适用于Eclipse的Google插件

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

什么是比谷歌本身更好和免费的Eclipse GWT插件?它甚至支持两者:

  • Google Web Toolkit
  • Google Web Toolkit

  • Google App Engine
  • 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.

我一直在关注GWT Tooling和Cypal Studio的进展,但两者似乎都处于休眠状态。我的猜测是他们正在承认VS Google Plugin for Eclipse。

#2


7  

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:

我不知道这个问题的人是否已经看过,但Google已经推出了自己的Eclipse插件。看一看:

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

#3


4  

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

GWT Designer非常符合要求。如果不是Eclipse,那么即使是GWT的Netbeans插件也不错。

#4


1  

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

没有列出的。直接从Eclipse以托管模式运行它。

#5


1  

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

我几个月没看过,但GWT设计师非常好。

#6


1  

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.

根据我对GWT的经验(使用框架进行大约9个月的不间断开发),最终你仍然会在很多时候试图找出各种错误以及出现的错误行为。

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

所以插件很好,但不会为你节省大部分工作。

#7


1  

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

谷歌现在拥有自己的GWT开发插件。教程:http://www.vogella.de/articles/GWT/article.html

#8


0  

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

此外,Cypal Studio和Googlipse的GWT插件也是一样的。看看这个。

#9


0  

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

我没有使用gwt插件在eclipse中开发gwt应用程序。 (同样容易)

  • com.google.gwt.dev.GWTShell (GWT host) activated by *.launch directly in eclipse
  • com.google.gwt.dev.GWTShell(GW​​T主机)直接在eclipse中由* .launch激活

  • com.google.gwt.dev.Compiler to compile gwt java code to javascript for the war file.
  • com.google.gwt.dev.Compiler将gwt java代码编译为war文件的javascript。

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

但对于新项目,我想用插件尝试它。

#10


0  

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

我使用Netbeans Free-Form项目开发GWT应用程序。这种Netbeans项目使用ant来管理你的项目。一个例子

#11


0  

DON'T use the designer plugin. The most recent update (8.1.1 at the time of this post) contains buttons that allow the user to add elements that are incompatible with IE, for instance CellTable, DeckPanel, HorizontalPanel and VerticalPanel.

不要使用设计器插件。最新更新(本文发布时为8.1.1)包含允许用户添加与IE不兼容的元素的按钮,例如CellTable,DeckPanel,Horizo​​ntalPanel和VerticalPanel。

This means whoever uses the plugin, uses it entirely at their peril. If IE7 tries to pull in these elements, it will load a partial page but fail to load components that use these elements. IE8 may not be able to load the application at all.

这意味着无论谁使用该插件,都会完全使用它。如果IE7试图引入这些元素,它将加载部分页面但无法加载使用这些元素的组件。 IE8可能根本无法加载应用程序。

#12


0  

Cypal 1.0 is the best free plugin out there for eclipse, as it makes gwt file creating and management very simple. it also organizes your xml file(s) quite neatly for you. Unfortunately, cypal 2.0 has been in alpha for over a year now and i dont know if the developers are going to continue with it :(. gwt designer is the best commercial on i've seen out there, as it simplifies designing of your web app. although really simple to use, gwt designer sucks at runtime, especially when you're working with large datasets. hence, although quite nice to use, it's not worth the price

Cypal 1.0是eclipse中最好的免费插件,因为它使gwt文件创建和管理变得非常简单。它还可以非常整洁地组织您的xml文件。不幸的是,cypal 2.0已经使用了一年多的alpha版本,我不知道开发人员是否会继续使用它:(。gwt designer是我见过的最好的商业广告,因为它简化了网页的设计应用程序虽然使用起来非常简单,但gwt设计师在运行时很糟糕,特别是当你使用大型数据集时。因此,尽管使用起来相当不错,但它的价格并不值得

#1


18  

什么是最好的Eclipse GWT插件?

Google Plugin for Eclipse

适用于Eclipse的Google插件

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

什么是比谷歌本身更好和免费的Eclipse GWT插件?它甚至支持两者:

  • Google Web Toolkit
  • Google Web Toolkit

  • Google App Engine
  • 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.

我一直在关注GWT Tooling和Cypal Studio的进展,但两者似乎都处于休眠状态。我的猜测是他们正在承认VS Google Plugin for Eclipse。

#2


7  

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:

我不知道这个问题的人是否已经看过,但Google已经推出了自己的Eclipse插件。看一看:

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

#3


4  

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

GWT Designer非常符合要求。如果不是Eclipse,那么即使是GWT的Netbeans插件也不错。

#4


1  

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

没有列出的。直接从Eclipse以托管模式运行它。

#5


1  

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

我几个月没看过,但GWT设计师非常好。

#6


1  

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.

根据我对GWT的经验(使用框架进行大约9个月的不间断开发),最终你仍然会在很多时候试图找出各种错误以及出现的错误行为。

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

所以插件很好,但不会为你节省大部分工作。

#7


1  

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

谷歌现在拥有自己的GWT开发插件。教程:http://www.vogella.de/articles/GWT/article.html

#8


0  

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

此外,Cypal Studio和Googlipse的GWT插件也是一样的。看看这个。

#9


0  

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

我没有使用gwt插件在eclipse中开发gwt应用程序。 (同样容易)

  • com.google.gwt.dev.GWTShell (GWT host) activated by *.launch directly in eclipse
  • com.google.gwt.dev.GWTShell(GW​​T主机)直接在eclipse中由* .launch激活

  • com.google.gwt.dev.Compiler to compile gwt java code to javascript for the war file.
  • com.google.gwt.dev.Compiler将gwt java代码编译为war文件的javascript。

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

但对于新项目,我想用插件尝试它。

#10


0  

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

我使用Netbeans Free-Form项目开发GWT应用程序。这种Netbeans项目使用ant来管理你的项目。一个例子

#11


0  

DON'T use the designer plugin. The most recent update (8.1.1 at the time of this post) contains buttons that allow the user to add elements that are incompatible with IE, for instance CellTable, DeckPanel, HorizontalPanel and VerticalPanel.

不要使用设计器插件。最新更新(本文发布时为8.1.1)包含允许用户添加与IE不兼容的元素的按钮,例如CellTable,DeckPanel,Horizo​​ntalPanel和VerticalPanel。

This means whoever uses the plugin, uses it entirely at their peril. If IE7 tries to pull in these elements, it will load a partial page but fail to load components that use these elements. IE8 may not be able to load the application at all.

这意味着无论谁使用该插件,都会完全使用它。如果IE7试图引入这些元素,它将加载部分页面但无法加载使用这些元素的组件。 IE8可能根本无法加载应用程序。

#12


0  

Cypal 1.0 is the best free plugin out there for eclipse, as it makes gwt file creating and management very simple. it also organizes your xml file(s) quite neatly for you. Unfortunately, cypal 2.0 has been in alpha for over a year now and i dont know if the developers are going to continue with it :(. gwt designer is the best commercial on i've seen out there, as it simplifies designing of your web app. although really simple to use, gwt designer sucks at runtime, especially when you're working with large datasets. hence, although quite nice to use, it's not worth the price

Cypal 1.0是eclipse中最好的免费插件,因为它使gwt文件创建和管理变得非常简单。它还可以非常整洁地组织您的xml文件。不幸的是,cypal 2.0已经使用了一年多的alpha版本,我不知道开发人员是否会继续使用它:(。gwt designer是我见过的最好的商业广告,因为它简化了网页的设计应用程序虽然使用起来非常简单,但gwt设计师在运行时很糟糕,特别是当你使用大型数据集时。因此,尽管使用起来相当不错,但它的价格并不值得