Hi !
As many others, I'm trying to palliate the understandable "limitation" that
entity change events one can subscribe to with
EntityProxyChange.registerForProxyType(...) won't include notifications for
changes made by other clients, including non GWT ones. (Which is obviously
beyond GWT's control and scope.)
As such, I would like all clients to be able to subscribe to system wide
entity change notifications, which would be pushed (most likely) by
Atmosphere.
As client code is handling EntityProxy or ValueProxy instances, I wish
these notifications could convey similar objects.
Unfortunately, I haven't found an obvious way (or, at least, obvious enough
for me ;-)) to explicitly "instantiate" Entity/Value Proxies from
corresponding entities.
The RequestFactory code that perform such instantiation/conversion seems to
be quite tight to RequestState, Resolver & co, which are package protected.
Would anyone know of a way to do so ?
Thanks in advance for your insights,
Yannis
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/b7nqQS5Sa_YJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.