|
|
|
|||||
|
interface version issue
assume I am using the same version of Ice,
What whould happen if I changed interface definition. for example: interface version of first development iteration: interface myI { int myOP(string s); } then, after some time, a lot of clients had deployed. new requirement coming, and interface changed to: interface myI { int myOP(string s, int i); } I had upgraded my server application, but what about my clients? upgrade them at the same time, it's a nightmare? Can anyone tell me a relative simple method for this issue? thank you very much. |
|
||||||
|
If you cannot upgrade all clients at once you cannot make such a change. See "Can a Leopard Change its Spots?" in issue 8 of the Ice Newsletter. http://www.zeroc.com/newsletter/issue8.pdf. There is also info in the Ice manual on versioning. After reading this documentation if things are still not clear please ask more specific questions.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| About Mobile version | level | Help Center | 4 | 07-12-2005 07:40 AM |
| How can I get the old version ICE? | zqone | Help Center | 1 | 04-14-2005 12:24 AM |
| the different between debug version and release version | huaciom | Help Center | 1 | 04-05-2005 04:18 AM |
| Release version problem | fengxb | Help Center | 7 | 11-04-2004 04:21 AM |
| about release version | simpley | Help Center | 5 | 07-13-2004 10:18 AM |