通过使用 rhino 或标准内置 javascript 支持在 java 中嵌入 javascript 来在客户端使用 Google 通道 api?
我只是在尝试,我想知道是否有可能(如果可能的话我应该如何去做?)创建一个桌面客户端,该客户端将使用 rhino 或简单的内置库(即 rhino)使用嵌入在 java 中的 javascript无论如何,再次)成功打开和维护谷歌应用程序引擎的通道API实例?
I am just experimenting about and I want to know whether it will be possible (and if possible how should I go about it?) to create a desktop client which will use javascript embedded in java using rhino or simply the inbuilt libraries(which are rhino again anyway) to successfully open and maintain an instance of the Channel API for google app engine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这或许是可能的,但难度很大。 javascript 库期望在浏览器中运行,因此它期望诸如 DOM 之类的东西可用;您可能需要提供部分或全部内容才能使其运行。
It's probably possible, but only with a great deal of difficulty. The javascript library expects to be run in a browser, so it expects things like the DOM to be available; you may have to provide some or all of this in order to get it to run.