Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.58 KB

File metadata and controls

25 lines (16 loc) · 1.58 KB

Kaoto - Camle extensions for Quarkus with YAML and XML DSLs

This project uses Quarkus, the Supersonic Subatomic Java Framework.

If you want to learn more about Quarkus, please visit its website: https://quarkus.io/.

Motivation

This project showcase the use of Camel Quarkus extensions for YAML and XML DSLs. It allows users to define routes in YAML or XML format, which can be useful for those who prefer these formats over Java code.

Running the application in dev mode

You can run your application in dev mode that enables live coding using:

./mvnw quarkus:dev

Related Guides

  • Camel Core (guide): Camel core functionality and basic Camel languages: Constant, ExchangeProperty, Header, Ref, Simple and Tokenize
  • Camel XML IO DSL (guide): An XML stack for parsing XML route definitions
  • Camel YAML DSL (guide): An YAML stack for parsing YAML route definitions