将 smartGwt 与 playframework 结合使用
请问如何将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
那么它可以用这个配置运行
Well it runs with this configuration
我会推荐 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.