Hi folks, as a way to better understand how a Camel Component works, I wrote a small blog post to show how you can easily create a new one, specifically for Web API integration.
https://docs.google.com/document/d/1qO4YHBNBrWaJQETpu7gVQbJX5jZzZHlpXposE2bV0mc The cool thing is that, after a successful build, the only manual activity was to add the component dependency in `components/pom.xml`, all the other required updates were done automatically. I don't know if it can be helpful, but any comment would be appreciated. The example code is linked in the draft. Thank you. Cheers Federico