Support of Scripting After migrating to Java 17 [message #1869609] |
Mon, 19 August 2024 03:48 |
Palraj Jayaraj Messages: 16 Registered: June 2015 |
Junior Member |
|
|
Hello,
We are planning to migrate to Java 17. Currently, we are using Nashorn engine as the default scripting engine. JDK is officially moved away Nashorn engine. So, we were trying to find an alternative to the Nashorn engine.
We see that the Nashorn has been moved away to openjdk nashorn https://github.com/openjdk/nashorn. There are very less activities in the Nashorn github repo.
There is also a new Scripting Engine that is being considered is GraalJS, which has very active support. While trying to integrate the GraalJs into the ease framework, the GraalJs libraries needs to be present in the module path, so that it works as expected. But, Whether we can place the GraalJs in the ModulePath in an eclipse environment is another question.
What would be the right approach to have default scripting engine whether to have the openjdk nashorn or integrate GraalJs into the ease framework?
Any pointer would be helpful ?
Thanks,
Pal
|
|
|
Powered by
FUDForum. Page generated in 0.03909 seconds