Jakarta Commons JCI 1.0RC1
I know some people have been really waiting for this. Finally I got the maven2 release build working and are happy to present the first release candidate of commons jci – a java compiler abstraction interface. More information and a comparison to jsr199 to come …but for now it would be great to just get 1.0 out of the door. Quoting from the web site:
JCI is a java compiler interface. It 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.
Please let me know if there is something that needs to be fixed. Hope to get the release out soon. For now the RC1 is only available in the Apache snapshot repository.