From 0bc3f46ee42ed0e2be17d4917e9608b4b09acb3b Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 25 Jul 2008 06:50:58 +0000 Subject: Tag 1.3 release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679679 13f79535-47bb-0310-9956-ffa450edef68 --- .../store-eu/META-INF/sca-contribution.xml | 26 ++++ tags/java/sca/1.3/tutorial/store-eu/pom.xml | 111 ++++++++++++++++ .../sca/1.3/tutorial/store-eu/store-eu.composite | 70 ++++++++++ .../1.3/tutorial/store-eu/uiservices/store-eu.html | 142 +++++++++++++++++++++ 4 files changed, 349 insertions(+) create mode 100644 tags/java/sca/1.3/tutorial/store-eu/META-INF/sca-contribution.xml create mode 100644 tags/java/sca/1.3/tutorial/store-eu/pom.xml create mode 100644 tags/java/sca/1.3/tutorial/store-eu/store-eu.composite create mode 100644 tags/java/sca/1.3/tutorial/store-eu/uiservices/store-eu.html (limited to 'tags/java/sca/1.3/tutorial/store-eu') diff --git a/tags/java/sca/1.3/tutorial/store-eu/META-INF/sca-contribution.xml b/tags/java/sca/1.3/tutorial/store-eu/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..552932b0e7 --- /dev/null +++ b/tags/java/sca/1.3/tutorial/store-eu/META-INF/sca-contribution.xml @@ -0,0 +1,26 @@ + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/1.3/tutorial/store-eu/pom.xml b/tags/java/sca/1.3/tutorial/store-eu/pom.xml new file mode 100644 index 0000000000..1bcf2171f4 --- /dev/null +++ b/tags/java/sca/1.3/tutorial/store-eu/pom.xml @@ -0,0 +1,111 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial + 1.3 + ../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 + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.3 + + + + 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/tags/java/sca/1.3/tutorial/store-eu/store-eu.composite b/tags/java/sca/1.3/tutorial/store-eu/store-eu.composite new file mode 100644 index 0000000000..a0b8b50975 --- /dev/null +++ b/tags/java/sca/1.3/tutorial/store-eu/store-eu.composite @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + EUR + + + + + + + + + + + + + + + + + + ../store-eu/target/cart-eu-db + + + + + + + + + diff --git a/tags/java/sca/1.3/tutorial/store-eu/uiservices/store-eu.html b/tags/java/sca/1.3/tutorial/store-eu/uiservices/store-eu.html new file mode 100644 index 0000000000..ec72d9b2a7 --- /dev/null +++ b/tags/java/sca/1.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