Hi all,
in my assignment it is stated that there are certain restrictions on the use of RMI:
You must not require the use of an HTTP server.
You must not require the installation of a security manager.
You must provide all classes pre-installed so that no dynamic class downloading occurs.
You must use RMI over JRMP (do not use IIOP)
From this I have surmised the following:
Every client has to have the remote server stub classes stored locally to enable operatibility without a HTTP server or dynamic class downloading.
Is this correct?
Thanks in advance,
Alain.
PS. Apologies if this has been addressed on this forum already - I searched but could not find a
thread that does.