使用 eclipse 3.6 和 GWT 以及 GWT Designer
我正在尝试创建一个新的 GWT 项目,并想使用 GWT Designer,但找不到正确的方法。我所做的都在谷歌的文档中。
步步: 下载并安装java,eclipse 3.6,在eclipse中安装google插件(选择所有内容,我可以在已安装的应用程序列表中看到gwt设计器。),并启动教程。我按照说明进行操作,除了一个,(我不想将其部署到 Google App Engine,因此我取消选中“使用 Google App Engine”复选框。过了一会儿,我想我也应该尝试 GWT Designer,但我可以'我在网上找到了docs,但是这些是为了日食3.5,所以菜单不同,无法应用
那么,如何在没有app Engine sdk的情况下使用eclipse 3.6中的gwt设计器创建GWT应用程序?
I'm trying to create a new GWT project, and want to use the GWT Designer, but can't find the right way. What I've done is in the docs of google.
step by step:
download and install java, eclipse 3.6, install google plugin in eclipse ( selected everything, I can see the gwt designer in the installed apps list. ), and started a tutorial. I followed the instructions, except one, ( I don't want to deploy it to Google App Engine, so I unchecked the "Use Google App Engine" checkbox. After a while I thought I should try GWT Designer too, but I can't find a way. I found docs in the net, but those are for eclipse 3.5, so the menus are different, can't be applied.
So, how can I create a GWT application, without app engine sdk, with gwt designer in eclipse 3.6?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的项目中,在 Eclipse 下,右键单击要使用 GWT Designer 编辑的文件,然后选择打开方式 > GWT 设计师。
另外,正如您在屏幕截图那里中看到的那样,在 eclipe 中编辑文件时,底部有选项卡,可让您选择要使用的编辑器/视图。确保您处于正确的视图中。
In your project, under eclipse, right click on a file you want to edit with GWT Designer and choose Open With > GWT Designer.
Also, as you can see on the screenshot there, when editing a file in eclipe, you have tabs at the bottom that let you choose which editor/view to use. Make sure you are in the correct view.