在服务器端运行 javascript
有没有办法在服务器端运行同一个 JavaCcript(jQuery) 实例并从 Java 方法调用它? :)
我有兴趣知道是否可以在服务器端(而不是客户端)运行它,例如 Google 应用程序引擎。
Is there any way to run one same instance of JavaCcript(jQuery) on the server side and call it from a Java method? :)
I am interested to know whether it is possible to run it on the server side (not clientside), like Google app engine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Rhino。显然它支持一些 javascript 库,包括 jquery。 http://ejohn.org/blog/bringing-the-browser -到服务器/
Rhino. Apparently it supports a few javascript libraries, including jquery. http://ejohn.org/blog/bringing-the-browser-to-the-server/
Aptana 的 Jaxer 是第一个 Ajax 服务器。它具有服务器端的 JavaScript 功能。它是否满足您的需要由您决定。
http://jaxer.org/
Jaxer by Aptana is the first Ajax server. It has a javascript capability for the server-side. Whether it does what you need is for you to decide.
http://jaxer.org/