Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Released jshell-scriptengine 1.0.0 - a powerful scripting solution for Java 11 based on the Java Shell #272

Closed
DavidJones122 opened this issue Aug 16, 2019 · 0 comments

Comments

@DavidJones122
Copy link

DavidJones122 commented Aug 16, 2019

The JShell was introduced with Java 9 and was designed to be used for interactive execution of code snippets in Java.

The jshell-scriptengine library is a Java 11 wrapper around the JShell API that executes an entire script and handles the binding of variables.

jshell-scriptengine is a good alternative to the usual javascript commonly used, especially if the users that will end up writing the scripts are already exp erienced Java programmers or can use the leverage that a Java framework can provide. reverse phone lookup

Using a scripting engine is a powerful choice if your project needs to execute code that can be easily changed outside of the development cycle and when already deployed.

@tahnik tahnik closed this as completed Aug 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants