From 200a40b332420f94992eb39a6d0ea1cf1490ffc4 Mon Sep 17 00:00:00 2001 From: coreyg Date: Fri, 21 Nov 2014 09:30:19 +0000 Subject: Adding tuscany's website to their svn repo for svnpubsub git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1640879 13f79535-47bb-0310-9956-ffa450edef68 --- site/trunk/site-publish/sca-jumpstart.html | 118 +++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 site/trunk/site-publish/sca-jumpstart.html (limited to 'site/trunk/site-publish/sca-jumpstart.html') diff --git a/site/trunk/site-publish/sca-jumpstart.html b/site/trunk/site-publish/sca-jumpstart.html new file mode 100644 index 0000000000..b40bc9fb4c --- /dev/null +++ b/site/trunk/site-publish/sca-jumpstart.html @@ -0,0 +1,118 @@ + + + + + + + SCA Jumpstart : Apache Tuscany + + + + + + + + + + + + + + + + +
+ + + + +   + + + +
+ + +
+
+ + + + + + + +
+  Apache Tuscany > Home > SCA Overview > SCA Java > Java SCA Documentation Menu > SCA Jumpstart + + User List | Dev List | Issue Tracker   +
+ + + + + +
+
+ +
+
+

Jump-Start Guide

+ +

Note that the 2.0 alpha runtime samples distributions assume you have JDK 5 and Maven 2.04 installed.

+ +

1. Download and unzip the 2.0 alpha runtime distribution
+2. Download and unzip the 2.0 alpha samples
+3. Build the common sample module from the samples root directory by doing:

+ +
+
mvn install
+
+ +

4. Go to standalone under the samples root directory and select the caculator sample
+5. Build the sample by doing:

+ +
+
mvn install
+
+ +

6. Run the sample using the following command:

+ +
+
java -jar <path to launcher bin directory where you downloaded the standalone runtime> calc.jar add 1 2
+
+ +

7. The loan application sample may also be run by building it executing the following:

+ +
+
java -jar <path to launcher bin directory where you downloaded the standalone runtime> loanapplication.jar
+
+ +

Alternatively the samples can be run from the standalone runtime directory using:

+ +
+
java -jar bin/launcher.jar <path to the loanapplication.jar>
+
+ + + +
+
+
+
+ + + + + website stats + + + + + \ No newline at end of file -- cgit v1.2.3