All Projects → CamelCookbook → Camel Cookbook Examples

CamelCookbook / Camel Cookbook Examples

Licence: apache-2.0
Example source code for Apache Camel Developer's Cookbook

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Camel Cookbook Examples

Algorithms
This repository is for learning and understanding how algorithms work.
Stars: ✭ 189 (-18.53%)
Mutual labels:  examples
Reactify Django
Integrate React & Django
Stars: ✭ 205 (-11.64%)
Mutual labels:  integration
Pyscript
Pyscript adds rich Python scripting to HASS
Stars: ✭ 219 (-5.6%)
Mutual labels:  integration
Real World React Apps
Real world React apps and their open source codebases for developers to learn from
Stars: ✭ 2,228 (+860.34%)
Mutual labels:  examples
Examples
A collection of examples of Neon
Stars: ✭ 202 (-12.93%)
Mutual labels:  examples
Tinymce Angular
Official TinyMCE Angular Component
Stars: ✭ 216 (-6.9%)
Mutual labels:  integration
Smudge
Control the Spotify app from within Emacs.
Stars: ✭ 186 (-19.83%)
Mutual labels:  integration
Kyaml2go
K8s Go client code generator from Kubernetes resource yamls
Stars: ✭ 226 (-2.59%)
Mutual labels:  examples
Java Library Examples
💪 example of common used libraries and frameworks, programming required, don't fork man.
Stars: ✭ 204 (-12.07%)
Mutual labels:  examples
Mathnet Numerics
Math.NET Numerics
Stars: ✭ 2,688 (+1058.62%)
Mutual labels:  integration
Shadow Dom In Depth
Everything you need to know about Shadow DOM
Stars: ✭ 191 (-17.67%)
Mutual labels:  examples
Blog
A set of various projects based on ESP8266, ESP32, ATtiny13, ATtiny85, ATtiny2313, ATmega8, ATmega328, ATmega32, STM32 and more.
Stars: ✭ 198 (-14.66%)
Mutual labels:  examples
Redisson Examples
Redisson java examples
Stars: ✭ 218 (-6.03%)
Mutual labels:  examples
Icingaweb2 Module Grafana
Grafana module for Icinga Web 2 (supports InfluxDB & Graphite)
Stars: ✭ 190 (-18.1%)
Mutual labels:  integration
Sitepoint Source
Source code for my articles on Sitepoint (since March 2015)
Stars: ✭ 223 (-3.88%)
Mutual labels:  examples
Mastering Distributed Tracing
"Mastering Distributed Tracing" by Yuri Shkuro, published by Packt
Stars: ✭ 189 (-18.53%)
Mutual labels:  examples
Rxjava3 Android Examples
RxJava 3 Android Examples - Migration From RxJava 2 to RxJava 3 - How to use RxJava 3 in Android
Stars: ✭ 213 (-8.19%)
Mutual labels:  examples
Wasm By Example
Wasm By Example is a website with a set of hands-on introduction examples and tutorials for WebAssembly (Wasm)
Stars: ✭ 226 (-2.59%)
Mutual labels:  examples
Miscord
Facebook Messenger to Discord bridge
Stars: ✭ 225 (-3.02%)
Mutual labels:  integration
Helloworld Msa
Main repository with documentation and support files
Stars: ✭ 218 (-6.03%)
Mutual labels:  examples

Apache Camel Developer's Cookbook, 2nd Edition Samples

Build Status Stories in Ready

This project contains the sample code for the Apache Camel Developer's Cookbook, 2nd Edition (Packt Publishing, TBD 2017) by Scott Cranton, Jakub Korab, and Christian Posta. The latest version of this code is available on GitHub.

This project is up to date with Apache Camel 2.20.0.

All of the examples are driven through JUnit tests, and are collectively structured as a set of Apache Maven projects. To execute them, you will need a copy of the Java 8 JDK and an Apache Maven 3 installation. Maven will download all of the appropriate project dependencies.

In order to execute all the tests, all you need to do is run:

$ mvn clean install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].