typesafe endpoint configuration approach

2013-11-17 Thread ChristianSchaefer
Hello there, after working with a camel for some months I wondered from time to time if there is a possibility to define endpoints a bit more typesafe way because writing URI strings is prone to typos/property-mismatch and (imho) not really supported by an IDE. Furthermore the developing includes

Re: typesafe endpoint configuration approach

2013-11-18 Thread ChristianSchaefer
ng   Weibo: 姜宁willem On Sunday, November 17, 2013 at 8:10 PM, ChristianSchaefer wrote: > Hello there, >   > after working with a camel for some months I wondered from time to time if > there is a possibility to define endpoints a bit more typesafe way because > writing

Re: typesafe endpoint configuration approach

2013-11-18 Thread ChristianSchaefer
My proposed guess wasn't meant/thought as a replacement for the the string URI configuration of camel. I just thought that it could be a helpful addon especially for Java DSL users. Sure, the endpoint "templates" would require implementation for each endpoint type because they are different in so