Lately I have been playing around with Java’s ScriptEngine API, namely the javascript engine, which uses Rhino for everything.. I sumbled upon the fact that Rhino has no XMLHttpRequest. I was wondering if anyone knew of a possible way around this?
Lately I have been playing around with Java’s ScriptEngine API, namely the javascript engine,
Share
You practically need to define XMLHttpRequest in Java. And it is already done – check this out.