From f0527e13c01fe1fecbd195a70192b6caa9e5f7d0 Mon Sep 17 00:00:00 2001 From: fmoga Date: Sat, 12 Feb 2011 09:19:33 +0000 Subject: Create the 2.0-Beta2-RC3 tag. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070049 13f79535-47bb-0310-9956-ffa450edef68 --- .../samples/getting-started/files/helloworld.cmds | 19 +++ .../samples/getting-started/files/helloworld.xml | 27 ++++ .../getting-started/files/helloworldws.composite | 32 +++++ .../getting-started/files/new-sca-contribution.xml | 27 ++++ .../samples/getting-started/files/scdl-include.xml | 28 ++++ .../samples/getting-started/files/wsClient.html | 143 +++++++++++++++++++++ 6 files changed, 276 insertions(+) create mode 100644 sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/helloworld.cmds create mode 100644 sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/helloworld.xml create mode 100644 sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/helloworldws.composite create mode 100644 sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/new-sca-contribution.xml create mode 100644 sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/scdl-include.xml create mode 100644 sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/wsClient.html (limited to 'sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files') diff --git a/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/helloworld.cmds b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/helloworld.cmds new file mode 100644 index 0000000000..e94a0e42a6 --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/helloworld.cmds @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +# install the helloworld contribution and start its deployables +install helloworld-contribution/target/helloworld-contribution.jar -start diff --git a/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/helloworld.xml b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/helloworld.xml new file mode 100644 index 0000000000..e01074870c --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/helloworld.xml @@ -0,0 +1,27 @@ + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/helloworldws.composite b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/helloworldws.composite new file mode 100644 index 0000000000..abefee7360 --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/helloworldws.composite @@ -0,0 +1,32 @@ + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/new-sca-contribution.xml b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/new-sca-contribution.xml new file mode 100644 index 0000000000..62e8fef55d --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/new-sca-contribution.xml @@ -0,0 +1,27 @@ + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/scdl-include.xml b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/scdl-include.xml new file mode 100644 index 0000000000..b15b20befd --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/scdl-include.xml @@ -0,0 +1,28 @@ + + + + + + + + \ No newline at end of file diff --git a/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/wsClient.html b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/wsClient.html new file mode 100644 index 0000000000..402f30cdf8 --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/getting-started/files/wsClient.html @@ -0,0 +1,143 @@ + + + + + + +Tuscany Web service Sample Client + + + + + +

Tuscany Web service Sample Client

+ +

Tuscany Web service Sample Client

+ +

Sends a request to a Web Service endpoint. (This requires JavaScript)

+

Target: .

+ + + + + + + + + +
+ + + +
+ +
+ + -- cgit v1.2.3