From a7c1a39d8c3c4ef4d5878dbff726085082a17e8a Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:09:31 +0000 Subject: Moving 2.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835136 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/web.composite | 34 ++++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 42 ++++++++++++++++++++ .../helloworld-servlet/src/main/webapp/hello.html | 46 ++++++++++++++++++++++ 3 files changed, 122 insertions(+) create mode 100644 sca-java-2.x/branches/sca-java-2.0-M3/samples/webapps/helloworld-servlet/src/main/webapp/WEB-INF/web.composite create mode 100644 sca-java-2.x/branches/sca-java-2.0-M3/samples/webapps/helloworld-servlet/src/main/webapp/WEB-INF/web.xml create mode 100644 sca-java-2.x/branches/sca-java-2.0-M3/samples/webapps/helloworld-servlet/src/main/webapp/hello.html (limited to 'sca-java-2.x/branches/sca-java-2.0-M3/samples/webapps/helloworld-servlet/src/main/webapp') diff --git a/sca-java-2.x/branches/sca-java-2.0-M3/samples/webapps/helloworld-servlet/src/main/webapp/WEB-INF/web.composite b/sca-java-2.x/branches/sca-java-2.0-M3/samples/webapps/helloworld-servlet/src/main/webapp/WEB-INF/web.composite new file mode 100644 index 0000000000..56ed55b2d5 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M3/samples/webapps/helloworld-servlet/src/main/webapp/WEB-INF/web.composite @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M3/samples/webapps/helloworld-servlet/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/branches/sca-java-2.0-M3/samples/webapps/helloworld-servlet/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..8fd6a6614a --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M3/samples/webapps/helloworld-servlet/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,42 @@ + + + + + Apache Tuscany Helloworld Servlet Sample + + + HelloworldServlet + sample.HelloworldServlet + + + + HelloworldServlet + /HelloworldServlet + + + + hello.html + + + + diff --git a/sca-java-2.x/branches/sca-java-2.0-M3/samples/webapps/helloworld-servlet/src/main/webapp/hello.html b/sca-java-2.x/branches/sca-java-2.0-M3/samples/webapps/helloworld-servlet/src/main/webapp/hello.html new file mode 100644 index 0000000000..c4484916aa --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M3/samples/webapps/helloworld-servlet/src/main/webapp/hello.html @@ -0,0 +1,46 @@ + + + + +Apache Tuscany Helloworld Servlet Sample + + + + +

Apache Tuscany Helloworld Servlet Sample

+ +
+ + + + + + + + +
Enter your name: + +
+ +
+
+ + + \ No newline at end of file -- cgit v1.2.3