iGoogle Gadget 私人开发

发布于 2024-08-08 23:11:52 字数 170 浏览 6 评论 0原文

我想在我们的生产应用程序服务器上托管一个 Google Gadget,它将提供一种身份验证方法并显示我们数据库中的一些有趣信息。

显然,我更愿意在我们的生产站点之外开发和测试它。

是否有任何方法可以测试我的开发盒上托管的小工具?我是小工具开发的新手,但据我了解,它们需要通过互联网访问才能运行。

I'd like to host a Google Gadget on our production app server which will provide a means of authentication and display some interesting information from our database.

Obviously I'd prefer to develop and test this outside of our production site.

Is there any means of testing testing a Gadget that is hosted on my dev box? I'm new to gadget development, but as I understand it they need accessible over the internet to run.

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

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

发布评论

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

评论(1

星光不落少年眉 2024-08-15 23:11:52

小工具不必通过公共互联网访问即可运行 - 只需要在尝试使用它们的服务器/页面/门户可访问的地方即可。

有多种方法可以测试您的小工具 -

您可以通过部署到您自己的 iGoogle 页面而不是生产门户来测试它。在这种情况下,您的小工具必须可以访问互联网。

多个 Java Portal 服务器可以托管 Google Gadgets。 (LifeRaySun Java System Portal ServerWeblogic Portal 服务器JBoss Portal Server / GateIn 等等.)您可以在您的开发机器/网络上本地运行这些 - 这样您的小工具就可以在本地运行。

此外,Apache 还有 Shindig 项目 - 一个 OpenSocial 和 Google Gadgets 容器 - 有 Java和可用的 PHP 实现。

Gadgets do not have to be accessible over the public internet to run - just somewhere accessible by the server / page / portal that's trying to use them.

There are several ways you can test your Gadgets -

You can test it by deploying to your own iGoogle page rather than the production portal. Your gadget would have to be internet accessible in this case.

Several Java Portal servers can host Google Gadgets. (LifeRay, Sun Java System Portal Server, Weblogic Portal Server, JBoss Portal Server / GateIn, and many more.) You can run these locally on your development machine / network - so your gadget can just run locally.

Also, Apache has the Shindig project - an OpenSocial and Google Gadgets container - there are Java and PHP implementations available.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文