【发布时间】:2011-10-20 03:17:46
【问题描述】:
请问如何将 smartGwt 2.3 与 play 集成?,我正在使用 GWT2 [gwt2] 模块 1.8,但我不知道如何添加 smartgwt 组件
【问题讨论】:
标签: gwt playframework smartgwt
请问如何将 smartGwt 2.3 与 play 集成?,我正在使用 GWT2 [gwt2] 模块 1.8,但我不知道如何添加 smartgwt 组件
【问题讨论】:
标签: gwt playframework smartgwt
它使用这个配置运行
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 -> *
【讨论】:
我会推荐 google-group 中描述的 Raphael Bauer 的方式。 Play 有一个提供 JSON 消息的 restful-server。然后将 GWT 与 RestyGWT 一起使用。无需使用特殊模块。因此,您可以像往常一样使用 GWT-Extension。
【讨论】: