문제

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.

도움이 되었습니까?

해결책

Rhino. Apparently it supports a few javascript libraries, including jquery. http://ejohn.org/blog/bringing-the-browser-to-the-server/

다른 팁

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/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top