In a concurrent modeling environment, how does the change on one client is reflected to another? What kind of information is exchanged between the clients?
CDO simply produces standard EMF notifications just as if the model was
directly modified on that client. The information for those
notifications is transmitted by the server to the client under the covers.
On 17/10/2012 9:27 PM, UmaShankar Subramani wrote:
> In a concurrent modeling environment, how does the change on one
> client is reflected to another? What kind of information is exchanged
> between the clients?
Am 18.10.2012 11:16, schrieb UmaShankar Subramani:
> Okay.
>
> But,how the server is notified by the client?
The server is not notified. Clients send commit requests (and other requests) to the server.
>CDO simply produces standard EMF notifications just as if the model was
>directly modified on that client. The information for those
>notifications is transmitted by the server to the client under the covers.
I need know more about these EMF notifications. These notifications are some sort of XML model differences sent to the client?
Am 23.10.2012 15:13, schrieb UmaShankar Subramani:
>> CDO simply produces standard EMF notifications just as if the model was directly modified on that client. The
>> information for those notifications is transmitted by the server to the client under the covers.
>
> I need know more about these EMF notifications. These notifications are some sort of XML model differences sent to
> the client?
Please read the Javadocs. The EMF book is an excellent source for information, too.