3.2. Using the Camel Java DSL for the first time has been created by Gert Vanthienen (Feb 15, 2008).

Content:

On this page, we are going to use the Camel Java DSL for the first time to specify a route.

And what about XML?

This tutorial uses the Java DSL, but Camel also supports a Spring XML-based syntax for specifying routes and will probably support things like a Groovy DSL in the future as well. In fact, the Maven archetype already generates an example of the XML syntax if you want to use that instead.

Using Eclipse

If you want to use an IDE like Eclipse for editing the Java source files, have a look at Using Eclipse with Maven for more information on how to do so. The code completion feature of the IDE will make it really easy to develop new routes.

Section

More detailed information about section

Second section

Now, we will just tell the user what to expect from the next tutorial page

Things to remember

  • just repeat two or three key points to remember from this step in the tutorial

Further reading

  • add useful links to additional information on the website here
  • ...



Reply via email to