View Revisions: Issue #1647

Summary 0001647: Create a Java router, transform, and load filter that uses compiled Java code
Revision 2014-03-16 12:26 by elong
Description Allow users to specify Java code for custom routers and transforms. The code should compile into a method of a Java class and reload whenever the code changes.
Revision 2014-03-18 14:33 by elong
Description Allow users to specify Java code for custom routers, transforms, and load filters. The code should compile into a method of a Java class and reload whenever the code changes.