From cbd96cbf252e7e6989aba9a46a556573aa533606 Mon Sep 17 00:00:00 2001 From: slaws Date: Sun, 12 Oct 2008 12:25:49 +0000 Subject: Branch for 1.3.3 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703809 13f79535-47bb-0310-9956-ffa450edef68 --- .../store-eu/META-INF/sca-contribution.xml | 26 ++++ branches/sca-java-1.3.3/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 branches/sca-java-1.3.3/tutorial/store-eu/META-INF/sca-contribution.xml create mode 100644 branches/sca-java-1.3.3/tutorial/store-eu/pom.xml create mode 100644 branches/sca-java-1.3.3/tutorial/store-eu/store-eu.composite create mode 100644 branches/sca-java-1.3.3/tutorial/store-eu/uiservices/store-eu.html (limited to 'branches/sca-java-1.3.3/tutorial/store-eu') diff --git a/branches/sca-java-1.3.3/tutorial/store-eu/META-INF/sca-contribution.xml b/branches/sca-java-1.3.3/tutorial/store-eu/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..552932b0e7 --- /dev/null +++ b/branches/sca-java-1.3.3/tutorial/store-eu/META-INF/sca-contribution.xml @@ -0,0 +1,26 @@ + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.3/tutorial/store-eu/pom.xml b/branches/sca-java-1.3.3/tutorial/store-eu/pom.xml new file mode 100644 index 0000000000..1a5589ae64 --- /dev/null +++ b/branches/sca-java-1.3.3/tutorial/store-eu/pom.xml @@ -0,0 +1,111 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial + 1.3.2-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.2-SNAPSHOT + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.3.2-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/branches/sca-java-1.3.3/tutorial/store-eu/store-eu.composite b/branches/sca-java-1.3.3/tutorial/store-eu/store-eu.composite new file mode 100644 index 0000000000..a0b8b50975 --- /dev/null +++ b/branches/sca-java-1.3.3/tutorial/store-eu/store-eu.composite @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + EUR + + + + + + + + + + + + + + + + + + ../store-eu/target/cart-eu-db + + + + + + + + + diff --git a/branches/sca-java-1.3.3/tutorial/store-eu/uiservices/store-eu.html b/branches/sca-java-1.3.3/tutorial/store-eu/uiservices/store-eu.html new file mode 100644 index 0000000000..ec72d9b2a7 --- /dev/null +++ b/branches/sca-java-1.3.3/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