From 263ea309c7e5ca7d7e17e84b5186bfab3fbc90df Mon Sep 17 00:00:00 2001 From: nash Date: Fri, 21 May 2010 22:54:43 +0000 Subject: Tag for travelsample-1.0-RC1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947210 13f79535-47bb-0310-9956-ffa450edef68 --- .../tags/travelsample-1.0-RC1/clients/build.xml | 47 +++++++++ .../clients/currency-converter-corba/build.xml | 42 ++++++++ .../clients/currency-converter-corba/pom.xml | 76 ++++++++++++++ .../scatours/CurrencyConverterCORBAClient.java | 41 ++++++++ .../src/main/resources/currency-converter.idl | 29 ++++++ .../clients/currency-converter-jms/build.xml | 38 +++++++ .../clients/currency-converter-jms/pom.xml | 97 +++++++++++++++++ .../java/scatours/CurrencyConverterJMSClient.java | 103 ++++++++++++++++++ .../clients/currency-converter-rmi/build.xml | 36 +++++++ .../clients/currency-converter-rmi/pom.xml | 50 +++++++++ .../currencyconverter/CurrencyConverter.java | 30 ++++++ .../java/scatours/CurrencyConverterRMIClient.java | 36 +++++++ .../clients/currency-converter-ws-jaxws/build.xml | 45 ++++++++ .../clients/currency-converter-ws-jaxws/pom.xml | 92 +++++++++++++++++ .../java/scatours/CurrencyConverterWSClient.java | 33 ++++++ .../src/main/resources/wsdl/CurrencyConverter.wsdl | 115 +++++++++++++++++++++ .../tags/travelsample-1.0-RC1/clients/pom.xml | 48 +++++++++ 17 files changed, 958 insertions(+) create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/build.xml create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/build.xml create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/pom.xml create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/src/main/resources/currency-converter.idl create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-jms/build.xml create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-jms/pom.xml create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/build.xml create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/pom.xml create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/build.xml create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/pom.xml create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl create mode 100644 sca-java-1.x/tags/travelsample-1.0-RC1/clients/pom.xml (limited to 'sca-java-1.x/tags/travelsample-1.0-RC1/clients') diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/build.xml b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/build.xml new file mode 100644 index 0000000000..78e305c3cd --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/build.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/build.xml b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/build.xml new file mode 100644 index 0000000000..eebbe90d4d --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/build.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/pom.xml b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/pom.xml new file mode 100644 index 0000000000..ad7dbc58d5 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/pom.xml @@ -0,0 +1,76 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + scatours + 1.0 + ../../pom.xml + + scatours-client-currency-converter-corba + Apache Tuscany SCA Tours Currency Converter CORBA Client + + + ${artifactId} + + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + ${scatours.selfContained} + ../lib/ + scatours.CurrencyConverterCORBAClient + + + + + + org.codehaus.mojo + idlj-maven-plugin + 1.1 + + + + generate + + + + + idlj + + + + currency-converter.idl + + true + false + + + ${basedir}/src/main/resources + + + + + diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java new file mode 100644 index 0000000000..7d799e459b --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/src/main/java/scatours/CurrencyConverterCORBAClient.java @@ -0,0 +1,41 @@ +/* + * 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. + */ +package scatours; + +import org.omg.CORBA.ORB; +import org.omg.CORBA.Object; + +import com.tuscanyscatours.currencyconverter.CurrencyConverter; +import com.tuscanyscatours.currencyconverter.CurrencyConverterHelper; + +public class CurrencyConverterCORBAClient { + + public static void main(String[] args) throws Exception { + + String[] orbArgs = {"-ORBInitialPort", "5080"}; + ORB orb = ORB.init(orbArgs, null); + + String ior = "corbaname::localhost:5080#CurrencyConverterCORBAService"; + Object obj = orb.string_to_object(ior); + CurrencyConverter converter = CurrencyConverterHelper.narrow(obj); + + System.out.println("USD -> GBP = " + converter.getExchangeRate("USD", "GBP")); + System.out.println("100 USD = " + converter.convert("USD", "GBP", 100.0) + "GBP"); + } +} diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/src/main/resources/currency-converter.idl b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/src/main/resources/currency-converter.idl new file mode 100644 index 0000000000..1ff24291f5 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-corba/src/main/resources/currency-converter.idl @@ -0,0 +1,29 @@ +/* + * 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. + */ + +module com { + module tuscanyscatours { + module currencyconverter { + interface CurrencyConverter { + double getExchangeRate(in string fromCurrencyCode, in string toCurrencyCode); + double convert(in string fromCurrencyCode, in string toCurrencyCode, in double amount); + }; + }; + }; +}; diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-jms/build.xml b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-jms/build.xml new file mode 100644 index 0000000000..1e3e20e4e6 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-jms/build.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-jms/pom.xml b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-jms/pom.xml new file mode 100644 index 0000000000..7f6ac7856e --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-jms/pom.xml @@ -0,0 +1,97 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + scatours + 1.0 + ../../pom.xml + + scatours-client-currency-converter-jms + Apache Tuscany SCA Tours Currency Converter JMS Client + + + + org.apache.activemq + activemq-all + 5.2.0 + + + org.apache.activemq + activemq-web-demo + + + + + + org.apache.ws.commons.axiom + axiom-api + 1.2.7 + + + xerces + xercesImpl + + + stax + stax-api + + + xml-apis + xml-apis + + + + + + org.apache.ws.commons.axiom + axiom-impl + 1.2.7 + runtime + + + stax + stax-api + + + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + ${scatours.selfContained} + ../lib/ + scatours.CurrencyConverterJMSClient + + + + + + + diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java new file mode 100644 index 0000000000..0bea38e07f --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-jms/src/main/java/scatours/CurrencyConverterJMSClient.java @@ -0,0 +1,103 @@ +/* + * 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. + */ +package scatours; + +import java.io.ByteArrayInputStream; + +import javax.jms.Connection; +import javax.jms.Destination; +import javax.jms.JMSException; +import javax.jms.MessageConsumer; +import javax.jms.MessageProducer; +import javax.jms.Session; +import javax.jms.TextMessage; +import javax.xml.stream.XMLStreamException; + +import org.apache.activemq.ActiveMQConnectionFactory; +import org.apache.axiom.om.OMAbstractFactory; +import org.apache.axiom.om.OMElement; +import org.apache.axiom.om.OMFactory; +import org.apache.axiom.om.OMText; +import org.apache.axiom.om.impl.builder.StAXOMBuilder; + +public class CurrencyConverterJMSClient { + + private static Connection activeMQConnection; + private static Session activeMQSession; + private static Destination requestDestination; + private static MessageProducer activeMQProducer; + private static Destination responseDestination; + private static MessageConsumer consumer; + private static OMFactory omFactory; + + public static void main(String[] args) throws JMSException, XMLStreamException { + startActiveMQSession(); + + OMElement request = omFactory.createOMElement("convert", "http://goodvaluetrips.com/", "ns2"); + request.addChild(createArg(0, "USD")); + request.addChild(createArg(1, "GBP")); + request.addChild(createArg(2, "100.0")); + + TextMessage message = activeMQSession.createTextMessage("convert"); + message.setStringProperty("scaOperationName", "convert"); + message.setJMSReplyTo(responseDestination); + message.setText(request.toString()); + activeMQProducer.send(message); + + TextMessage response = (TextMessage)consumer.receive(); + StAXOMBuilder builder = new StAXOMBuilder(new ByteArrayInputStream(response.getText().getBytes())); + OMText returnElement = (OMText)builder.getDocumentElement().getFirstOMChild(); + String returnValue = returnElement.getText(); + System.out.println("100 USD = " + returnValue + "GBP"); + + stopActiveMQSession(); + } + + private static void startActiveMQSession() throws JMSException { + ActiveMQConnectionFactory connectionFactory = new ActiveMQConnectionFactory("tcp://localhost:61619"); + + activeMQConnection = connectionFactory.createConnection(); + activeMQConnection.start(); + + activeMQSession = activeMQConnection.createSession(false, Session.AUTO_ACKNOWLEDGE); + + requestDestination = activeMQSession.createQueue("RequestQueue"); + activeMQProducer = activeMQSession.createProducer(requestDestination); + + responseDestination = activeMQSession.createQueue("ResponseQueue"); + consumer = activeMQSession.createConsumer(responseDestination); + + omFactory = OMAbstractFactory.getOMFactory(); + } + + private static void stopActiveMQSession() throws JMSException { + consumer.close(); + activeMQProducer.close(); + activeMQSession.close(); + activeMQConnection.close(); + } + + private static OMElement createArg(int argNumber, String value) { + OMFactory omFactory = OMAbstractFactory.getOMFactory(); + OMElement arg = omFactory.createOMElement("arg" + argNumber, null); + OMText senderOM = omFactory.createOMText(value); + arg.addChild(senderOM); + return arg; + } +} diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/build.xml b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/build.xml new file mode 100644 index 0000000000..33a2db7951 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/build.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/pom.xml b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/pom.xml new file mode 100644 index 0000000000..b29c0f1845 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/pom.xml @@ -0,0 +1,50 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + scatours + 1.0 + ../../pom.xml + + scatours-client-currency-converter-rmi + Apache Tuscany SCA Tours Currency Converter RMI Client + + + ${artifactId} + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + ${scatours.selfContained} + ../lib/ + scatours.CurrencyConverterRMIClient + + + + + + + diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java new file mode 100644 index 0000000000..e12a95c964 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/src/main/java/com/tuscanyscatours/currencyconverter/CurrencyConverter.java @@ -0,0 +1,30 @@ +/* + * 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. + */ +package com.tuscanyscatours.currencyconverter; + +/** + * The CurrencyConverter service interface + */ +public interface CurrencyConverter { + + double getExchangeRate(String fromCurrencyCode, String toCurrencyCode); + + double convert(String fromCurrencyCode, String toCurrencyCode, double amount); + +} diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java new file mode 100644 index 0000000000..32e4fccfce --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-rmi/src/main/java/scatours/CurrencyConverterRMIClient.java @@ -0,0 +1,36 @@ +/* + * 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. + */ +package scatours; + +import java.rmi.registry.LocateRegistry; +import java.rmi.registry.Registry; + +import com.tuscanyscatours.currencyconverter.CurrencyConverter; + +public class CurrencyConverterRMIClient { + + public static void main(String[] args) throws Exception { + Registry registry = LocateRegistry.getRegistry("localhost", 8099); + String name = "CurrencyConverterRMI"; + CurrencyConverter converter = (CurrencyConverter)registry.lookup(name); + + System.out.println("USD -> GBP = " + converter.getExchangeRate("USD", "GBP")); + System.out.println("100 USD = " + converter.convert("USD", "GBP", 100.0) + "GBP"); + } +} diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/build.xml b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/build.xml new file mode 100644 index 0000000000..a1181373c9 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/build.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/pom.xml b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/pom.xml new file mode 100644 index 0000000000..aab62fabe7 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/pom.xml @@ -0,0 +1,92 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + scatours + 1.0 + ../../pom.xml + + scatours-client-currency-converter-ws-jaxws + Apache Tuscany SCA Tours Currency Converter Web Service JAX-WS Client + + + + javax.xml.ws + jaxws-api + 2.1 + + + javax.xml.soap + saaj-api + + + + + + + + java.net2 + java.net Maven 2.x Repository + http://download.java.net/maven/2 + + false + + + + + + ${artifactId} + + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + ../util/scatours-util-jaxws-runtime.jar + scatours.CurrencyConverterWSClient + + + + + + + org.codehaus.mojo + jaxws-maven-plugin + 1.12 + + + + wsimport + + + ${basedir}/src/main/resources/wsdl + scatours.currencyconverter.client + + + + + + + diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java new file mode 100644 index 0000000000..dbaa7c2124 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/src/main/java/scatours/CurrencyConverterWSClient.java @@ -0,0 +1,33 @@ +/* + * 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. + */ +package scatours; + +import scatours.currencyconverter.client.CurrencyConverter; +import scatours.currencyconverter.client.CurrencyConverterService; + +public class CurrencyConverterWSClient { + + public static void main(String[] args) throws Exception { + CurrencyConverterService service = new CurrencyConverterService(); + CurrencyConverter converter = service.getPort(CurrencyConverter.class); + + System.out.println("USD -> GBP = " + converter.getExchangeRate("USD", "GBP")); + System.out.println("100 USD = " + converter.convert("USD", "GBP", 100.0) + "GBP"); + } +} diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl new file mode 100644 index 0000000000..055431bbf2 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/currency-converter-ws-jaxws/src/main/resources/wsdl/CurrencyConverter.wsdl @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/travelsample-1.0-RC1/clients/pom.xml b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/pom.xml new file mode 100644 index 0000000000..70f4ed55b4 --- /dev/null +++ b/sca-java-1.x/tags/travelsample-1.0-RC1/clients/pom.xml @@ -0,0 +1,48 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + scatours + 1.0 + ../pom.xml + + scatours-clients + pom + Apache Tuscany SCA Tours non-SCA Clients + + + + default + + true + + + currency-converter-corba + currency-converter-jms + currency-converter-rmi + currency-converter-ws-jaxws + + + + + + -- cgit v1.2.3