diff options
Diffstat (limited to 'sca-java-2.x/trunk')
16 files changed, 85 insertions, 19 deletions
diff --git a/sca-java-2.x/trunk/samples/calculator-osgi/README b/sca-java-2.x/trunk/samples/calculator-osgi/README index f9a22d50f8..c416ad96a0 100644 --- a/sca-java-2.x/trunk/samples/calculator-osgi/README +++ b/sca-java-2.x/trunk/samples/calculator-osgi/README @@ -5,7 +5,8 @@ This sample implements a simple calculator using SCA components and run it in a The README in the <distribution-unpack-dir>/samples directory provides general instructions about building and running samples. (where distribution-unpack-dir is the directory in which you unpacked the tuscany -binary distribution archive). Take a look there first, noting that this is not a new style sample. +binary distribution archive). Take a look there first (noting at you read it that this sample +is not a new style sample). If you just want to run it to see what happens open a command prompt, navigate to this sample directory and do: diff --git a/sca-java-2.x/trunk/samples/dosgi-calculator-operations/README b/sca-java-2.x/trunk/samples/dosgi-calculator-operations/README index e533bfcdb6..57126842a4 100644 --- a/sca-java-2.x/trunk/samples/dosgi-calculator-operations/README +++ b/sca-java-2.x/trunk/samples/dosgi-calculator-operations/README @@ -2,9 +2,11 @@ Distributed OSGi Calculator Sample ==================================
This sample implements a distributed calculator using Distributed OSGi (RFC 119) over SCA.
-The README in the samples directory (the directory above this) provides
-general instructions about building and running samples. Take a look there
-first.
+The README in the <distribution-unpack-dir>/samples directory provides
+general instructions about building and running samples. (where
+distribution-unpack-dir is the directory in which you unpacked the tuscany
+binary distribution archive). Take a look there first (noting at you read it that this sample
+is not a new style sample).
On Windows, run
java -jar ..\..\modules\osgi-3.5.0-v20090520.jar -configuration ..\..\features\configuration -clean -console
diff --git a/sca-java-2.x/trunk/samples/dosgi-calculator/README b/sca-java-2.x/trunk/samples/dosgi-calculator/README index 03267b97e3..e2cf7cd522 100644 --- a/sca-java-2.x/trunk/samples/dosgi-calculator/README +++ b/sca-java-2.x/trunk/samples/dosgi-calculator/README @@ -3,11 +3,12 @@ Distributed OSGi Calculator Sample This sample implements a distributed calculator using Distributed OSGi (RFC 119) over SCA.
The README in the <distribution-unpack-dir>/samples directory provides
-general instructions about building and running samples. ( where
+general instructions about building and running samples. (where
distribution-unpack-dir is the directory in which you unpacked the tuscany
-binary distribution archive). Take a look there
-first, noting that this is not a new style sample.
-
+binary distribution archive). Take a look there first (noting at you read it that this sample
+is not a new style sample).
+
+
On Windows, run
java -jar ..\..\modules\osgi-3.5.0-v20090520.jar -configuration ..\..\features\configuration -clean -console
diff --git a/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator-operations/README b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator-operations/README index 1e8626dfec..77a4cbae9e 100644 --- a/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator-operations/README +++ b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator-operations/README @@ -2,9 +2,11 @@ Distributed OSGi Calculator Sample ==================================
This sample implements a distributed calculator using Distributed OSGi (RFC 119) over SCA.
-The README in the samples directory (the directory above this) provides
-general instructions about building and running samples. Take a look there
-first.
+The README in the <distribution-unpack-dir>/samples directory provides
+general instructions about building and running samples. (where
+distribution-unpack-dir is the directory in which you unpacked the tuscany
+binary distribution archive). Take a look there first (noting at you read it that this sample
+is not a new style sample).
On Windows, run
java -jar ..\..\modules\osgi-3.5.0-v20090520.jar -configuration ..\..\features\configuration -clean -console
diff --git a/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/README b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/README index 04fc30c0be..e8d311298e 100644 --- a/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/README +++ b/sca-java-2.x/trunk/samples/dosgi-dynamic-calculator/README @@ -2,9 +2,11 @@ Distributed OSGi Calculator Sample ==================================
This sample implements a distributed calculator using Distributed OSGi (RFC 119) over SCA.
-The README in the samples directory (the directory above this) provides
-general instructions about building and running samples. Take a look there
-first.
+The README in the <distribution-unpack-dir>/samples directory provides
+general instructions about building and running samples. (where
+distribution-unpack-dir is the directory in which you unpacked the tuscany
+binary distribution archive). Take a look there first (noting at you read it that this sample
+is not a new style sample).
On Windows, run
java -jar ..\..\modules\osgi-3.5.0-v20090520.jar -configuration ..\..\features\configuration -clean -console
diff --git a/sca-java-2.x/trunk/samples/helloworld-bpel/README b/sca-java-2.x/trunk/samples/helloworld-bpel/README index bf5f500ef3..533743ebf6 100644 --- a/sca-java-2.x/trunk/samples/helloworld-bpel/README +++ b/sca-java-2.x/trunk/samples/helloworld-bpel/README @@ -2,9 +2,11 @@ Hello World BPEL Sample ====================================== This sample demonstrates an SCA service implemented by a BPEL process. -The README in the samples directory (the directory above this) provides -general instructions about building and running samples. Take a look there -first. +The README in the <distribution-unpack-dir>/samples directory provides +general instructions about building and running samples. (where +distribution-unpack-dir is the directory in which you unpacked the tuscany +binary distribution archive). Take a look there first (noting at you read it that this sample +is not a new style sample). If you just want to run it to see what happens open a command prompt, navigate to this sample directory, and do diff --git a/sca-java-2.x/trunk/samples/helloworld/README b/sca-java-2.x/trunk/samples/helloworld/README new file mode 100644 index 0000000000..ed0f1d0ce4 --- /dev/null +++ b/sca-java-2.x/trunk/samples/helloworld/README @@ -0,0 +1,7 @@ +The README in the <distribution-unpack-dir>/samples directory provides
+general instructions about building and running samples. (where
+distribution-unpack-dir is the directory in which you unpacked the tuscany
+binary distribution archive). Take a look there first (noting at you read it that this sample
+is not a new style sample).
+
+TODO - finish this
\ No newline at end of file diff --git a/sca-java-2.x/trunk/samples/store-webapp/README b/sca-java-2.x/trunk/samples/store-webapp/README index 46e71bf51e..357fb7aead 100644 --- a/sca-java-2.x/trunk/samples/store-webapp/README +++ b/sca-java-2.x/trunk/samples/store-webapp/README @@ -4,7 +4,7 @@ Store Sample This is a sample store scenario that is used as a getting started guide for Tuscany SCA. For detailed information, please see: -http://tuscany.apache.org/getting-started-with-tuscany.html +http://tuscany.apache.org/getting-started-with-tuscany.html TODO check still relevant or diff --git a/sca-java-2.x/trunk/samples/store/README b/sca-java-2.x/trunk/samples/store/README index d31e4c59b7..1ab87d7540 100644 --- a/sca-java-2.x/trunk/samples/store/README +++ b/sca-java-2.x/trunk/samples/store/README @@ -4,7 +4,7 @@ Store Sample This is a sample store scenario that is used as a getting started guide for Tuscany SCA. For detailed information, please see: -http://tuscany.apache.org/getting-started-with-tuscany.html +http://tuscany.apache.org/getting-started-with-tuscany.html TODO - check still relevant or diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/README b/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/README new file mode 100644 index 0000000000..828aadb0f1 --- /dev/null +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-bpel/README @@ -0,0 +1,7 @@ +The README in the <distribution-unpack-dir>/samples directory provides
+general instructions about building and running samples. (where
+distribution-unpack-dir is the directory in which you unpacked the tuscany
+binary distribution archive). Take a look there first (noting at you read it that this sample
+is not a new style sample).
+
+TODO - finish
\ No newline at end of file diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/README b/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/README new file mode 100644 index 0000000000..828aadb0f1 --- /dev/null +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/README @@ -0,0 +1,7 @@ +The README in the <distribution-unpack-dir>/samples directory provides
+general instructions about building and running samples. (where
+distribution-unpack-dir is the directory in which you unpacked the tuscany
+binary distribution archive). Take a look there first (noting at you read it that this sample
+is not a new style sample).
+
+TODO - finish
\ No newline at end of file diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/README b/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/README new file mode 100644 index 0000000000..828aadb0f1 --- /dev/null +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-js-client/README @@ -0,0 +1,7 @@ +The README in the <distribution-unpack-dir>/samples directory provides
+general instructions about building and running samples. (where
+distribution-unpack-dir is the directory in which you unpacked the tuscany
+binary distribution archive). Take a look there first (noting at you read it that this sample
+is not a new style sample).
+
+TODO - finish
\ No newline at end of file diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/README b/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/README new file mode 100644 index 0000000000..828aadb0f1 --- /dev/null +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-jsp/README @@ -0,0 +1,7 @@ +The README in the <distribution-unpack-dir>/samples directory provides
+general instructions about building and running samples. (where
+distribution-unpack-dir is the directory in which you unpacked the tuscany
+binary distribution archive). Take a look there first (noting at you read it that this sample
+is not a new style sample).
+
+TODO - finish
\ No newline at end of file diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/README b/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/README new file mode 100644 index 0000000000..828aadb0f1 --- /dev/null +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/README @@ -0,0 +1,7 @@ +The README in the <distribution-unpack-dir>/samples directory provides
+general instructions about building and running samples. (where
+distribution-unpack-dir is the directory in which you unpacked the tuscany
+binary distribution archive). Take a look there first (noting at you read it that this sample
+is not a new style sample).
+
+TODO - finish
\ No newline at end of file diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/src/test/java/README b/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/src/test/java/README new file mode 100644 index 0000000000..828aadb0f1 --- /dev/null +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/src/test/java/README @@ -0,0 +1,7 @@ +The README in the <distribution-unpack-dir>/samples directory provides
+general instructions about building and running samples. (where
+distribution-unpack-dir is the directory in which you unpacked the tuscany
+binary distribution archive). Take a look there first (noting at you read it that this sample
+is not a new style sample).
+
+TODO - finish
\ No newline at end of file diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld/README b/sca-java-2.x/trunk/samples/webapps/helloworld/README new file mode 100644 index 0000000000..828aadb0f1 --- /dev/null +++ b/sca-java-2.x/trunk/samples/webapps/helloworld/README @@ -0,0 +1,7 @@ +The README in the <distribution-unpack-dir>/samples directory provides
+general instructions about building and running samples. (where
+distribution-unpack-dir is the directory in which you unpacked the tuscany
+binary distribution archive). Take a look there first (noting at you read it that this sample
+is not a new style sample).
+
+TODO - finish
\ No newline at end of file |