Hi,

is there any development around a dynamic groovy DSL?

something which could detect automatically components in the route even if
the existing DSL doesn't know it:

from("whatever").myComponent(header("foo")).file("target/").cxf("...)...

where i'm not sure it could be easy is for expression (how to know it is a
component and not an expression...maybe using camel registries and types).

well i find it nice and i think it is easy (methodMissing exists in groovy
:)).

any thoughts?

- Romain

Reply via email to