From 0bc3f46ee42ed0e2be17d4917e9608b4b09acb3b Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 25 Jul 2008 06:50:58 +0000 Subject: Tag 1.3 release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679679 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/HelloWorldJSONRPC.html | 75 ++++++++++++++++++++++ .../src/main/webapp/META-INF/sca-contribution.xml | 26 ++++++++ .../src/main/webapp/WEB-INF/web.xml | 41 ++++++++++++ .../src/main/webapp/style.css | 22 +++++++ 4 files changed, 164 insertions(+) create mode 100644 tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/HelloWorldJSONRPC.html create mode 100644 tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/META-INF/sca-contribution.xml create mode 100644 tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/WEB-INF/web.xml create mode 100644 tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/style.css (limited to 'tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp') diff --git a/tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/HelloWorldJSONRPC.html b/tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/HelloWorldJSONRPC.html new file mode 100644 index 0000000000..75dd9050fa --- /dev/null +++ b/tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/HelloWorldJSONRPC.html @@ -0,0 +1,75 @@ + + + + Tuscany JSON-RPC HelloWorld Example + + + + + + + + + + +

Tuscany JSON-RPC HelloWorld Sample

+ + + + + + + + + + + + + + + +
Non-Dojo Example
+ This example uses the JavaScript served from + SCADomain/scaDomain.js + to make JSON-RPC requests to the SCA service 'HelloWorldService' +
RequestResponse
+

+ Name please:     + + +

+ +
+
None Yet.
+
+ + + diff --git a/tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/META-INF/sca-contribution.xml b/tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..c8246e15a7 --- /dev/null +++ b/tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/META-INF/sca-contribution.xml @@ -0,0 +1,26 @@ + + + + + + + diff --git a/tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/WEB-INF/web.xml b/tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..267bed176c --- /dev/null +++ b/tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,41 @@ + + + + + + + Apache Tuscany JSON-RPC HelloWorld Sample + + + tuscany + org.apache.tuscany.sca.host.webapp.TuscanyServletFilter + + + + tuscany + /* + + + + HelloWorldJSONRPC.html + + + diff --git a/tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/style.css b/tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/style.css new file mode 100644 index 0000000000..1071583264 --- /dev/null +++ b/tags/java/sca/1.3/samples/helloworld-jsonrpc-webapp/src/main/webapp/style.css @@ -0,0 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +* { font-family: arial; } + +table, th, td { border: 2px solid blue; border-collapse: collapse; } +th { color: white; background-color: blue; } -- cgit v1.2.3