jeanNyil / fuse-7-eap-demos

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

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 Red Hat Fuse 7 on EAP. Their aim is to provide small, specific and working examples that can be used for reference in your own projects.

Fuse 7 on JBoss EAP HawtIO

🙌 NOTE 🙌

All the examples are based on the The WildFly-Camel Examples.

⚠️ ATTENTION

You have to adapt the wildfly-maven-plugin according to your JBoss EAP environment

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.

⚠️ TODO

About

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

License:Apache License 2.0


Languages

Language:Java 100.0%