All the camel components itself are examples. So if you develop a
component that is similar to one ore more of the camel ones, then take
a look at the source code how they are developed.
If you want better Camel documentation, then take a look at the books
http://camel.apache.org/books
On Mon, De
Hi Taariq,
Thanks for the link to the page "Creating a new Camel Component". It should
really be mentioned in the page "Writing Components", since it helped me a lot.
I think it should also be mentioned in the user guide (I looked, but no link to
http://camel.apache.org/creating-a-new-camel-com
PS if all of the mysteries weren't cleared up by the project generation feel
free to ask.
Also see this page about the architecture which explains the various parts
quite well.
http://camel.apache.org/architecture.html
Cheers
> On 06 Dec 2015, at 21:24, Taariq Levack wrote:
>
> Hi Jimi,
> We
Hi Jimi,
We really love contributions so please feel free to make notes and edit the
wiki.
I usually create components using maven as shown here;
http://camel.apache.org/creating-a-new-camel-component.html
Change the version and run, you'll have a working project in seconds.
Have fun.
> On 06 D
I'm evaluating Camel for a coming project, and so far it looks pretty
impressive. But I would like to try and write my own endpoint implementation,
just to test it out, and the documentation on the website is a bit lacking, to
say the least. At the minimum, one would think one could find a compl