Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Change text of Section A

...

Section A: Existing Solution, how to slowly use Camel
Part 1 - Is the prerequisites and This first part explain how to setup the project and get a webservice exposed using Apache CXF. In fact we don't touch Camel yet.
Part 2 - Now we are ready to introduce Camel piece by piece (without using Spring or any XML configuration file) and create the full feature integration. This part will introduce different solutions with Camel.Camel's concepts and How we can build our solution using them like :
° CamelContext
° Endpoint, Exchange & Producer
° Components : Log, File
Part 3 - Continued from part 2 where we implement that last part of the solution with the event driven consumer and how to send the email through the Mail component.

Section B: The Camel Solution
Part 4 - We now turn into the path of Camel where it excels - the routing.

...