Page 1 of 1

Are stubs necessary for remote_ref_with_interfaces

Posted: Thu Sep 07, 2017 11:03 pm
by Liguwu
The Java Card RMI Client framework requires stubs only when the remote_ref_with_class format is used for passing remote references. These stubs of remote classes of applets must be pr-generated and available on the client.When the remote_ref_with_interfaces format is used, stubs are not necessary

Can anybody tell me why are stubs not necessary with "remote_ref_with_interfaces"?