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

[475 byte] By [Ziiiiiia] at [2007-11-26 23:15:06]
# 1
The setup program isn't part of the server or the client. It's a deployment-time program that should be executed exactly once on installation of your RMI servers.
ejpa at 2007-7-10 14:14:36 > top of Java-index,Core,Core APIs...