GWT 2、Spring 3 客户端-服务器通信的良好工作示例/演示
我通常不会发布一个问题,只是询问在哪里可以找到类似这样的好的演示,但在过去的几天里,我花了相当多的时间尝试了一些我可以找到的演示,这些演示应该用于集成GWT 2 和 Spring 3,但到目前为止,它们中的每一个都存在一些问题,我无法让它在本地运行,以便我可以从中学习。
我只是想要一个演示应用程序,它可以使用 RPC(最好也使用 Maven)从 GWT 客户端到 Spring 服务器端进行通信。我已经有一些使用 GWT 的经验,并且制作了自己的小应用程序,这些应用程序使用对服务器的 RPC 调用,但它没有与 Spring 集成。同样,我也有使用 Spring 的经验,但事实证明让它们一起工作是一件痛苦的事情。
我看过一些关于 Roo 的教程,但到目前为止,当我用 Roo 构建它时,所有教程都不适用于我。任何建议表示赞赏。
I wouldn't normally post a question just asking where to find a good demo of something like this but I have spent a considerable amount of time over the last few days trying out a number of demo's I can find that are supposed to be for integrating GWT 2 and Spring 3 but, so far, every one of them has had some issue where I cannot get it to run locally so that I can learn from it.
I simply would like a demo app that has communication from the GWT client side to the Spring server-side using RPC preferably with Maven as well. I already have some experience with GWT and have made my own small apps that make use of RPC calls to the server but it is not integrated with Spring. Likewise, I have experience with Spring as well but getting them to work together is proving to be a pain.
I have seen some tutorials about Roo but every one so far has not worked for me once I build it with Roo. Any advice is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我同时使用 spring 和 gwt。我选择了spring4gwt,还是比较满意的。
I am using spring and gwt together. I have choosed spring4gwt, it is quite satisfactory..
看看 Spring Roo,一个令人惊叹的项目。
http://www.springsource.org/roo
Take a look at Spring Roo, amazing project.
http://www.springsource.org/roo
查看这篇文章,了解如何集成 Spring 和 GWT: http://crazygui.wordpress.com/2011/09/23/spring-gwt-integration-using-the-requestfactory-api/
Check this article about how to integrate Spring and GWT : http://crazygui.wordpress.com/2011/09/23/spring-gwt-integration-using-the-requestfactory-api/