什么是最好的 Eclipse GWT 插件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/301994/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is the best Eclipse GWT plugin?
提问by Johan Pelgrim
We're going to investigate GWT for our project. When searching for an Eclipse GWT plugin I got many.
我们将为我们的项目调查 GWT。在搜索 Eclipse GWT 插件时,我得到了很多。
- Google Eclipse Plugin
- GWT Designer
- Cypal studio
- None, run GWT in hosted mode
- GWT-Tooling
- Other?
- 谷歌 Eclipse 插件
- GWT设计师
- Cypal工作室
- 无,在托管模式下运行 GWT
- GWT-工具
- 其他?
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 日:编辑以反映以下答案...]
回答by thenonhacker
(source: google.com)
(来源:google.com)
What would be a better & free Eclipse GWT pluginthan the one coming from Google itself? It even supports both:
有什么比来自 Google 本身的插件更好且免费的 Eclipse GWT 插件?它甚至支持两者:
- 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.
我一直在关注 GWT Tooling 和 Cypal Studio 的进展,但两者似乎都处于休眠状态。我的猜测是他们承认 VS Google Plugin for Eclipse。
回答by Hyman M.
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:
不知道问这个问题的人有没有看过,不过谷歌已经出来了自己的Eclipse插件。看一看:
回答by Prashanth Babu
GWT Designer fits the bill perfectly. If not Eclipse, then even Netbeans plugin for GWT is also good.
GWT Designer 完全符合要求。如果不是Eclipse,那么即使是GWT 的Netbeans 插件也不错。
回答by MatthieuGD
I've not looked since a few months but GWT designer was very good.
我几个月没看过了,但 GWT 设计师非常好。
回答by yanchenko
None of the listed. Run it in hosted mode straight from Eclipse.
没有列出的。直接从 Eclipse 以托管模式运行它。
回答by Yuval Adam
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.
所以插件很好,但不会为你节省大部分工作。
回答by Yuval Adam
Google has now its own plug-in for GWT development. Tutorial: http://www.vogella.de/articles/GWT/article.html
Google 现在拥有自己的 GWT 开发插件。教程:http: //www.vogella.de/articles/GWT/article.html
回答by Yuval Adam
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.Compiler to compile gwt java code to javascript for the war file.
- com.google.gwt.dev.GWTShell(GWT主机)在eclipse中直接通过*.launch激活
- com.google.gwt.dev.Compiler 将 gwt java 代码编译为 javascript 以用于 war 文件。
But for new project i want to try it with a plugin.
但是对于新项目,我想使用插件进行尝试。
回答by Prashanth Babu
Also, GWT Plugin from Cypal Studioand Googlipseare both one and the same. Have a look at this.
此外,来自Cypal Studio和Googlipse 的GWT Plugin是一回事。看看这个。
回答by Saeed Zarinfam
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 来管理您的项目。 一个例子