summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/README
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-04-19 14:17:46 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-04-19 14:17:46 +0000
commita65ef54c130f23d7f9505776e648a7c272fa07a1 (patch)
tree5891e0821d888daefa8cd6fd6d8912bfb42e3d12 /sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/README
parent8d375d619ebbbdb66f62aa7d9593e2e6b1511069 (diff)
Add helloworld sample using BPEL. This doesn't work yet, looks like the is some issue with the imml bpel module/ode as it complains about the bpwl script url which looks ok to me
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095098 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/README b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/README
new file mode 100644
index 0000000000..17676cf5dd
--- /dev/null
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/README
@@ -0,0 +1,18 @@
+Tuscany - Getting Started - Helloworld Spring Sample
+----------------------------------------------------
+
+This sample is an alternative version of the helloworld sample which uses the Spring Framework instead of an SCA Java component.
+
+The changes to the helloworld sample are:
+- update the pom.xml with the additional Spring dependencies
+- add a Spring context xml file
+- update the composite to use <implementation.spring>
+
+As with all the getting-started samples you can run this sample with:
+
+ mvn tuscany:run
+
+And then as with the original helloworld sample you may test the service by using the Shell "invoke" command:
+
+ invoke HelloworldComponent sayHello yourName
+