From fdd5b43d3c139cf2cbd1655d2efbfaf9032a5b5e Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:14:18 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835145 13f79535-47bb-0310-9956-ffa450edef68 --- .../store/store-eu/META-INF/sca-contribution.xml | 26 ++++ .../tutorials/store/store-eu/pom.xml | 114 +++++++++++++++ .../tutorials/store/store-eu/store-eu.composite | 70 +++++++++ .../store/store-eu/uiservices/store-eu.html | 162 +++++++++++++++++++++ 4 files changed, 372 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-1.5.1/tutorials/store/store-eu/META-INF/sca-contribution.xml create mode 100644 sca-java-1.x/branches/sca-java-1.5.1/tutorials/store/store-eu/pom.xml create mode 100644 sca-java-1.x/branches/sca-java-1.5.1/tutorials/store/store-eu/store-eu.composite create mode 100644 sca-java-1.x/branches/sca-java-1.5.1/tutorials/store/store-eu/uiservices/store-eu.html (limited to 'sca-java-1.x/branches/sca-java-1.5.1/tutorials/store/store-eu') diff --git a/sca-java-1.x/branches/sca-java-1.5.1/tutorials/store/store-eu/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-1.5.1/tutorials/store/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.5.1/tutorials/store/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.5.1/tutorials/store/store-eu/pom.xml b/sca-java-1.x/branches/sca-java-1.5.1/tutorials/store/store-eu/pom.xml new file mode 100644 index 0000000000..c554c0b180 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.5.1/tutorials/store/store-eu/pom.xml @@ -0,0 +1,114 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial-store + 1.5.1-SNAPSHOT + ../pom.xml + + tutorial-store-eu + Apache Tuscany SCA Store Tutorial EU Online Store + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.5.1-SNAPSHOT + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.5.1-SNAPSHOT + + + + ../../.. + + + generate + + + + + + + org.codehaus.mojo + sql-maven-plugin + 1.3 + + + + 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.5.1/tutorials/store/store-eu/store-eu.composite b/sca-java-1.x/branches/sca-java-1.5.1/tutorials/store/store-eu/store-eu.composite new file mode 100644 index 0000000000..a0b8b50975 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.5.1/tutorials/store/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.5.1/tutorials/store/store-eu/uiservices/store-eu.html b/sca-java-1.x/branches/sca-java-1.5.1/tutorials/store/store-eu/uiservices/store-eu.html new file mode 100644 index 0000000000..11eec1e2f9 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.5.1/tutorials/store/store-eu/uiservices/store-eu.html @@ -0,0 +1,162 @@ + + + +EU Store + + + + + + + + +

Store

+

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

+

Catalog

+
+
+
+ +
+ +
+ +

Your Shopping Cart

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