From b7878fb9752f9fdd41449e44743a87534ece73ce Mon Sep 17 00:00:00 2001 From: rfeng Date: Sat, 10 Oct 2009 06:16:46 +0000 Subject: Add calls to Datastore service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823799 13f79535-47bb-0310-9956-ffa450edef68 --- .../rfeng/helloworld-jsp-google-appengine/war/WEB-INF/web.composite | 1 + sandbox/rfeng/helloworld-jsp-google-appengine/war/hello.jsp | 3 +++ 2 files changed, 4 insertions(+) (limited to 'sandbox/rfeng/helloworld-jsp-google-appengine/war') diff --git a/sandbox/rfeng/helloworld-jsp-google-appengine/war/WEB-INF/web.composite b/sandbox/rfeng/helloworld-jsp-google-appengine/war/WEB-INF/web.composite index e7f05bb67b..b0c0de7ebc 100644 --- a/sandbox/rfeng/helloworld-jsp-google-appengine/war/WEB-INF/web.composite +++ b/sandbox/rfeng/helloworld-jsp-google-appengine/war/WEB-INF/web.composite @@ -25,6 +25,7 @@ + diff --git a/sandbox/rfeng/helloworld-jsp-google-appengine/war/hello.jsp b/sandbox/rfeng/helloworld-jsp-google-appengine/war/hello.jsp index f4d9b937ca..c0bdf0d91e 100644 --- a/sandbox/rfeng/helloworld-jsp-google-appengine/war/hello.jsp +++ b/sandbox/rfeng/helloworld-jsp-google-appengine/war/hello.jsp @@ -53,5 +53,8 @@ in to include your name with greetings you post.

Calling HelloworldService sayHello("world, "+$user) returns:

<%=service.sayHello("world ("+user+")")%> +

+ +
-- cgit v1.2.3