I build an client/server application on top of the riena platform and
want to monitor a long running server operation on the client.
In org.eclipse.riena.example.client i found an example using
IRemoteProgressMonitorRegistry (service) to monitor another service.
Unfortunately, the example is only a client application and fakes the
remote service call.
I guess that the server provides the RemoteProgressMonitorRegistry and
the client registers a proxy to add a ProgressMonitor before calling a
remote service.
A the moment the client and server project depend on
org.eclipse.riena.communication.core and get their own
RemoteProgressMonitorRegistry by the Activator of this bundle.
Can i use this implementation in a real client/server environment?