From 54dcf777e655a94049d8000f8f7b15846f1d54e6 Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 2 Nov 2010 13:01:07 +0000 Subject: Tag for 2.0-Beta1-RC2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1030026 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/web.composite | 34 ++++++++++++++++ .../src/main/webapp/WEB-INF/web.xml | 44 +++++++++++++++++++++ .../helloworld-servlet/src/main/webapp/hello.html | 46 ++++++++++++++++++++++ 3 files changed, 124 insertions(+) create mode 100644 sca-java-2.x/tags/2.0-Beta1-RC2/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.composite create mode 100644 sca-java-2.x/tags/2.0-Beta1-RC2/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.xml create mode 100644 sca-java-2.x/tags/2.0-Beta1-RC2/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/hello.html (limited to 'sca-java-2.x/tags/2.0-Beta1-RC2/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp') diff --git a/sca-java-2.x/tags/2.0-Beta1-RC2/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.composite b/sca-java-2.x/tags/2.0-Beta1-RC2/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.composite new file mode 100644 index 0000000000..8976adde3c --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta1-RC2/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.composite @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-Beta1-RC2/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.xml b/sca-java-2.x/tags/2.0-Beta1-RC2/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..a91b3fc96b --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta1-RC2/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,44 @@ + + + + + Apache Tuscany Helloworld Servlet Sample + + org.apache.tuscany.sca.host.webapp.TuscanyContextListener + + + HelloworldServlet + sample.HelloworldServlet + + + + HelloworldServlet + /HelloworldServlet + + + + hello.html + + + + diff --git a/sca-java-2.x/tags/2.0-Beta1-RC2/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/hello.html b/sca-java-2.x/tags/2.0-Beta1-RC2/samples/learning-more/implementation-web/helloworld-servlet/src/main/webapp/hello.html new file mode 100644 index 0000000000..c4484916aa --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta1-RC2/samples/learning-more/implementation-web/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