From 3c7c4a749baafcf375f4785a7668d3a25c9063e3 Mon Sep 17 00:00:00 2001 From: lresende Date: Fri, 13 Nov 2009 01:42:27 +0000 Subject: Moving 1.x trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 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 sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/META-INF/sca-contribution.xml create mode 100644 sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml create mode 100644 sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/web.xml create mode 100644 sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/store.html (limited to 'sca-java-1.x/trunk/samples/store-webapp/src/main/webapp') diff --git a/sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/META-INF/sca-contribution.xml b/sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..41c84c9a44 --- /dev/null +++ b/sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/META-INF/sca-contribution.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml b/sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml new file mode 100644 index 0000000000..d191961f95 --- /dev/null +++ b/sca-java-1.x/trunk/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/sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/web.xml b/sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..348be0df21 --- /dev/null +++ b/sca-java-1.x/trunk/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/sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/store.html b/sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/store.html new file mode 100644 index 0000000000..ba004e02ac --- /dev/null +++ b/sca-java-1.x/trunk/samples/store-webapp/src/main/webapp/store.html @@ -0,0 +1,162 @@ + + + +Store + + + + + + + + +

Store

+
+

Catalog

+
+
+
+ +
+ +
+ +

Your Shopping Cart

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