Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


The documentation assumes a basic understanding of SCA concepts. Before proceeding, if you have not done so, we recommend familiarizing yourself with SCA. The specifications themselves (downloadable from {+}http://www.oasis-opencsa.org/+) are generally not the most accessible source of introductory information. We recommend:

...


The samples may be downloaded from http://www.fabric3.org/downloads+ and  and require the following software:


Info

Note that it is not necessary to download the Fabric3 runtime distribution in addition to the samples as the sample build process will automatically download a distribution and configure a Fabric3 runtime cluster. 

Building and Deploying The Starter Applications


The starter calculator applications are the recommended way to get familiar with Fabric3. To build and deploy the calculator applications, do the following:

Build the starter modules.

  1. In the directory where you extracted the samples distribution, go to

...

  1. the /starter

...

  1.  project folder and execute: 

mvn clean install # 


  1. aaaa

Note internet access is required the first time the project is built so Maven can download the required project dependencies. Remote access can be turned off for subsequent builds by executing:
mvn -o clean install
JARs containing the application artifacts will be created in the /target output directories for each application.

...