summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web')
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jaxrs/README13
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-js-client/README13
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jsf/README8
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-servlet/README13
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-stripes/README8
5 files changed, 37 insertions, 18 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jaxrs/README b/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jaxrs/README
index 828aadb0f1..82c3349c85 100644
--- a/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jaxrs/README
+++ b/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jaxrs/README
@@ -1,7 +1,8 @@
-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).
+Sample implementation.web JAXRS WebApp
+==========================================
-TODO - finish \ No newline at end of file
+This sample contribution shows SCA components implemented in a webapp and
+accessed using JAXRS.
+
+See http://tuscany.apache.org/documentation-2x/20-beta-samples-documentation.html
+for more information \ No newline at end of file
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-js-client/README b/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-js-client/README
index 828aadb0f1..455a56b815 100644
--- a/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-js-client/README
+++ b/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-js-client/README
@@ -1,7 +1,8 @@
-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).
+Sample implementation.web JS WebApp
+==========================================
-TODO - finish \ No newline at end of file
+This sample contribution shows SCA components implemented in a webapp and
+accessed using Javascript.
+
+See http://tuscany.apache.org/documentation-2x/20-beta-samples-documentation.html
+for more information \ No newline at end of file
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jsf/README b/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jsf/README
new file mode 100644
index 0000000000..c845341743
--- /dev/null
+++ b/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jsf/README
@@ -0,0 +1,8 @@
+Sample implementation.web JSF WebApp
+==========================================
+
+This sample contribution shows SCA components implemented in a webapp and
+accessed using Java Server Faces.
+
+See http://tuscany.apache.org/documentation-2x/20-beta-samples-documentation.html
+for more information \ No newline at end of file
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-servlet/README b/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-servlet/README
index 828aadb0f1..6874bcaddc 100644
--- a/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-servlet/README
+++ b/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-servlet/README
@@ -1,7 +1,8 @@
-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).
+Sample implementation.web Servlet WebApp
+==========================================
-TODO - finish \ No newline at end of file
+This sample contribution shows SCA components implemented in a webapp and
+accessed using a Servlet.
+
+See http://tuscany.apache.org/documentation-2x/20-beta-samples-documentation.html
+for more information \ No newline at end of file
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-stripes/README b/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-stripes/README
new file mode 100644
index 0000000000..f331fb036c
--- /dev/null
+++ b/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-stripes/README
@@ -0,0 +1,8 @@
+Sample implementation.web Stripes WebApp
+==========================================
+
+This sample contribution shows SCA components implemented in a webapp and
+accessed using a Stripes.
+
+See http://tuscany.apache.org/documentation-2x/20-beta-samples-documentation.html
+for more information \ No newline at end of file