From e0ff67c0b32813ea48734c770a5ffc1952644e29 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:08:02 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835128 13f79535-47bb-0310-9956-ffa450edef68 --- .../store-eu/META-INF/sca-contribution.xml | 26 ++++ .../sca-java-1.3.1/tutorial/store-eu/pom.xml | 111 ++++++++++++++++ .../tutorial/store-eu/store-eu.composite | 70 ++++++++++ .../tutorial/store-eu/uiservices/store-eu.html | 142 +++++++++++++++++++++ 4 files changed, 349 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/META-INF/sca-contribution.xml create mode 100644 sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/pom.xml create mode 100644 sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/store-eu.composite create mode 100644 sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/uiservices/store-eu.html (limited to 'sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu') diff --git a/sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..552932b0e7 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/META-INF/sca-contribution.xml @@ -0,0 +1,26 @@ + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/pom.xml b/sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/pom.xml new file mode 100644 index 0000000000..5a07123c2e --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/pom.xml @@ -0,0 +1,111 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial + 1.3.1-SNAPSHOT + ../pom.xml + + tutorial-store-eu + Apache Tuscany SCA Tutorial EU Online Store + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.3.1-SNAPSHOT + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.3.1-SNAPSHOT + + + + generate + + + + + + + org.codehaus.mojo + sql-maven-plugin + 1.0 + + + + org.apache.derby + derby + 10.3.1.4 + + + + + + create-db + generate-resources + + execute + + + org.apache.derby.jdbc.EmbeddedDriver + jdbc:derby:${basedir}/target/cart-eu-db;create=true + true + continue + ; + + ${basedir}/../assets/services/db/cart.sql + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/store-eu.composite b/sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/store-eu.composite new file mode 100644 index 0000000000..a0b8b50975 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/store-eu.composite @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + EUR + + + + + + + + + + + + + + + + + + ../store-eu/target/cart-eu-db + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/uiservices/store-eu.html b/sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/uiservices/store-eu.html new file mode 100644 index 0000000000..ec72d9b2a7 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.3.1/tutorial/store-eu/uiservices/store-eu.html @@ -0,0 +1,142 @@ + + + +EU Store + + + + + + + + +

Store

+

Fruits and Vegetables - Fruits et Legumes - Obst und Gemuese +

+

Catalog

+
+
+
+ +
+ +
+ +

Your Shopping Cart

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