请问如何将smartGwt 2.3与play集成?我正在使用GWT2 [gwt2]模块1.8,但我不知道如何添加smartgwt组件
答案 0 :(得分:3)
它运行此配置
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 -> *
答案 1 :(得分:0)
我会推荐Raphael Bauer在google-group描述的方式。 Play是一个提供JSON消息的restful服务器。然后你将GWT与RestyGWT一起使用。无需使用特殊模块。所以你可以像往常一样使用GWT-Extension。