Java-as-Script provides a hot reloading JSR-223 implementation for Java. This version is a fork of the original project specifically it has been reduced in scope to focus entirely on the JSR-223 aspect of the original project. It is also primarily been forked for use in the Dollar project.
<repositories> <repository> <snapshots> <enabled>false</enabled> </snapshots> <id>bintray-sillelien-maven</id> <name>bintray</name> <url>http://dl.bintray.com/sillelien/maven</url> </repository> </repositories>
<dependency> <groupId>com.sillelien</groupId> <artifactId>java-as-script</artifactId> <version>0.9.116</version> </dependency>
** If you use this project please consider giving us a star on GitHub. **
Please contact me through Gitter (chat) or through GitHub Issues.
For commercial support please contact me directly.
Java-as-Script is a JSR 223 Java Scripting API implementation for "Java" as the target scripting language. You can embed and execute Java code as scripting into your Java program. In case of Java "scripting", there is no a new language, is pure Java code with compilation on the fly.