OpenSocial 安装在服务器上。?

发布于 2024-11-08 18:25:03 字数 195 浏览 1 评论 0原文

我想问一些问题。我们有一个大学项目要创建 使用 JAVA FX(作为 GUI 框架)和 Opensocial 的简单社交软件。 我们想要连接到 MySpace 和 Co. 并从中检索数据 特定网站和更新。

为此,我应该在网络上安装 OpenSocial 服务器。?我该怎么做,我需要使用哪个网络服务器?

非常感谢。

问候, 科科

I would like to ask some question. We have a college project to create
simple social software with JAVA FX(as GUI Framework) and Opensocial.
We would like to connect to MySpace and Co. and retrieve data from
particular network site and updating.

For those purpose, I should have to install OpenSocial on the web
server.? How can I Do it, which web server do i need to use it?

many thanks in advance.

regards,
Koko

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

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

发布评论

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

评论(1

我喜欢麦丽素 2024-11-15 18:25:03

这已经太晚了,但我刚刚做到了。试试这个:

  1. 下载 apache shindig .war 文件
  2. 并将其放入 Tomcats 的 webapp 文件夹中。删除ROOT文件夹。将shindig.war重命名为ROOT.war
  3. 打开Tomcat(如果您在Windows上,请运行startup.bat,确保设置了JAVA_HOME和JRE_HOME)
  4. 将浏览器指向http://localhost:8080/samplecontainer/samplecontainer.html
  5. 将您的小工具 xml 文件放入/samplecontainer/examples 文件夹
  6. 在 UI 中提供您的小工具的 URL,然后单击重置按钮。重新启动Tomcat。您现在应该能够在该页面上看到您的小工具。

This is super late, but I just did it. Try this:

  1. Download apache shindig .war file
  2. Put it in Tomcats' webapp folder. Delete the ROOT folder. Rename shindig.war to ROOT.war
  3. Turn on Tomcat (run startup.bat if you are on windows, make sure JAVA_HOME and JRE_HOME are set)
  4. Point your browser to http://localhost:8080/samplecontainer/samplecontainer.html
  5. Put your gadget xml files in /samplecontainer/examples folder
  6. Give the URL of your gadget in the UI and click on reset button. Restart tomcat. You should now be able to see your gadget on that page.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文