Re: Two separate GWT apps communicating with each other possible?

2008-12-04 Thread [EMAIL PROTECTED]
Thank you both, this is a great head start. On Dec 4, 7:31 am, Netsurfer [EMAIL PROTECTED] wrote: I think that my latest post could be useful for your problem: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa... Shared model objects stored as GWT-modules could be used

Two separate GWT apps communicating with each other possible?

2008-12-03 Thread [EMAIL PROTECTED]
Just a small background on what I'm doing. I'm writing JSR-286 portlets, mostly using GWT. I'm taking advantage of the newer portlet eventing features and having them distributed to the GWT portlets in real time, using a Comet implementation similar to what is shown in the book Google Web

Re: Two separate GWT apps communicating with each other possible?

2008-12-03 Thread Shawn Pearce
This isn't easy to do because the GWT compiler is going to obfuscate all of the symbols, making the different applications unable to call each other, even if they have some Java types (interfaces, classes) in common. You can however use JSNI to register native callbacks and invoke them from a