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.