Apache Commons JCI is a unique, easy to use library that provides a unified interface to any of several Java compilers.
Apache Commons JCI is a Java compiler interface. Apache Commons JCI can be used to either compile java (or any other language that can be compiled to java classes like e.g. groovy or javascript) to Java.
It is well integrated with a FAM (FilesystemAlterationMonitor) that can be used with the JCI compiling/reloading classloader. All the currently supported compilers (even javac before java6) feature in-memory compilation.
Requirements:
· Java