summaryrefslogtreecommitdiffstats
path: root/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator
diff options
context:
space:
mode:
Diffstat (limited to 'tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator')
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/Makefile.am21
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/README20
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/README.html187
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/deploy.bat49
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.app.composite28
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/CalculatorClient.rb25
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/Makefile.am23
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/runclient.bat44
-rwxr-xr-xtags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/runclient.sh42
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/Calculator.wsdl161
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/CalculatorImpl.rb48
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/DivideImpl.rb39
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/Makefile.am22
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/sample.calculator.composite34
14 files changed, 0 insertions, 743 deletions
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/Makefile.am b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/Makefile.am
deleted file mode 100644
index 246ea1852f..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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.
-
-deploydir=$(prefix)/RubyCalculator/deploy
-SUBDIRS = sample.calculator sample.calculator.client
-EXTRA_DIST = *.composite README.html
-deploy_DATA = *.composite
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/README b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/README
deleted file mode 100644
index 670f561dc1..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/README
+++ /dev/null
@@ -1,20 +0,0 @@
-Tuscany SCA for C++ Samples - Calculator Sample
-===============================================
-
-This is a very simple sample to show how an SCA composite can wire together
-two components to implement a Calculator service and expose that service as
-a Web Service.
-
-There are two sub projects in this workspace:
- - sample.calculator
- This contains the source code and SCDL artifacts for the SCA Calculator.
- composite implementing the sample Calculator.
-
- - sample.calculator.client
- A sample client which does a local call to the Calculator service.
-
-Additionally, there is the sample.calculator.app.composite file. This
-describes the configuration of the SCA Calculator composite deployed to the
-SCA runtime.
-
-See the README.html file for instructions to build and run this sample
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/README.html b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/README.html
deleted file mode 100644
index bb6fe7e0ea..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/README.html
+++ /dev/null
@@ -1,187 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<!--
- 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.
--->
-
-<HTML>
-<HEAD>
- <META CONTENT="text/html; charset=iso-8859-1" HTTP-EQUIV="Content-Type">
- <META CONTENT="text/css" HTTP-EQUIV="Content-Style-Type">
- <STYLE MEDIA="all" TYPE="text/css">
-@import url("../../doc/css/maven-base.css");
-@import url("../../doc/css/maven-theme.css");
- </STYLE>
-
- <LINK HREF="../doc/css/maven-theme.css" MEDIA="print" REL="stylesheet"
- TYPE="text/css">
- <TITLE>Tuscany SCA Native Samples - Ruby Calculator Sample</TITLE>
-</HEAD>
-
-<BODY>
-<DIV ID="bodyColumn">
- <DIV ID="contentBox">
- <DIV CLASS="section">
- <H1>Tuscany SCA Native Samples - Ruby Calculator Sample</H1>
-
- <P>This is a very simple sample to show how an SCA composite can wire
- together two Ruby components to implement a Calculator service and invoke
- the service via a local client.
- </P>
- <P>There are two sub projects in this workspace:</P>
- <UL>
- <LI>sample.calculator<BR/>
- This contains the Ruby scripts and SCDL artifacts for the SCA Calculator
- composite implementing the sample Calculator.
- </LI>
- <LI>sample.calculator.client<BR/>
- A sample client which does a local call to the Calculator service.
- </LI>
- </UL>
- <P>Additionally, there is the sample.calculator.app.composite file. This
- describes the configuration of the SCA Calculator composite deployed to the SCA
- runtime.
- </P>
- </DIV>
-
- <DIV CLASS="section">
- <H2>Contents</H2>
- <OL>
- <LI><A HREF="#linuxbld">Building the Ruby samples on Linux and Mac OS X</A></LI>
- <LI><A HREF="#linuxrun">Running the Ruby Calculator sample on Linux and Mac OS X</A></LI>
- <LI><A HREF="#winbld">Building the Ruby Calculator sample on Windows</A></LI>
- <LI><A HREF="#winrun">Running the Ruby Calculator sample on Windows</A></LI>
- <LI><A HREF="#help">Getting help</A></LI>
- </OL>
- </DIV>
-
-
- <DIV CLASS="section">
- <A NAME="linuxbld"><H2>Building the Ruby samples on Linux and Mac OS X</H2></A>
- <P>If using the binary distribution the samples are built and installed in
- &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#linuxrun">Running the samples on Linux and Mac OS X</A>.</P>
- <OL>
- <LI>The following environment variables are required:
- <UL>
- <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>
- <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>
- </UL></LI>
- </LI>
- <LI>As the Ruby Calculator sample is based on Ruby scripts, a specific compilation step is not necessary -
- only deployment is required. Deploy the Ruby samples only with the following command sequence:
- <UL>
- <LI>cd &lt;tuscany_sca_install_dir&gt;/samples</LI>
- <LI>./configure --enable-ruby --enable-cpp=no --prefix=$TUSCANY_SCACPP/samples</LI>
- <LI>make install</LI>
- </UL>
- NOTE: If you don't provide the --prefix configure option, it will by default install into
- /usr/local/tuscany/sca/samples/RubyCalculator</LI>
- </OL>
- </DIV>
-
- <DIV CLASS="section">
- <A NAME="linuxrun"><H2>Running the Ruby Calculator sample on Linux and Mac OS X</H2></A>
- <OL>
- <LI>The Ruby Calculator sample requires the following extension:
- <UL>
- <LI><A HREF="../../doc/RubyExtension.html">Ruby Extension</A></LI>
- </UL>
- Please follow the documentation to ensure you have this extension built and installed
- on your system
- </LI>
-
- <LI>The following environment variables are required:
- <UL>
- <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>
- <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>
- </UL>
- </LI>
- <LI>Run the sample with the following commands:
- <UL>
- <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/RubyCalculator/deploy/sample.calculator.client</LI>
- <LI>./runclient.sh</LI>
- </UL>
- </LI>
- </OL>
- </DIV>
-
- <DIV CLASS="section">
- <A NAME="winbld"><H2>Building the Ruby Calculator sample on Windows</H2></A>
- <P>If using the binary distribution the samples are built and installed in
- &lt;tuscany_sca_install_dir&gt;\samples - go directly to <A HREF="#winrun">Running the samples on Windows</A>.</P>
- <OL>
- <LI>The following environment variables are required:
- <UL>
- <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>
- <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>
- </UL>
- </LI>
- <LI>As this sample is based on Ruby scripts, a specific compilation step is not necessary -
- only deployment is required. Deploy the sample with the following commands:
- <UL>
- <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\RubyCalculator</LI>
- <LI>deploy.bat</LI>
- </UL>
- </LI>
- </OL>
- </DIV>
-
- <DIV CLASS="section">
- <A NAME="winrun"><H2>Running the Ruby Calculator sample on Windows</H2></A>
- <OL>
- <LI>The Ruby Calculator sample requires the following extension:
- <UL>
- <LI><A HREF="../../doc/RubyExtension.html">Ruby Extension</A></LI>
- </UL>
- Please follow the documentation to ensure you have this extension built and installed
- on your system
- </LI>
- <LI>The following environment variables are required:
- <UL>
- <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>
- <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>
- </UL>
- </LI>
- <LI>Run the sample with the following commands:
- <UL>
- <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\RubyCalculator\deploy\sample.calculator.client</LI>
- <LI>runclient.bat</LI>
- </UL>
- </LI>
- </OL>
- </DIV>
-
- <DIV CLASS="section">
- <A NAME="help"><H2>Getting Help</H2></A>
-
- <P>The first place to look is at the Tuscany SCA FAQ at
- <A HREF="http://cwiki.apache.org/confluence/display/TUSCANY/Tuscany+SCA+-+FAQ"
- TARGET="_blank">http://cwiki.apache.org/confluence/display/TUSCANY/Tuscany+SCA+-+FAQ</A> </P>
-
- <P>Any problem with this release can be reported to the Tuscany
- <A HREF="http://cwiki.apache.org/TUSCANY/mailing-lists.html"
- TARGET="_blank">mailing lists</A> or create a JIRA issue at&nbsp;<A HREF="http://issues.apache.org/jira/browse/Tuscany"
- TARGET="_blank">http://issues.apache.org/jira/browse/Tuscany</A>.</P>
-
- </DIV>
- </DIV>
-</DIV>
-</BODY>
-
-</HTML>
-
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/deploy.bat b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/deploy.bat
deleted file mode 100644
index 6910b8ca2d..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/deploy.bat
+++ /dev/null
@@ -1,49 +0,0 @@
-@echo off
-@REM Licensed to the Apache Software Foundation (ASF) under one
-@REM or more contributor license agreements. See the NOTICE file
-@REM distributed with this work for additional information
-@REM regarding copyright ownership. The ASF licenses this file
-@REM to you under the Apache License, Version 2.0 (the
-@REM "License"); you may not use this file except in compliance
-@REM with the License. You may obtain a copy of the License at
-@REM
-@REM http://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM Unless required by applicable law or agreed to in writing,
-@REM software distributed under the License is distributed on an
-@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-@REM KIND, either express or implied. See the License for the
-@REM specific language governing permissions and limitations
-@REM under the License.
-
-rem Will copy the correct files from the source tree for packaging and deployment of the
-rem SCA sample.
-setlocal
-set currentPath=%~d0%~p0
-set sourcePath=%currentPath%
-
-set deploydir=%TUSCANY_SCACPP%
-set samplesdir=%deploydir%\samples
-set calcdir=%samplesdir%\RubyCalculator
-
-if . == %1. (
-set destinationPath=%calcdir%\deploy
-) ELSE (
-set destinationPath=%1
-)
-
-if not exist %samplesdir% mkdir %samplesdir%
-if not exist %calcdir% mkdir %calcdir%
-if not exist %destinationPath% mkdir %destinationPath%
-if not exist %destinationPath%\sample.calculator mkdir %destinationPath%\sample.calculator
-copy %sourcePath%\sample.calculator\*.composite %destinationPath%\sample.calculator
-copy %sourcePath%\sample.calculator\*.rb %destinationPath%\sample.calculator
-copy %sourcePath%\sample.calculator\Calculator.wsdl %destinationPath%\sample.calculator
-
-if not exist %destinationPath%\sample.calculator.client mkdir %destinationPath%\sample.calculator.client
-copy %sourcePath%\sample.calculator.client\CalculatorClient.rb %destinationPath%\sample.calculator.client
-copy %sourcePath%\sample.calculator.client\runclient.bat %destinationPath%\sample.calculator.client
-
-copy %sourcePath%\*.composite %destinationPath%
-
-endlocal
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.app.composite b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.app.composite
deleted file mode 100644
index ada4d89a1c..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.app.composite
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- 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.
--->
-
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- name="sample.calculator.app">
-
- <component name="sample.calculator.CalculatorComponent">
- <implementation.composite name="sample.calculator" />
- </component>
-
-</composite>
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/CalculatorClient.rb b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/CalculatorClient.rb
deleted file mode 100644
index 253928df0c..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/CalculatorClient.rb
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.
-#
-#
-
-require("tuscany_sca_ruby")
-
-calculator = SCA::locateService("CalculatorComponent")
-
-x = calculator.div(5, 2)
-print x, "\n"
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/Makefile.am b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/Makefile.am
deleted file mode 100644
index 38f61539d3..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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.
-
-deploydir=$(prefix)/RubyCalculator/deploy
-clientdir=$(deploydir)/sample.calculator.client
-
-client_DATA = *.rb
-client_SCRIPTS = runclient.sh
-EXTRA_DIST = runclient.sh *.rb
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/runclient.bat b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/runclient.bat
deleted file mode 100644
index 4a1079986a..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/runclient.bat
+++ /dev/null
@@ -1,44 +0,0 @@
-@echo off
-
-@REM Licensed to the Apache Software Foundation (ASF) under one
-@REM or more contributor license agreements. See the NOTICE file
-@REM distributed with this work for additional information
-@REM regarding copyright ownership. The ASF licenses this file
-@REM to you under the Apache License, Version 2.0 (the
-@REM "License"); you may not use this file except in compliance
-@REM with the License. You may obtain a copy of the License at
-@REM
-@REM http://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM Unless required by applicable law or agreed to in writing,
-@REM software distributed under the License is distributed on an
-@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-@REM KIND, either express or implied. See the License for the
-@REM specific language governing permissions and limitations
-@REM under the License.
-
-setlocal
-
-if "%TUSCANY_SCACPP%" == "" (
-echo "TUSCANY_SCACPP not set"
-goto end
-)
-echo using SCA installed at %TUSCANY_SCACPP%
-
-if "%TUSCANY_SDOCPP%" == "" (
-echo "TUSCANY_SDOCPP not set"
-goto end
-)
-echo using SDO installed at %TUSCANY_SDOCPP%
-
-set PATH=%TUSCANY_SCACPP%\extensions\ruby\bin;%TUSCANY_SCACPP%\bin;%TUSCANY_SDOCPP%\bin;%PATH%
-
-set TUSCANY_SCACPP_ROOT=%~d0%~p0\..\
-set TUSCANY_SCACPP_COMPONENT=sample.calculator.CalculatorComponent
-set TUSCANY_SCACPP_BASE_URI=http://localhost:9090
-
-cd %TUSCANY_SCACPP_ROOT%\sample.calculator.client
-ruby -I%TUSCANY_SCACPP%\extensions\ruby\bin CalculatorClient.rb
-
-:end
-endlocal
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/runclient.sh b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/runclient.sh
deleted file mode 100755
index bc2d6c0904..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator.client/runclient.sh
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/bin/sh
-
-# 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.
-
-
-APFULLDIR=`pwd`
-
-if [ x$TUSCANY_SCACPP = x ]; then
-echo "TUSCANY_SCACPP not set"
-exit;
-fi
-echo "Using SCA installed at $TUSCANY_SCACPP"
-
-if [ x$TUSCANY_SDOCPP = x ]; then
-echo "TUSCANY_SDOCPP not set"
-exit;
-fi
-echo "Using SDO installed at $TUSCANY_SDOCPP"
-
-export LD_LIBRARY_PATH=$TUSCANY_SCACPP/extensions/ruby/lib:$TUSCANY_SCACPP/lib:$TUSCANY_SDOCPP/lib:$LD_LIBRARY_PATH
-
-export TUSCANY_SCACPP_ROOT=$APFULLDIR/../
-export TUSCANY_SCACPP_COMPONENT=sample.calculator.CalculatorComponent
-export TUSCANY_SCACPP_BASE_URI=http://localhost:9090
-
-cd $TUSCANY_SCACPP_ROOT/sample.calculator.client
-ruby -I$TUSCANY_SCACPP/extensions/ruby/lib CalculatorClient.rb
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/Calculator.wsdl b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/Calculator.wsdl
deleted file mode 100644
index 331b996ba2..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/Calculator.wsdl
+++ /dev/null
@@ -1,161 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- 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.
--->
-
-<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:tns="http://sample/calculator"
- targetNamespace="http://sample/calculator">
- <types>
- <xs:schema targetNamespace="http://sample/calculator"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:tns="http://sample/calculator" elementFormDefault="qualified">
-
- <xs:element name="add">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="param1" type="xs:float"/>
- <xs:element name="param2" type="xs:float"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-
- <xs:element name="sub">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="param1" type="xs:float"/>
- <xs:element name="param2" type="xs:float"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-
- <xs:element name="mul">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="param1" type="xs:float"/>
- <xs:element name="param2" type="xs:float"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-
- <xs:element name="div">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="param1" type="xs:float"/>
- <xs:element name="param2" type="xs:float"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-
- <xs:element name="result">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="data" type="xs:float"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-
- </xs:schema>
- </types>
-
- <message name="addRequestMsg">
- <part name="body" element="tns:add" />
- </message>
- <message name="subRequestMsg">
- <part name="body" element="tns:sub" />
- </message>
- <message name="mulRequestMsg">
- <part name="body" element="tns:mul" />
- </message>
- <message name="divRequestMsg">
- <part name="body" element="tns:div" />
- </message>
-
- <message name="calculatorResponseMsg">
- <part name="body" element="tns:result" />
- </message>
-
- <portType name="Calculator">
- <operation name="add">
- <input message="tns:addRequestMsg" />
- <output message="tns:calculatorResponseMsg" />
- </operation>
- <operation name="sub">
- <input message="tns:subRequestMsg" />
- <output message="tns:calculatorResponseMsg" />
- </operation>
- <operation name="mul">
- <input message="tns:mulRequestMsg" />
- <output message="tns:calculatorResponseMsg" />
- </operation>
- <operation name="div">
- <input message="tns:divRequestMsg" />
- <output message="tns:calculatorResponseMsg" />
- </operation>
- </portType>
-
- <binding name="CalculatorBinding"
- type="tns:Calculator">
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
- <operation name="add">
- <soap:operation soapAction="CalculatorService#add" />
- <input>
- <soap:body use="literal" />
- </input>
- <output>
- <soap:body use="literal" />
- </output>
- </operation>
- <operation name="sub">
- <soap:operation soapAction="CalculatorService#sub" />
- <input>
- <soap:body use="literal" />
- </input>
- <output>
- <soap:body use="literal" />
- </output>
- </operation>
- <operation name="mul">
- <soap:operation soapAction="CalculatorService#mul" />
- <input>
- <soap:body use="literal" />
- </input>
- <output>
- <soap:body use="literal" />
- </output>
- </operation>
- <operation name="div">
- <soap:operation soapAction="CalculatorService#div" />
- <input>
- <soap:body use="literal" />
- </input>
- <output>
- <soap:body use="literal" />
- </output>
- </operation>
- </binding>
-
- <service name="CalculatorService">
- <port name="CalculatorPort"
- binding="tns:CalculatorBinding">
- <soap:address location="http://localhost:9090/axis2/services/sample.calculator.CalculatorComponent/CalculatorService" />
- </port>
- </service>
-</definitions>
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/CalculatorImpl.rb b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/CalculatorImpl.rb
deleted file mode 100644
index 36ed15ff9b..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/CalculatorImpl.rb
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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.
-#
-#
-
-class CalculatorImpl
-
- attr_writer :divideService
-
- def initialize()
- print "Ruby - CalculatorImpl.initialize\n"
- end
-
- def div(arg1, arg2)
- print "Ruby - CalculatorImpl.div\n"
- @divideService.divide(arg1.to_f, arg2.to_f)
- end
-
- def add(arg1, arg2)
- print "Ruby - CalculatorImpl.add\n"
- arg1.to_f + arg2.to_f
- end
-
- def sub(arg1, arg2)
- print "Ruby - CalculatorImpl.sub\n"
- arg1.to_f - arg2.to_f
- end
-
- def mul(arg1, arg2)
- print "Ruby - CalculatorImpl.mul\n"
- arg1.to_f * arg2.to_f
- end
-
-end \ No newline at end of file
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/DivideImpl.rb b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/DivideImpl.rb
deleted file mode 100644
index c6615bfcfa..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/DivideImpl.rb
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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.
-#
-#
-
-class DivideImpl
-
- attr_writer :round
-
- def initialize()
- print "Ruby - DivideImpl.initialize\n"
- end
-
- def divide(arg1, arg2)
- print "Ruby - DivideImpl.divide ", arg1, " / ", arg2, "\n"
- res = arg1.to_f / arg2.to_f
- if @round then
- res = res.round
- print "DivideImpl.divide rounding\n"
- end
- print "DivideImpl.divide ", res, "\n"
- res
- end
-
-end \ No newline at end of file
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/Makefile.am b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/Makefile.am
deleted file mode 100644
index 7de5b9fdd3..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.
-
-deploydir=$(prefix)/RubyCalculator/deploy
-compositedir=$(deploydir)/sample.calculator
-
-composite_DATA = *.composite *.wsdl *.rb
-EXTRA_DIST = *.composite *.wsdl *.rb
diff --git a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/sample.calculator.composite b/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/sample.calculator.composite
deleted file mode 100644
index d77ba538fe..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC4/samples/RubyCalculator/sample.calculator/sample.calculator.composite
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- 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.
--->
-
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- name="sample.calculator">
-
- <component name="CalculatorComponent">
- <implementation.ruby script="CalculatorImpl.rb" class="CalculatorImpl"/>
- <reference name="divideService">DivideComponent</reference>
- </component>
-
- <component name="DivideComponent">
- <implementation.ruby script="DivideImpl.rb" class="DivideImpl"/>
- <property name="round">true</property>
- </component>
-
-</composite> \ No newline at end of file