From ddce09144c53a0edd85f5929605cd3d3191d4ea4 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 10 Feb 2011 08:36:51 +0000 Subject: Copy trunk to beta2 release branch. (I've not yet changed the version so that would need to be done first before the branch is used) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069272 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/jquery.html | 51 ++++++++++++++++++++++ .../src/test/resources/jsonp/helloworld.composite | 41 +++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 sca-java-2.x/branches/2.0-Beta2/modules/binding-jsonp-runtime/src/test/resources/jquery.html create mode 100644 sca-java-2.x/branches/2.0-Beta2/modules/binding-jsonp-runtime/src/test/resources/jsonp/helloworld.composite (limited to 'sca-java-2.x/branches/2.0-Beta2/modules/binding-jsonp-runtime/src/test/resources') diff --git a/sca-java-2.x/branches/2.0-Beta2/modules/binding-jsonp-runtime/src/test/resources/jquery.html b/sca-java-2.x/branches/2.0-Beta2/modules/binding-jsonp-runtime/src/test/resources/jquery.html new file mode 100644 index 0000000000..a61cee3155 --- /dev/null +++ b/sca-java-2.x/branches/2.0-Beta2/modules/binding-jsonp-runtime/src/test/resources/jquery.html @@ -0,0 +1,51 @@ + + + + Tuscany JQuery Client HelloWorld Sample + + + + + + + +

Tuscany JSONP HelloWorld Sample

+ + This example uses the JQuery getJSON to make JSONP requests to the SCA service 'HelloWorldService' + +

Enter Name:     + + + +

+ + + diff --git a/sca-java-2.x/branches/2.0-Beta2/modules/binding-jsonp-runtime/src/test/resources/jsonp/helloworld.composite b/sca-java-2.x/branches/2.0-Beta2/modules/binding-jsonp-runtime/src/test/resources/jsonp/helloworld.composite new file mode 100644 index 0000000000..c1061147a8 --- /dev/null +++ b/sca-java-2.x/branches/2.0-Beta2/modules/binding-jsonp-runtime/src/test/resources/jsonp/helloworld.composite @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3