Mike,

Be careful. For starters, if you manage to achieve this, your two 
applications will be coupled together because a change in the RPC calls 
from the first will break the RPC's of the second application. Generally 
speaking, it is thus not good practice to bind them together unless you are 
sure that they will always be deployed together at the same time. And if 
that is the case, why not just put them in the same project?

To achieve this both applications would need to access the same service 
interfaces, async service interfaces, servlets, and the same .rpc files, 
though I must admit I've never tried it.


Sincerely,
Joseph

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/DGviG1zeQKIJ.
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.

Reply via email to