Re: Camel language

2022-05-21 Thread ski n
for example Java). > > Could Camel be a language on its own? Now that the DSL is so extensive, I > > was wondering couldn't Camel be a programming language on its own? 1. By > > combining the DSL's into a consistent Language/Syntax. 2. Enhance the > > language, so devel

Re: Camel language

2022-05-21 Thread Vyacheslav Boyko
for example Java). Could Camel be a language on its own? Now that the DSL is so extensive, I was wondering couldn't Camel be a programming language on its own? 1. By combining the DSL's into a consistent Language/Syntax. 2. Enhance the language, so developers can code all Camel tasks thr

Camel language

2022-05-20 Thread ski n
developers can code all Camel tasks through the Camel language (Context, Routes, Endpoints and so on). 3. Run the language directly on JDK (converting it maybe first to Java?). Either one syntax could be used (for example Kotlin) or several syntax options could co-exist next to each other. Every op

Re: Is there a way to debug in Eclipse Groovy scripts in Camel-Language component?

2014-01-05 Thread Willem Jiang
) http://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On January 6, 2014 at 6:58:11 AM, bocamel (johnz...@gmail.com) wrote: > > Using groovy scripts in Camel Language component > (uri="language://groovy:resource:classpath:x.groovy"

Is there a way to debug in Eclipse Groovy scripts in Camel-Language component?

2014-01-05 Thread bocamel
Using groovy scripts in Camel Language component (uri="language://groovy:resource:classpath:x.groovy") turned out to be a very powerful and flexible way to add business logic into a production Camel route. One can do just about anything in the groovy scripts without having to r