RMI dynamic class downloading
Java RMI since very early version has been able to dynamically download classes.
Java RMI properties
Dynamic code downloading using RMI
4.0 Using codebase in RMI for more than just stub downloading
In addition to downloading stubs and their associated classes to clients, the java.rmi.server.codebase property can be used to specify a location from which any class, not only stubs, can be downloaded.
Java RMI properties
Dynamic code downloading using RMI
4.0 Using codebase in RMI for more than just stub downloading
In addition to downloading stubs and their associated classes to clients, the java.rmi.server.codebase property can be used to specify a location from which any class, not only stubs, can be downloaded.
Comments