将 smartGwt 与 playframework 结合使用

发布于 2024-12-06 07:34:53 字数 83 浏览 0 评论 0原文

请问如何将 smartGwt 2.3 与 play 集成?,我正在使用 GWT2 [gwt2] 模块 1.8,但我不知道如何添加 smartgwt 组件

Please How can I integrate smartGwt 2.3 with play?, I'm using GWT2 [gwt2] module 1.8, but I don't know how to add smartgwt components

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

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

发布评论

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

评论(2

居里长安 2024-12-13 07:34:53

那么它可以用这个配置运行

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 -> *

Well it runs with this configuration

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 -> *
凶凌 2024-12-13 07:34:53

我会推荐 Raphael Bauer 的方法,该方法在 Google 群组。 Play 是一个提供 JSON 消息的 Restful 服务器。然后将 GWT 与 RestyGWT 结合使用。无需使用特殊模块。因此您可以像平常一样使用 GWT-Extension。

I would recommend the way from Raphael Bauer which is described at the google-group. There Play is a restful-server which delivers JSON-Messages. Then you use GWT with RestyGWT. No need to use a special module. So you can use GWT-Extension as you usual do.

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