From 2793e5c2cba7efea7e19c4bcd853c7534e8b5b5f Mon Sep 17 00:00:00 2001 From: mcombellack Date: Mon, 5 Oct 2009 21:54:21 +0000 Subject: Initial commit of a Servlet implementation of a currency converter git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822037 13f79535-47bb-0310-9956-ffa450edef68 --- .../webapp/META-INF/sca-deployables/web.composite | 34 ++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 52 ++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 sandbox/travelsample/contributions/currency-servlet/src/main/webapp/META-INF/sca-deployables/web.composite create mode 100644 sandbox/travelsample/contributions/currency-servlet/src/main/webapp/WEB-INF/web.xml (limited to 'sandbox/travelsample/contributions/currency-servlet/src/main/webapp') diff --git a/sandbox/travelsample/contributions/currency-servlet/src/main/webapp/META-INF/sca-deployables/web.composite b/sandbox/travelsample/contributions/currency-servlet/src/main/webapp/META-INF/sca-deployables/web.composite new file mode 100644 index 0000000000..c9ef16ee1b --- /dev/null +++ b/sandbox/travelsample/contributions/currency-servlet/src/main/webapp/META-INF/sca-deployables/web.composite @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/sandbox/travelsample/contributions/currency-servlet/src/main/webapp/WEB-INF/web.xml b/sandbox/travelsample/contributions/currency-servlet/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..2204c67870 --- /dev/null +++ b/sandbox/travelsample/contributions/currency-servlet/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,52 @@ + + + + + + SCA Tours Currency Converter Servlet + + + tuscany + org.apache.tuscany.sca.host.webapp.TuscanyServletFilter + + + + tuscany + /* + + + + CurrencyConverterServlet + com.tuscanyscatours.currencyconverter.servlet.CurrencyConverterServlet + + + + CurrencyConverterServlet + /CurrencyConverterServlet + + + + CurrencyConverterServlet + + + -- cgit v1.2.3