Versions Compared

Key

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

...

  • Core Commands is a set of Camel commands that SPI can reuse to integrate Camel commands in various tooling. The core commands is in the camel-commands-core JAR.
  • Karaf Commands is the Camel core commands for using with Apache Karaf based containers.
  • commands-spring-boot is the Camel commands for Spring Boot
  • commands-jolokia is the Camel commands integrated with Jolokia to allow remote management

Camel Catalog

  • Is a standalone JAR camel-catalog that contains catalog information about the Apache Camel release. Such as information about each of the Camel components, with documentation in json schema format. This is intended for SPI to leverage for tooling, such as being able to implement Apache Camel component editors that can provide the set of options the component offers, with documentation included. 

External Open Source Tools

  • IDEs based on Camel Language Server:
  • IntelliJ IDEA extension
  • hawtio is hawtio is an open source HTML5 web application for visualizing, starting/stopping and tracing Apache Camel routes, browsing endpoints, sending messages to endpoints as well as browsing and sending to ActiveMQ destinations, viewing logs and metric charting etc.
  • JBoss Tools for Apache Camel is Fuse Tooling is an open source set of eclipse plugins for creating Apache Camel projects, editing Camel routes using a graphical editor.
  • fabric8 Camel forge addon is a set of both the Camel commands for remote management, and a set of Camel editing tools to edit Camel endpoints, components in both Java and XML routes.
  • fabric8 Camel Maven Plugin is a maven plugin that is able to validate all your Camel endpoints from the source code, so you quickly can catch typo and other mistakes in your endpoints, and not have to wait for runtime to failJenkins X Camel - CLI to quickly create an Apache Camel project and import into Jenkins X.