You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/12/06 18:34:25 UTC

svn commit: r1042739 - in /tuscany/sca-java-2.x/trunk/modules/binding-rest-js-dojo/src/main: ./ resources/ resources/META-INF/ resources/META-INF/services/ resources/META-INF/services/org.apache.tuscany.sca.web.javascript.JavascriptProxyFactory

Author: lresende
Date: Mon Dec  6 17:34:25 2010
New Revision: 1042739

URL: http://svn.apache.org/viewvc?rev=1042739&view=rev
Log:
Adding client javascript proxy support for rest binding integrated with implementation widget

Added:
    tuscany/sca-java-2.x/trunk/modules/binding-rest-js-dojo/src/main/
    tuscany/sca-java-2.x/trunk/modules/binding-rest-js-dojo/src/main/resources/
    tuscany/sca-java-2.x/trunk/modules/binding-rest-js-dojo/src/main/resources/META-INF/
    tuscany/sca-java-2.x/trunk/modules/binding-rest-js-dojo/src/main/resources/META-INF/services/
    tuscany/sca-java-2.x/trunk/modules/binding-rest-js-dojo/src/main/resources/META-INF/services/org.apache.tuscany.sca.web.javascript.JavascriptProxyFactory

Added: tuscany/sca-java-2.x/trunk/modules/binding-rest-js-dojo/src/main/resources/META-INF/services/org.apache.tuscany.sca.web.javascript.JavascriptProxyFactory
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-rest-js-dojo/src/main/resources/META-INF/services/org.apache.tuscany.sca.web.javascript.JavascriptProxyFactory?rev=1042739&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-rest-js-dojo/src/main/resources/META-INF/services/org.apache.tuscany.sca.web.javascript.JavascriptProxyFactory (added)
+++ tuscany/sca-java-2.x/trunk/modules/binding-rest-js-dojo/src/main/resources/META-INF/services/org.apache.tuscany.sca.web.javascript.JavascriptProxyFactory Mon Dec  6 17:34:25 2010
@@ -0,0 +1,19 @@
+# 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. 
+
+# Implementation class for the Javascript Proxy Factory
+org.apache.tuscany.sca.binding.rest.js.dojo.RESTBindingJavascriptProxyFactoryImpl;qname=http://tuscany.apache.org/xmlns/sca/1.1#binding.rest,model=org.apache.tuscany.sca.binding.rest.RESTBinding
\ No newline at end of file