Apache Commons JCI
From Java Example Source Code
[edit] Overview Apache Commons JCI
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.
The current implementation supports compilation via the following compilers:
- eclipse
- janino
- groovy
- javac
- rhino
[edit] Apache Commons JCI Resources
- Web site: http://commons.apache.org/jci/
- Download: http://commons.apache.org/downloads/download_jci.cgi
- Java API: JCI API
- Examples: Apache Commons JCI by exampes
- Tutorial:
- News or Forums:
