我们准备开始做作业,我们组用ror做项目,需要向别的组的jsp工程发送数据(响应可有可无),感觉应该用web service。土问一般有什么实现手段?当然如果有比web service更简单的交互方法也可以。
用web service很合适
而且,也很容易写,了解的话参考如下:
[url=http://hlee.iteye.com/admin/blogs/372368]Rails下的Web Service开发简介[/url]
另外,如果你想让jsp调用的话(或者说,访问Rails提高的服务的话),也可以考虑一个插件,建议参考[url=http://github.com/datanoise/actionwebservice/tree/master]actionwebservice[/url]
[quote]Action Web Service provides a way to publish interoperable web service APIs with
Rails without spending a lot of time delving into protocol details.
[/quote]