Smart GWT 的 Eclipse 插件
如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个教程对于我开始使用 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.
只需将原来的 GWT 事件替换为:
我发现我必须在兼容模式下运行 IE 9.0 才能使按钮正常工作,但它在 Chrome 中工作正常,所以希望他们很快就能解决这个问题。
Just replace the original GWT events with:
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.