I'm working on an App which is deployed to two different sites. Site 1
receives the app first and site 2 is rolled out a couple of weeks
after. They both point to the same instance of EAServer.
Problem: Future releases might have a situation where a component
needs to be changed and the client needs to be recompiled and
redeployed (new argument to a method, etc). Considering site 1 will
receive the new release first, site 2 will crash because it is still
running the old client without the new proxies.
Question:
Is it possible to run two version of the same component on the server?
How to configure it to do that?
How to make the client know which version it should use?
TIA,
MJ
mar...@bigpond.com (Marcio) wrote in message news:<8e5f0aae.03010...@posting.google.com>...