spring-react-example icon indicating copy to clipboard operation
spring-react-example copied to clipboard

Alternative to Nashorn

Open pmihalcin opened this issue 5 years ago • 2 comments

Hi @winterbe Thanks a lot for this nice example.

Given the fact that Nashorn is deprecated: http://openjdk.java.net/jeps/335 (JEP 335: Deprecate the Nashorn JavaScript Engine).

Are you aware of any alternatives to Nashorn?

pmihalcin avatar Sep 17 '18 17:09 pmihalcin

Check this out: https://medium.com/graalvm/oracle-graalvm-announces-support-for-nashorn-migration-c04810d75c1f

Patrik Mihalcin [email protected] schrieb am Mo. 17. Sep. 2018 um 19:55:

Hi @winterbe https://github.com/winterbe Thanks a lot for this nice example.

Given the fact that Nashorn is deprecated: http://openjdk.java.net/jeps/335 (JEP 335: Deprecate the Nashorn JavaScript Engine).

Are you aware of any alternatives to Nashorn?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/winterbe/spring-react-example/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/AAdmqdqx7tEE8DzZaAENEEU1j2KKdZ1_ks5ub-IggaJpZM4Wsafx .

winterbe avatar Sep 17 '18 18:09 winterbe

Thanks for the link. I am very new to GraalVM.

Currently, my scenario is: Assemble web application based on Spring MVC as a WAR file and deploy it to Weblogic servlet container.

How does GraalVM fits here?

Would GraalVM runtime be used to start up Weblogic servlet container?

Do you happen to have any GraalVM based isomorphic webapp example?

pmihalcin avatar Sep 18 '18 09:09 pmihalcin