From c4a6a944e93fa338c196ad5c16d5c844d4b2d09c Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 17 Mar 2009 12:05:24 +0000 Subject: Copy sca trunk to sandbox area so i can get the release plugin configuration correct without messing up the live trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755209 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/web.composite | 34 ++++++++++++++++++ .../helloworld-jsp/src/main/webapp/WEB-INF/web.xml | 41 ++++++++++++++++++++++ .../helloworld-jsp/src/main/webapp/hello.jsp | 37 +++++++++++++++++++ 3 files changed, 112 insertions(+) create mode 100644 sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.composite create mode 100644 sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.xml create mode 100644 sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/hello.jsp (limited to 'sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp') diff --git a/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.composite b/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.composite new file mode 100644 index 0000000000..56ed55b2d5 --- /dev/null +++ b/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.composite @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + diff --git a/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.xml b/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..a5b03d4904 --- /dev/null +++ b/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,41 @@ + + + + + Apache Tuscany Helloworld JSP Sample + + + tuscany + org.apache.tuscany.sca.host.webapp.TuscanyServletFilter + + + + tuscany + /* + + + + hello.jsp + + + diff --git a/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/hello.jsp b/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/hello.jsp new file mode 100644 index 0000000000..ffd01cca73 --- /dev/null +++ b/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/src/main/webapp/hello.jsp @@ -0,0 +1,37 @@ + + +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib uri="http://www.osoa.org/sca/sca_jsp.tld" prefix="sca" %> + + + + + + +

Apache Tuscany Helloworld JSP Sample

+ + Calling HelloworldService sayHello("world") returns: + +

+ + <%= service.sayHello("world") %> + + + -- cgit v1.2.3