Versions Compared

Key

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

...

Web Console provide route viewing and editing functionality. You can view your route via http://localhost:8080/routes/yourRouteIdImage Modified and it default present the route in XML.
Camel uses JAXB to process the XML route definition and definitions.
For groovy routes handling, it provide a Groovy Renderer to handle the Groovy route definition. However, Groovy Renderer can't support all the DSL features, so you should read the Unsupported Groovy DSL Features on Web Console at first, which lists and explains the unsupported features, including the reason for giving up them, alternative solutions or some suggestion for those who indeed need to extend them.