nmalvankar / camel-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Red Hat Fuse on EAP Examples

This directory contains a suite of useful modules to demonstrate various features of the Red Hat Fuse on EAP. Their aim is to provide small, specific and working examples that can be used for reference in your own projects.

Prerequisites

The examples require a running application server with Red Hat Fuse on EAP installed. Refer to the Red Hat Fuse on EAP installation documentation for how to do this.

Running Examples

Each example aims to be interactive to help you learn how to get started with the Red Hat Fuse on EAP. Each example can be accessed by changing into the example source directory, building the project mvn clean install and then deploying to a running application server mvn install -Pdeploy.

Examples can be undeployed from a running application server by running mvn clean -Pdeploy.

About

License:Apache License 2.0


Languages

Language:Java 100.0%