RMI resources :
-) Basic RMI decumentation and explanation (Oracle Java)
http://docs.oracle.com/javase/tutorial/rmi/
-) Some rmi properties and options
http://docs.oracle.com/javase/7/docs/technotes/guides/rmi/javarmiproperties.html
http://docs.oracle.com/javase/7/docs/technotes/guides/rmi/enhancements-7.html
-) Java serialization
http://www.tutorialspoint.com/java/java_serialization.htm
-) Dynamic class loading
https://docs.oracle.com/javase/7/docs/technotes/guides/rmi/codebase.html
http://docstore.mik.ua/orelly/java-ent/jenut/ch03_05.htm
Miscellaneous material:
RMI presentation (from slide 41)
Comparison between C++ and Java performance
Code samples:
- Dynamic class loading launcher script
DASS virtual machine:
- basic instructions on the virtual machine (VirtualBox based under windows in the lab)