From 8d7f452674ca4fb78c43b33079846cb7cbc1e9a1 Mon Sep 17 00:00:00 2001 From: lresende Date: Tue, 22 Jul 2008 05:47:08 +0000 Subject: Distributed store scenario to help evaluate current issues when wiring references to services from different hosts/ports using web 2.0 bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678649 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/samples/store-distributed/pom.xml | 119 +++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 java/sca/samples/store-distributed/pom.xml (limited to 'java/sca/samples/store-distributed/pom.xml') diff --git a/java/sca/samples/store-distributed/pom.xml b/java/sca/samples/store-distributed/pom.xml new file mode 100644 index 0000000000..5d2256b362 --- /dev/null +++ b/java/sca/samples/store-distributed/pom.xml @@ -0,0 +1,119 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4-SNAPSHOT + ../pom.xml + + sample-store-distributed + Apache Tuscany SCA Getting Started Online Store Sample + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + + org.apache.tuscany.sca + tuscany-node2-api + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-node2-launcher + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-domain-manager + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-data-api + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-widget-runtime + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-binding-atom-abdera + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-binding-jsonrpc-runtime + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-binding-http-runtime + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4-SNAPSHOT + runtime + + + + junit + junit + 4.2 + test + + + + + + ${artifactId} + + + -- cgit v1.2.3