How to create Eclipse GWT Designer Project, someth

2019-08-08 14:32发布

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:

enter image description here

Tutorials, perhaps older, show the following project choice:

enter image description here

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:

enter image description here

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条回答
我命由我不由天
2楼-- · 2019-08-08 15:00

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": enter image description here

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: enter image description here

查看更多
登录 后发表回答