iGoogle Gadget 私人开发
我想在我们的生产应用程序服务器上托管一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
小工具不必通过公共互联网访问即可运行 - 只需要在尝试使用它们的服务器/页面/门户可访问的地方即可。
有多种方法可以测试您的小工具 -
您可以通过部署到您自己的 iGoogle 页面而不是生产门户来测试它。在这种情况下,您的小工具必须可以访问互联网。
多个 Java Portal 服务器可以托管 Google Gadgets。 (LifeRay,Sun Java System Portal Server,Weblogic 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.