Versions Compared

Key

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

...

To see if everything is okay we run mvn jetty:run.

Integrating Camel

Now that we have integrated with Spring then we easily integrate with Camel as Camel works well with Spring.

Tip
titleCamel does not require Spring

Camel does not require Spring, we could easily have used Camel without Spring, but most users prefer to use Spring also.

TODO: A tip instead