Red Hat Training

A Red Hat training course is available for Red Hat Fuse

Chapter 2. Basic Concepts for Developers

Abstract

A typical Red Hat JBoss Fuse application is based on a specific development model, which is based around the Java language, Spring or blueprint dependency injection frameworks, and the Apache Maven build system.

2.1. Development Environment

JDK 1.7

The basic requirement for development with Red Hat JBoss Fuse is the Java Development Kit (JDK) from Oracle. Generally, the recommended version is J2SE 1.7—for more platform-specific details, see the Platforms Supported page.

Apache Maven

The recommended build system for developing JBoss Fuse applications is Apache Maven version 3.0.x. See the Installation Guide for more details.
Maven is more than a build system, however. Just as importantly, Maven also provides an infrastructure for distributing application components (typically JAR files; formally called artifacts). When you build an application, Maven automatically searches repositories on the Internet to find the JAR dependencies needed by your application, and then downloads the needed dependencies. See Section 2.3, “Maven Essentials” for more details.

Red Hat JBoss Fuse Tooling for Eclipse

Red Hat JBoss Fuse Tooling for Eclipse is an eclipse-based development tool for developing Red Hat JBoss Fuse applications and is available either as a standalone binary or as an eclipse plug-in. Using Red Hat JBoss Fuse Tooling for Eclipse, you can quickly create new Fuse projects with the built-in project wizard and then edit Apache Camel routes with the drag-and-drop graphical UI. You can download Red Hat JBoss Fuse Tooling for Eclipse from the download page.