Skip to content

juandm/SOA_Labs

Repository files navigation

SOA_Labs

Tools for SOA lessons

1. Download all necessary tools

2. Download and install the Java development kit (jdk).

3. JBoss EAP 6.4

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.

4. Fuse on EAP runtime

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.

    fuse install cmd

5. JBoss Developer Studio

  • 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
  • During installation:

    • Accept the terms and conditions.
    • Choose your preferred installation path.
    • Select the Java 8 JVM installed in 2dn step. jdk path
    • At the Select Platforms and Servers step, configure the runtime server by clicking Add and browsing to the location of the (EAP_Install_Path) directory (last step).
  • 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.

6. JBoss Integration Stack on Jboss Dev Studio

  • 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. soa tools

7. Testing installation and downloading SwitchYard Maven dependencies

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.

About

Files and projects for SOA practical lessons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published