Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once you have read about Getting Started and looked at the Enterprise Integration Patterns, you might want to try out some examples.

Before starting to work on example you may want to check the requirements for working with Camel. Then Running Examples describes how to get the examples to run

Walk-throughs

  • Walk through an Example will walk through the code of the first a beginner's example so you can understand how things fit together using a simple Java main(String[] args) method and using the the Java DSL to set up some routes in a simple main(…) method.
  • Walk through another Example we continue the walk and look at the Spring DSL (XML based) routing.the Spring DSL example to look at XML-based routing.
  • Walk through the Console Example to practice reading input from the console.
Info
titleNotice

These The examples listed below , is are hosted at Apache. We also offer the Articles page where we have as a link collection for of 3rd-party Camel material , - such as tutorials, blog posts, published articles, videos, pod castspodcasts, presentations, and so forth.

If you have written a Camel-related article, then we are happy to provide a link to it. You can contact the Camel Team, for example using the via our Mailing Lists, ( or simply post a tweet with the word words "Apache Camel)".


Examples

...

titleMore examples

...

Browse the examples from github where each example is documented and up to date:

https://github.com/apache/camel/tree/master/examples#welcome-to-the-apache-camel-examples

 

See Also