我正在使用GWT2 gwt2模块1.8,但我不知道如何添加smartGwt组件,请告诉我如何将Smart2.3与play集成
发布于 2011-09-28 08:08:58
好的,它使用这个配置运行
require:
- play
- play -> gwt2 1.8
- com.google.gwt -> gwt-user 2.3.0
- com.google.gwt -> gwt-dev 2.3.0
- com.smartgwt -> smartgwt 2.5
repositories:
- smartgwt:
type: iBiblio
root: "http://www.smartclient.com/maven2/"
contains:
- com.smartgwt -> *发布于 2011-09-25 23:57:39
我推荐拉斐尔·鲍尔的方法,这是在google-group上描述的。有一个restful服务器,它传递JSON消息。然后在RestyGWT中使用GWT。不需要使用特殊的模块。因此您可以像往常一样使用GWT-Extension。
https://stackoverflow.com/questions/7521631
复制相似问题