OpenSocial 服务器实施
实施 OpenSocial 平台的首选方法是什么? 我知道 Apache Shindig,但找不到任何有用的信息。 另外,是否可以使用现有的解决方案(例如基于 Rails 的 lovdbyless)并向其添加 OpenSocial 功能?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我已将 Shindig 移植到 .NET,网址为 http://code.google.com/p/pesta / 以及一个使用它的示例站点,位于 http://www.codeplex.com/raya< /a>
I've ported shindig over to .NET at http://code.google.com/p/pesta/ and a sample site using it from partuza at http://www.codeplex.com/raya
似乎有人启动了一个插件,Ruby on Rails,OpenSocial Container 插件 0.1.0,来自 Apache Shindig 的某人的评论建议将其作为 Ruby 服务器实现引入其中。
我还找到了一篇关于自己滚动的文章, Google 的 OpenSocial 与 Ruby on Rails。
我也还没试过。
There seems to be a plugin that someone started, Ruby on Rails, OpenSocial Container plugin 0.1.0, the comments have someone from Apache Shindig suggesting it get rolled into there as the Ruby server implementation.
I also found an article on rolling your own, Google's OpenSocial with Ruby on Rails.
I haven't tried, either, yet.
甚至 Shindig 团队的一些人也承认文档非常稀疏,以至于他们说源代码就是文档 - 并且,相信我,有相当多的源代码可供参考看着。
我发现的最有用的链接是这些:
http://mail-archives.apache.org/mod_mbox/incubator-shindig-dev/200805.mbox/raw/%[电子邮件受保护] %3E/
http://cwiki.apache.org/confluence/display/SHIINDIG/The+rough+guide+to+deploying+shindig
http://mail -archives.apache.org/mod_mbox/incubator-shindig-dev/200905.mbox/%[电子邮件受保护]%3e
以及如何替换默认类以便与数据库交互的示例:
http://cwiki.apache.org/confluence/display/SHIINDIG/Providing+your+own+data+service+implementation
Even some of the guys on the Shindig team admit that the documentation is very sparse, to the extent that they say the source code is the documentation - and, believe me, there's quite a bit of source code to look at.
The most helpful links I've found are these:
http://mail-archives.apache.org/mod_mbox/incubator-shindig-dev/200805.mbox/raw/%[email protected]%3E/
http://cwiki.apache.org/confluence/display/SHINDIG/The+rough+guide+to+deploying+shindig
http://mail-archives.apache.org/mod_mbox/incubator-shindig-dev/200905.mbox/%[email protected]%3e
and for an example of how to replace the default classes so as to interact with a database:
http://cwiki.apache.org/confluence/display/SHINDIG/Providing+your+own+data+service+implementation