GWT设计师:它只适用于桌面应用程序吗?
我不明白使用 GWT 设计器是否可以构建 Web(html)应用程序。 谢谢
i don't understand if with GWT designer i can build web (html) application.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Windows builder PRO 由 Google 发布和支持。 Window Builder 是一款付费软件,直到被谷歌收购为止。现在窗口生成器支持 GWT、Ext GWT 和智能 gwt 设计。而且我认为设计GWT、GXT windows 非常好。
将窗口生成器添加到 Eclipse;
来源
Windows builder PRO published and supported by google. Window Builder was a paid software until google bought it. Now window builder supports GWT, Ext GWT and smart gwt design. And I think it is very good to design GWT, GXT windows.
To Add window builder to eclipse;
Source
“使用 GWT Designer 创建富互联网应用程序,这是一套功能强大的基于 Eclipse 的开发工具,使 Java 开发人员能够使用 Google Web Toolkit (GWT) 快速创建 Ajax Web 应用程序。”
看起来很不言自明
"Create rich internet applications with GWT Designer, a powerful set of Eclipse-based development tools that enables Java developers to quickly create Ajax web applications using the Google Web Toolkit (GWT)."
seems pretty self-explanatory
您也可以开发 GWT Web 应用程序。这是简单教程
从 (Exlipse)
1.New 开始->Web 应用程序项目
2 使用 WindowBuilder 编辑器打开任何组合或入口点。就这样
You can developer GWT web application either. Here is simple tutorial
Just start with (Exlipse)
1.New->Web application project
2 Open any composite or entrypoint with WindowBuilder Editor. That's all