Versions Compared

Key

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

...

Code Block
java -jar camel-web-standalone-2.48.0.jar 

You should now be able to point your browser at: http://localhost:8080/

...

Web Console provide route viewing and editing functionality. You can view your route via http://localhost:8080/routes/yourRouteId and it default present the route in XML.
Camel uses JAXB to process the XML route definitions.
For groovy routes handling, it provide a Groovy Renderer. However, Groovy Renderer can't support all the DSL features, so you should read the Unsupported Groovy DSL Features on Web Console, 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.