posted 17 years ago
Hi Pedro,
I asked Sun about this when I was writing my book, and they were very explicit that rmic must be used.
If you do not use rmic, then the stubs will be compiled on the server when first requested, then dynamically downloaded to the clients (using RMI's protocols if you haven't specified anything different).
Regards, Andrew