Hi, Trying to embed Camel into my web application. Therefore need to understand Camel, so followed "Walk through an Example Code" and found a few inconsistencies. I think I have worked through them but worth noting so someone can clarify in the walkthrough.
In the "What happens ?" section you mention CamelClient for the first time. The example code above this section it actually uses the CamelTemplate to send messages to Camel. The former class looks like a cut down version of the latter. A few other little typos that might make it harder for those with English as a second language ....events into directly into Camel.... should be ....events directly into Camel.... ....really nice an easy way.... should be ....really nice easy way.... Another thing I found a little confusing is you have 3 ways to configure Camel, and you try to cover all 3 in each page. I know the examples code demonstrates the different methods, but 3 different pages each using one of URI, Java or Spring config would help. Thx. David -- View this message in context: http://www.nabble.com/A-few-problems-with-%22Walk-through-an-Example-Code%22-tf4367916s22882.html#a12449693 Sent from the Camel - Users mailing list archive at Nabble.com.
