a few questions regarding RMI

Hey guys,

I have a few quetions about RMI, maybe you guys can help me.

I would like to know the following:

What is the purpose of Remote interface java.rmi.Remote and RMI-RUNTIME?

What is Marshalling, Object Serialization, dynamic class loading and rmiregistry?

(any help is appriciated)

max

[338 byte] By [maximilian000a] at [2007-10-2 9:47:05]
# 1
the tutorial can explains it all better: http://java.sun.com/docs/books/tutorial/rmi/
takeshi10a at 2007-7-16 23:52:28 > top of Java-index,Core,Core APIs...
# 2
The tutorial is poorly written IMO. It throws u everything all at once. It won't make much sense for beginner. This one is much better: http://java.sun.com/developer/onlineTraining/rmi/RMI.html
bu66lea at 2007-7-16 23:52:28 > top of Java-index,Core,Core APIs...