Java Compiler Interface and Javaflow
Just recently I’ve moved the JCI into a separate project. It’s been used by cocoon trunk to auto-compile java classes to get more of a scripting feeling. Currently it only
supports the eclipse compiler. But adding other compilers like e.g. the janino compiler is on the (long) todo list.
Jci goes hand in hand with the javaflow implementation providing continuations for java. Since also other projects might benefit from these features, both project are now available from
the jakarta commons sandbox. Both are still being considered alpha quality but working. Helping hands very welcome!