Jan,

Personally I don't think there is a need for one in camel core. As a framework, camel should stay very simple and provide solutions/helpers for the common use cases. Such a dsl, while useful in your context adds unnecessary (imho) complexity for camel. That's the beauty of camel, it is pluggable and extensible, but not all extensions are good candidates for inclusion back in the core for various reasons (some depend on non compatible licenses, and hosted at camel-extra, some are application specific, etc).

FWIW, I've been using variations of the builder pattern for a long while, but to build domain specific messages and then use the generic ProducerTemplate to send them to an Endpoint. I consider it a better approach, as it is tied to the (semantics of the) domain vs the lower level Camel api.

Your work is noted though and appreciated.
Hadrian



On 11/11/2013 04:14 AM, Jan Matèrne (jhm) wrote:
Is there no need any more for that builder?
https://issues.apache.org/jira/browse/CAMEL-6648

I am asking for feedback for two months now ...


Jan     

-----Ursprüngliche Nachricht-----
Von: Jan Matèrne (jhm) [mailto:apa...@materne.de]
Gesendet: Freitag, 11. Oktober 2013 07:25
An: 'dev@camel.apache.org'
Betreff: AW: CAMEL-6648

Another ping ;)

Jan

-----Ursprüngliche Nachricht-----
Von: Jan Matèrne (jhm) [mailto:apa...@materne.de]
Gesendet: Freitag, 27. September 2013 12:20
An: dev@camel.apache.org
Betreff: AW: CAMEL-6648

Ok, thanks for the explanation.

Jan

-----Ursprüngliche Nachricht-----
Von: Raul Kripalani [mailto:r...@evosent.com]
Gesendet: Freitag, 27. September 2013 12:03
An: dev@camel.apache.org
Betreff: Re: CAMEL-6648

I'm overloaded these days with client work. If someone else wants
to
take a stab, you're welcome.
Otherwise, I'm hopeful I'll be able to review next week.

Regards,
Raúl.

2013/9/26 Jan Matèrne (jhm) <apa...@materne.de>

Another "ping" ;)

Jan

-----Ursprüngliche Nachricht-----
Von: Jan Matèrne (jhm) [mailto:apa...@materne.de]
Gesendet: Dienstag, 17. September 2013 13:44
An: dev@camel.apache.org
Betreff: CAMEL-6648

I want to ask for feedback for
https://issues.apache.org/jira/browse/CAMEL-6648



cheers

Jan





Reply via email to