Smart GWT 的 Eclipse 插件

发布于 2024-10-24 01:10:32 字数 107 浏览 2 评论 0原文

如何使用 Smart GWT 在 Eclipse 中创建“Hello world 应用程序”?

Eclipse 是否有适用于 Smart GWT 的插件?如果是的话我们该如何安装呢?

How cann I create "Hello world Application" in Eclipse using Smart GWT?

Is there any plug in for Eclipse for Smart GWT? If yes then how can we install it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

紫罗兰の梦幻 2024-10-31 01:10:32

这个教程对于我开始使用 smartGWT 非常有用。它提供了一个关于设置 eclipse 来对 SmartGWT 进行编程以及如何制作第一个小型项目的小指南。

This tutorial was very useful to get me started with smartGWT. It presents a small guide in setting up eclipse to program SmartGWT and how to make a small first project.

梦晓ヶ微光ヅ倾城 2024-10-31 01:10:32

只需将原来的 GWT 事件替换为:

import com.smartgwt.client.widgets.events.ClickEvent;
import com.smartgwt.client.widgets.events.ClickHandler;

我发现我必须在兼容模式下运行 IE 9.0 才能使按钮正常工作,但它在 Chrome 中工作正常,所以希望他们很快就能解决这个问题。

Just replace the original GWT events with:

import com.smartgwt.client.widgets.events.ClickEvent;
import com.smartgwt.client.widgets.events.ClickHandler;

I found that I had to run IE 9.0 in compatibility mode to have the button working, it works fine in Chrome though, so hopefully they will sort this out soon.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文