Re: Documentation on writing endpoints is lacking...

2015-12-07 Thread Claus Ibsen
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

RE: Documentation on writing endpoints is lacking...

2015-12-07 Thread jimi.hullegard
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

Re: Documentation on writing endpoints is lacking...

2015-12-06 Thread Taariq Levack
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

Re: Documentation on writing endpoints is lacking...

2015-12-06 Thread Taariq Levack
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

Documentation on writing endpoints is lacking...

2015-12-06 Thread jimi.hullegard
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