java GWT - Intellij IDEA 中 GWT 的优秀 GUI 编辑器是什么?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/357886/
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
GWT - What's a good GUI editor for GWT in Intellij IDEA?
提问by Limbic System
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?
IDEA 附带的只是一个 GWT 项目创建工具。有没有更好的插件?GWT 有独立的 GUI 编辑器吗?
采纳答案by Thierry-Dimitri Roy
To answer your question directly, there is no such thing as a Intellij IDEA GUI WYSIWYG editor for GWT for the moment.
要直接回答您的问题,目前还没有 GWT 的 Intellij IDEA GUI WYSIWYG 编辑器。
The most popular/feature complete WYSIWYG editor for GWT is Instantiations GWT Designer. It is available only for Eclipse though.
GWT 最流行/功能完整的 WYSIWYG 编辑器是Instantiations GWT Designer。但它仅适用于 Eclipse。
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).
GWT 团队还提供了工具和库的列表。. 它似乎相当不完整,因为它没有列出 Ext-GWT 和 GWT-Ext 库(最流行的小部件库)。
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.
但是请注意,大多数 WYSIWYG 编辑器仅支持 GWT 的基本小部件。如果您有自定义小部件,您可能无法在编辑器中使用它们。
[Edit] As of August 2010, Instanciation has been acquired Google
[编辑] 截至 2010 年 8 月,Instanciation 已被 Google 收购
回答by digiarnie
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/
- http://www.gdevelop.com/(JDeveloper 的扩展,因此如果您使用 IDEA 并且不想为您的 GWT 项目下载和使用 JDeveloper,它可能不适合您)
- http://code.google.com/p/gwt-html-editor/
回答by VonC
You have here a pretty comprehensive list of GWT plugins/editors. Those are geared towards GWT projects creation, and not so much towards GUI.
这里有一份非常全面的 GWT 插件/编辑器列表。这些是针对 GWT 项目的创建,而不是针对 GUI。
However, you also have VistaFei(not very active at the moment, but worth checking out). It comes with its own eclipse distribution:
但是,您也有VistaFei(目前不是很活跃,但值得一试)。它带有自己的 Eclipse 发行版:
alt text http://blogs.zdnet.com/images/burnette_vistafei_control_grid_398.png
替代文字 http://blogs.zdnet.com/images/burnette_vistafei_control_grid_398.png
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.
一个可视化集成开发环境 (IDE),用于为所有支持 AJAX 的平台构建基于 Google Web Toolkit (GWT) 的 AJAX 应用程序。应用程序是根据所见即所得,通过从调色板“拖放”构建的。
VistaFei 是一个可视化功能齐全的 Java 开发环境,面向基于 GWT 的应用程序开发。应用程序在 Java 中开发,然后使用 GWT 编译器和调试器编译和调试,并从同一环境中启动到浏览器。
回答by Ovi Tisler
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! ;)
不幸的是,真的还没有。我们将不得不等到 2016 年 Google 接管世界;那么一切都会变得容易得多!;)

