2008/12/9 Joe Fernandez <[EMAIL PROTECTED]>:
> Hello,
>
> Is it possible for me to 'plugin' my own version of a juel language support
> package (call it 'mel')? I 'd like to define a route as follows:
>
> from("seda:q.A").filter().mel("${...}")....
>
> If this is possible, can someone plz give me a nudge in the right general
> direction as to how it can be done?
If its still Juel, you could just use the existing EL methods/DSL/XML
and just use Spring/Guice/Java to dependency inject the JuelLanguage
object itself.
You can plugin any language at runtime using the parameterized
language method/XML
from("...").filter().language("mel", "${....}");
Are you trying to add a totally new language; or do you just want to
configure Juel some?
--
James
-------
http://macstrac.blogspot.com/
Open Source Integration
http://fusesource.com/