- Install the tools in the order stated below. link for download here.
- SQLite Studio: https://sqlitestudio.pl/index.rvt?act=download
- SOAP UI: https://www.soapui.org/downloads/latest-release.html
-
If the OS is a 64 bits Windows install the JDK using the
.jar
available in the downloaded folder "1. JDK" in the first step.If you are using other OS, download the JDK here: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
To install the JBoss EAP runtime package, use the .jar
located in the folder "2.EAP 6.04" downloaded in the first step.
Run the JBoss EAP installer double clicking on the file or executing the following command in the console:
java -jar jboss-eap-6.4.0-installer.jar
During installation:
- Accept the terms and conditions.
- Choose your preferred installation path (EAP_Install_Path), for the JBoss EAP runtime.
- Create an administrative user and make a careful note of these administrative user credentials for later.
- You can accept the default settings on the remaining screens.
Use the .jar
located in the folder "3. Fuse Runtime" downloaded in the first step to install the Fuse on EAP runtime package.
-
Open a command prompt and change directory to (EAP_Install_Path) used in the last step.
-
From the (EAP_Install_Path) directory, run the Fuse on EAP installer, as follows:
java -jar <TEMP_LOCATION>/fuse-eap-installer-6.3.0.redhat-187.jar
When asked in the highlighted line press ENTER and wait to finish the process.
-
Run the installer located in the folder "(4.JBossDevStudio)"
- For Mac / Windows Development Hosts:
- Double-click on the jar to start the installer (on Windows).
- For Linux Development Hosts
- Go to the folder where you have downloaded the installer and execute it. with
java -jar devstudio-11.0.0.GA-installer-standalone.jar
- Select Additional Features to Install page, be sure to select JBoss Fuse. Tooling
- Go to the folder where you have downloaded the installer and execute it. with
- For Mac / Windows Development Hosts:
-
During installation:
-
Select JBoss Fuse Development as additional features.
-
The developer environment will start up. When the Searching for runtimes dialog appears, click OK to create the JBoss EAP runtime.
-
Accept any additional dependencies and license agreements.
- In JBoss Dev Studio go to "Help >> Install New Software".
- In "Work With" choose the Core Repository (Red Hat Developer Studio - Core)
- In the displayed list, select "JBoss Integration and SOA Development" and click Finish.
- Accept terms in warnings and finish the installtion process.
Create a new SwitchYard project call it test_project and click on finish button, let the environment download all the maven dependencies, after that save all and close the dev Studio.