From 9e31ffd14a9ea192f990f5ef9eced846a90c441e Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 14 Aug 2008 09:33:56 +0000 Subject: Add new sample demonstrating callbacks with implementation.web clients git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685834 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/web.xml | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 java/sca/samples/helloworld-web-callback/src/main/webapp/WEB-INF/web.xml (limited to 'java/sca/samples/helloworld-web-callback/src/main/webapp/WEB-INF/web.xml') diff --git a/java/sca/samples/helloworld-web-callback/src/main/webapp/WEB-INF/web.xml b/java/sca/samples/helloworld-web-callback/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..f29262a147 --- /dev/null +++ b/java/sca/samples/helloworld-web-callback/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,42 @@ + + + + + + Apache Tuscany Helloworld Servlet Sample + + + tuscany + org.apache.tuscany.sca.host.webapp.TuscanyServletFilter + + + + tuscany + /* + + + + hello.html + + + -- cgit v1.2.3