Thanks you all for the help. One more question, though. I noticed that after I perform a SQL SELECT I'm receiving a EntityProxyChange event. According to Joshua in this thread "You need to cause a version change on the object to cause an update EntityProxyChange event".
Why am I being updated just for calling a SELECT? Thanks once again. On Wed, Jun 15, 2011 at 4:43 AM, J.Ganesan <[email protected]>wrote: > If you are on Google App Engine Channel API is useful, perhaps. If you > are not on Google App Engine, websocket is the way to go for client-to- > client communication. > > J.Ganesan > www.DataStoreGwt.com > > On Jun 15, 2: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. > > -- 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.
