org.eclipse.scout.service.services service vs. proxy [message #1220233] |
Tue, 10 December 2013 09:17  |
Eclipse User |
|
|
|
Hello
I have a question regarding service registration through the org.eclipse.scout.service.services extension point. A service can be registered through a service node or a proxy node. I wonder what the difference is between:
<extension
name=""
point="org.eclipse.scout.service.services">
<proxy
factory="org.eclipse.scout.rt.client.services.ClientProxyServiceFactory"
class="test.shared.services.IDesktopService">
</proxy>
</extension>
and
<extension
name=""
point="org.eclipse.scout.service.services">
<service
factory="org.eclipse.scout.rt.client.services.ClientProxyServiceFactory"
class="test.shared.services.IDesktopService">
</service>
</extension>
I've tried both on the client side and both appear to work just fine. Is there any difference? Should I use proxy on the client side?
Thank you
Benno
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03674 seconds