[ 
https://issues.apache.org/jira/browse/CAMEL-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-12845:
--------------------------------
    Fix Version/s:     (was: 3.0.0)
                   3.x

> Create a full Groovy DSL
> ------------------------
>
>                 Key: CAMEL-12845
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12845
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-groovy
>            Reporter: Luca Burgazzoli
>            Priority: Minor
>              Labels: scripting
>             Fix For: 3.x
>
>
> It would be nice to have a nice dsl set up a camel context in groovy similar 
> to what it is possible with Spring or Blueprint DSL, something like
> {code:java}
> context {
>     restConfiguration {
>         ....
>     }
>    registry {
>        bind 'myKey', 'myValue'
>    }
>    beans {
>        bean('myProcessor') {
>            exchange -> exchange.in.body = 'hello'
>        }
>    }
>     from(t'imer:tick')
>         .to('log:end')
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to