summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-web-client/src/main/resources/META-INF/services
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-26 11:24:21 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-26 11:24:21 +0000
commit8855f198f61e8c3353eeb86c2b41c474f2caa265 (patch)
treefb3e13e6de5a33dce28bbe929fcd822329d9b2b8 /java/sca/modules/implementation-web-client/src/main/resources/META-INF/services
parent044f21979b19d521db66c42f093ef0d28c4f4d31 (diff)
Add a new module for the implementaion.web client side support which enables browser-side JavaScript to access the web components ComponentContext and being able to invoke references
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829752 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/implementation-web-client/src/main/resources/META-INF/services')
-rw-r--r--java/sca/modules/implementation-web-client/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory21
1 files changed, 21 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-web-client/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory b/java/sca/modules/implementation-web-client/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory
new file mode 100644
index 0000000000..bef66366fe
--- /dev/null
+++ b/java/sca/modules/implementation-web-client/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory
@@ -0,0 +1,21 @@
+# 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 implementation extension
+org.apache.tuscany.sca.implementation.web.client.ClientProviderFactory;model=org.apache.tuscany.sca.implementation.web.WebImplementation;ranking=1234
+
+