有没有MyEclipse的GWT插件?如何安装?如何配置?

lgq_0714 2009-05-07 07:50:10
有没有MyEclipse的GWT插件?如何安装?如何配置?
安装GWT之前需要安装什么吗?
...全文
2330 11 打赏 收藏 转发到动态 举报
写回复
用AI写文章
11 条回复
切换为时间正序
请发表友善的回复…
发表回复
dd646711228 2012-02-26
  • 打赏
  • 举报
回复
楼主好人。我是MyEclipse8.5。要做基于GWT的动态页面。如何安装关于GWT的东西。哪里下载。如何安装。越详细越好啊。谢谢。好人啊。。。
love1901 2011-06-21
  • 打赏
  • 举报
回复
LZ有木有解决啊?关注中
cxj_lkr 2009-09-19
  • 打赏
  • 举报
回复
在myeclipse帮助里查一下你的eclipse的版本,比如是3.3
然后就按google下面这个link里说的一样的做就可以了

http://code.google.com/intl/zh-CN/eclipse/docs/install-eclipse-3.3.html
geogeogeo99 2009-07-22
  • 打赏
  • 举报
回复
如何在MyEclipse中配置GWT插件??请教1楼主,谢谢!!
lgq_0714 2009-05-08
  • 打赏
  • 举报
回复
lgq_0714 2009-05-08
  • 打赏
  • 举报
回复
[Quote=引用 4 楼 yinyuan1987 的回复:]
还需要下载 Google Web Toolkit ,你下载没?
网址是: http://code.google.com/webtoolkit/
[/Quote]
Google Web Toolkit下载了,但是怎么新建一个简单的项目啊?是不是还需要一些别的东西啊?
  • 打赏
  • 举报
回复
[Quote=引用 3 楼 lgq_0714 的回复:]
引用 2 楼 yinyuan1987 的回复:
下载地址 http://sourceforge.net/projects/googlipse

报错了:
Googlipse is no more. The code base is now moved into another Open Source product called Cypal Studio for GWT and its been maintained there. Bug fixes and new features will be in the new product, so its is suggested to switch over there.
For more information, please look at: http://www.cypal.in/s…
[/Quote]
还需要下载 Google Web Toolkit ,你下载没?
网址是: http://code.google.com/webtoolkit/

网上找了找:
Googlipse is no more. The code base is now moved into another Open Source product called Cypal Studio for GWT and its been maintained there. Bug fixes and new features will be in the new product, so its is suggested to switch over there.
For more information, please look at: http://www.cypal.in/studio and http://code.google.com/p/cypal-studio

原来是转移了,出新的版本了
lgq_0714 2009-05-08
  • 打赏
  • 举报
回复
[Quote=引用 2 楼 yinyuan1987 的回复:]
下载地址 http://sourceforge.net/projects/googlipse
[/Quote]
报错了:
Googlipse is no more. The code base is now moved into another Open Source product called Cypal Studio for GWT and its been maintained there. Bug fixes and new features will be in the new product, so its is suggested to switch over there.
For more information, please look at: http://www.cypal.in/studio and http://code.google.com/p/cypal-studio
  • 打赏
  • 举报
回复
gwt eclipse 插件 googlipse

下载地址 http://sourceforge.net/projects/googlipse

安装条件: eclipse 3.2 ,带有WebTools Platform 1.5(装MyEclipse也可以) 运行于java 1.5VM 。gwt的下载地址http://code.google.com/webtoolkit/download.html

安装:(1) 把下载的.jar文件放在 eclipse安装目录下 plugins文件夹里 (2)运行eclipse 选择Window->Preferences->Googlipse 设置 GWT 的安装路径

把googlipse加入你的工程:googlipse
是作为一个 WTP Facet(不知道怎么翻译)来执行的,当创建一个新的动态web工程的时候,在Project 选项
里选择googlipse。如果已经存在这个工程了,你可以在Project->Properties->Project
Facets加上googlipse(必须确定在你的classpath里没有gwt-user.jar)。如果你不喜欢googlipse,可以清除。


创建一个模式(module):如果你的工程已经存在了,就选择File->New->Other->Googlipse->Gwt Module 可以给一个现有的工程加一个新的模式。这个模式必须创建在有效的包路径下。然后起一个名字,点击finish就可以了

添加一个远程服务(Remote Service):注
意:一个远程服务只能以一种模式创建。所以你没有一个模式的话,你必须用 New Module wizard创建一个。在这之前,你可以选择
File->New->Other->Googlipse->Gwt Remote
Service,然后输入名字和要服务的uri,最后点finish。现在远程服务已经做好了(你必须在gwt.xml里手动加入entry,
googlipse并没有替你家上,以后的版本将会实现这个共 


添加一个远程服务方法:你
现在能够打开RemoteService interface并且在里面添加或修改 里面的方法了。你需要在RemoteServiceImpl
类里实现那些方法,但是多亏有了googlipse,你不必在RemoteServiceAsync做任何事情。googlipse会随着
RemoteService的改变而自动更新相应的异步文件。

用远程服务调用方法: 这个工具类可以帮助你完成远程调用 

MyRemoteServiceAsync async = MyRemoteService.Util.getInstance();
async.makeRemoteCall(param1, param2, callback);

运行/调试一个gwt应用程序:
选择Run->Run/Debug 激活 Lauch configuration 对话框. 双击"Gwt
Application".在这个页面里你可以选择 你要运行的工程和模式(Project &
Module)。在参数设置页里你可以选择参数,比如端口(port)和日志级别(log level)。 点击运行 RUN 执行GwtShell

lgq_0714 2009-05-07
  • 打赏
  • 举报
回复
有没有人啊,帮帮忙啊!!!

58,454

社区成员

发帖
与我相关
我的任务
社区描述
Java Eclipse
社区管理员
  • Eclipse
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧