Thanks for the help guys. I got it working using a modified version Tomasz's implementation. I think the main difference with mine was that it's only taking JavascriptObject for an event object and that the bus itself is an javascript object.
Luis On Fri, Oct 14, 2011 at 5:25 PM, Stefan Ollinger <[email protected]>wrote: > Oh, and if you want to do local communication between separate modules, i > would use a JSNI approach and de-/serialize the common message classes. > Using the AutoBean framework for example: > http://code.google.com/p/google-web-toolkit/wiki/AutoBean > > Am 15.10.2011 02:22, schrieb Stefan Ollinger: > > Hello, > > you could use a common library to define your message classes and import > that library in both gwt modules. Then use something like comet to push your > messages to the clients: http://code.google.com/p/gwt-comet/ > > Regards, > Stefan > -- > 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.
