How to create Eclipse GWT Designer Project, something is off?

荒凉一梦 提交于 2020-01-24 20:47:05

问题


After downloading the latest Eclipse (Luna 4.4.1), I installed the GWT / GWT designer plugin.

I concluded I that I am missing WindowsBuilderPro, and so I installed it via Eclipse Help->Install New Software.

Now I want to create a new GTW Designer project, and get the following choices, which I think are wrong:

Tutorials, perhaps older, show the following project choice:

Is my installation messed up? I reversed the installation order, and nothing changed.

Is GWT Designer out of date, should I no longer be using it?


I'm a bit more confused based on your answer (Phil). I found this presentation:

The Future of GWT, 2013 Report

and it shows:

Does GWT Designer still exist (2014) as something separate from UI Binder (I don't really want to do any HTML)?

If not, do I need the WindowBuilder plugin for UIBinder?


回答1:


You don't directly create a GWT Designer project. Create a "Web application project" as displayed in your first screenshot. Then create a new "UiBinder":

It will create two files: one java file and one .ui.xml file. When you will open the .ui.xml file, you will have two tabs at the bottom of the window: one for the code, and one for the graphic designer:



来源:https://stackoverflow.com/questions/26264300/how-to-create-eclipse-gwt-designer-project-something-is-off

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!