Resolved! Nuxeo JS client : is it possible to use it in java 8 Nashorn console?
I'd like to use nuxeo.js in Nashorn javascript engine. The advantage is that it doesn't require to install node.js and can be used on any java8 VM console. The problem is that nuxeo.js requires jQuery, and trying to load jQuery requires browser envir...