Disregard my last post, it doesn't work with multiple clients, only with one.
On Jun 15, 9:37 am, Joshua Kappon <[email protected]> wrote: > You need to cause a version change on the object to cause an update > EntityProxyChange event. > are you changing the version on the object once one of the clients is > changing it? > > On Jun 15, 12:18 am, Aldo Neto <[email protected]> wrote: > > > > > > > > > Hi, > > > Thanks for the hint, but unless I'm doing something wrong I'm still not > > being notified. Please note that when I say "other clients" I mean different > > users working on different machines accessing the same table on the same > > server. > > > As I said, I expected that everyone would be notified when registering > > to registerForProxyType(). If this is not the case, the only thing that > > comes to my mind is to periodically request for all the entries that I'm > > interested. But again, I'd expect to have a way to PUSH the information I > > need, and this is what I'm not being able to do. > > > Am I missing something? Any other idea? > > > Thanks > > > On Tue, Jun 14, 2011 at 3:49 PM, Juan Pablo Gardella < > > > [email protected]> wrote: > > > If you propage a event via eventBus don't work? > > > > 2011/6/14 Aldo Neto <[email protected]> > > > >> Hi, > > > >> I need to implement a dynamic table that is populated based on values of > > >> a > > >> given entity on the server by many clients simultaneously. I thought > > >> that registerForProxyType() would solve all problems of mine, but then I > > >> made some quick tests and found that it is not called when a different > > >> client performs changes to that table. Is this correct? I mean, If I > > >> have 2 > > >> persons working on the same table and one updates an entry there, should > > >> I > > >> expect to be notified on both clients? If not, is there an easy way to do > > >> that? > > > >> Thanks, > > >> Aldo > > > >> -- > > >> You received this message because you are subscribed to the Google Groups > > >> "Google Web Toolkit" group. > > >> 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. > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Google Web Toolkit" group. > > > 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. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
