Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
jOOR allows to do runtime compilation to java with some limitations. But this can benefit a scripting language in the Camel DSL where we do limited and basic java code with the camel exchange/message etc.
This can then be used as a prototype for doing a compiled simple language. However for that we would also like to discover the simple expressions during route source scanning, and make it part of the regular java compiler so its pre compiled.
But a first step is to use runtime compile via the javac compiler (requires to be in the JVM).
And Java 8 is not supported.
Attachments
Issue Links
- is related to
-
CAMEL-15704 camel-core - Compiled simple language
- Resolved
-
CAMEL-15707 examples - Add camel-coor example
- Resolved
-
CAMEL-15713 camel-joor - Add support for dependency injection
- Resolved
- relates to
-
CAMEL-15703 camel-core - Optional API on Exchange / Message
- Resolved