Nashorn's JSObject in context
Posted on Sun 12 November 2017 in Coding • Tagged with java, nashorn
The JSObject interface in Nashorn makes it possible to expose an object to script code and control in detail how it appears and behaves. The purpose of this article is to explain when the different JSObject methods are called during script execution and in some cases how they should be implemented.
Continue reading