You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java-as-Script provides a hot reloading JSR-223 implementation for Java. This version is a fork of [the original project](https://github.com/jmarranz/relproxy) 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](https://github.com/sillelien/dollar).
7
8
9
+
Make sure you have the JCenter repo in your pom.xml
@@ -39,5 +104,3 @@ Please contact me through Gitter (chat) or through GitHub Issues.
39
104
40
105
For commercial support please <ahref="mailto:hello@neilellis.me">contact me directly</a>.
41
106
-------
42
-
43
-
Java-as-Script is a JSR 223 [Java Scripting API](http://docs.oracle.com/javase/6/docs/technotes/guides/scripting/programmer_guide/index.html) 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.
Java-as-Script provides a hot reloading JSR-223 implementation for Java. This version is a fork of [the original project](https://github.com/jmarranz/relproxy) 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](https://github.com/sillelien/dollar).
8
+
9
+
Make sure you have the JCenter repo in your pom.xml
** If you use this project please consider giving us a star on [GitHub](http://github.com/sillelien/java-as-script). **
100
+
101
+
Please contact me through Gitter (chat) or through GitHub Issues.
102
+
103
+
[](https://github.com/sillelien/java-as-script/issues)[](https://gitter.im/sillelien/java-as-script?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
104
+
105
+
For commercial support please <ahref="mailto:hello@neilellis.me">contact me directly</a>.
0 commit comments