Skip to content

sillelien/java-as-script

Repository files navigation

Build Status: Circle CI Download

Java-as-Script Alpha

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>

Dependencies: Dependency Status


** If you use this project please consider giving us a star on GitHub. **

Please contact me through Gitter (chat) or through GitHub Issues.

GitHub Issues Join the chat at https://gitter.im/sillelien/java-as-script

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.

About

Java-as-Script provides a hot reloading JSR-223 implementation for Java

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • HTML 0.3%