From 56ec5091c8e6a0c689919bf28585feca2050a0d3 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 2 Dec 2010 07:37:39 +0000 Subject: Start bringing up eightball app in trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041296 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/web.composite | 30 ++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 41 ++++++++++++++++++ .../src/main/webapp/eightball.html | 48 ++++++++++++++++++++++ 3 files changed, 119 insertions(+) create mode 100644 sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.composite create mode 100644 sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.xml create mode 100644 sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/src/main/webapp/eightball.html (limited to 'sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/src/main/webapp') diff --git a/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.composite b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.composite new file mode 100644 index 0000000000..88bd46e866 --- /dev/null +++ b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.composite @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..f828db7a81 --- /dev/null +++ b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,41 @@ + + + + + eightball-webapp + + + EightBallServlet + demo.EightBallServlet + + + + EightBallServlet + /EightBallServlet + + + + eightball.html + + + diff --git a/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/src/main/webapp/eightball.html b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/src/main/webapp/eightball.html new file mode 100644 index 0000000000..e22cc81c83 --- /dev/null +++ b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/src/main/webapp/eightball.html @@ -0,0 +1,48 @@ + + + + +The Magic Eight Ball + + + + +

The Magic Eight Ball

+ +The Tuscany Magic Eight Ball reaches into the future to find the answers to your questions. It knows what will be, and is willing to share this with you.

+Just type in your question that can be answered "Yes" or "No", concentrate very, very hard, and click on the "Ask" button.

+ +

+ + + + + + + +
+ +
+ +
+
+ + + \ No newline at end of file -- cgit v1.2.3