Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.此内容没有您所选择的语言版本。
2.4. Running Quickstarts from JBoss Developer Studio
Overview
This topic demonstrates how to import a quickstart application to JBoss Developer Studio and then deploy it to a running application server.
Prerequisites
The JBoss Integration and SOA Development tools must be installed from the JBoss Developer Studio Integration Stack.
- Open JBoss Developer Studio.
- Click
. - Selectand navigate to the quickstart directory, for example,
EAP_HOME/quickstarts/switchyard/bean-service
and then select .The import tool scans the directory to locate the associatedpom.xml
file. - Click.
- The quickstart is listed in the Project Explorer view. You can expand the project to explore its contents.
- In the Project Explorer view, right-click on the project's name and click
.
Result
The quickstart application is deployed to the server and enabled by default.