houssoli / camel-cookbook-examples

Example source code for Apache Camel Developer's Cookbook

Home Page:http://www.packtpub.com/apache-camel-developers-cookbook/book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example source code for Apache Camel Developer's Cookbook

http://www.packtpub.com/apache-camel-developers-cookbook/book

License:Apache License 2.0


Languages

Language:Java 99.8%Language:XSLT 0.2%