From 854248d8c6516f04766e95cc6a64272b45215be5 Mon Sep 17 00:00:00 2001 From: lresende Date: Mon, 16 Nov 2009 23:20:19 +0000 Subject: Copying store webapp from 1.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881043 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/META-INF/sca-contribution.xml | 23 +++ .../src/main/webapp/WEB-INF/geronimo-web.xml | 50 +++++++ .../store-webapp/src/main/webapp/WEB-INF/web.xml | 36 +++++ .../store-webapp/src/main/webapp/store.html | 162 +++++++++++++++++++++ 4 files changed, 271 insertions(+) create mode 100644 java/sca/samples/store-webapp/src/main/webapp/META-INF/sca-contribution.xml create mode 100644 java/sca/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml create mode 100644 java/sca/samples/store-webapp/src/main/webapp/WEB-INF/web.xml create mode 100644 java/sca/samples/store-webapp/src/main/webapp/store.html (limited to 'java/sca/samples/store-webapp/src/main/webapp') diff --git a/java/sca/samples/store-webapp/src/main/webapp/META-INF/sca-contribution.xml b/java/sca/samples/store-webapp/src/main/webapp/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..41c84c9a44 --- /dev/null +++ b/java/sca/samples/store-webapp/src/main/webapp/META-INF/sca-contribution.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/java/sca/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/java/sca/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml new file mode 100644 index 0000000000..d191961f95 --- /dev/null +++ b/java/sca/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml @@ -0,0 +1,50 @@ + + + + + + org.apache.tuscany + sample-store-secure-webapp + 1.0 + car + + + + + org.apache.axiom + org.apache.axis2 + org.apache.commons + org.jdom + + + + /sample-store-secure-webapp + diff --git a/java/sca/samples/store-webapp/src/main/webapp/WEB-INF/web.xml b/java/sca/samples/store-webapp/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..348be0df21 --- /dev/null +++ b/java/sca/samples/store-webapp/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,36 @@ + + + + sample-store-secure-webapp + + + tuscany + org.apache.tuscany.sca.host.webapp.TuscanyServletFilter + + + + tuscany + /* + + + + store.html + + \ No newline at end of file diff --git a/java/sca/samples/store-webapp/src/main/webapp/store.html b/java/sca/samples/store-webapp/src/main/webapp/store.html new file mode 100644 index 0000000000..ba004e02ac --- /dev/null +++ b/java/sca/samples/store-webapp/src/main/webapp/store.html @@ -0,0 +1,162 @@ + + + +Store + + + + + + + + +

Store

+
+

Catalog

+
+
+
+ +
+ +
+ +

Your Shopping Cart

+
+
+
+
+
+ + + (feed) +
+
+ + -- cgit v1.2.3