Remote Method Invocation (RMI) - Activatable RMI
I have a question about activatable RMI. All resources say that the activatable implementation should not affect the Client code, however, the implementations I have checked show that the setup phase( start activatable() method and its sub codes such as defining an activatable object ) is included in Client code.
I think that the setup program can be implemented in either server or client, or may be embedded in a new project file. Is that true?
Thanks

