-
Language:
English
-
Language:
English
Red Hat Training
A Red Hat training course is available for Red Hat Fuse
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 File → Import → Maven → Existing Maven Projects.
- Select Browse and navigate to the quickstart directory, for example,
EAP_HOME/quickstarts/switchyard/bean-service
and then select OK.The import tool scans the directory to locate the associatedpom.xml
file. - Click Finish.
- 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 Run as → Run on server → EAP.
Result
The quickstart application is deployed to the server and enabled by default.