I need to make Jini client calls from an applet, e.g., in response to user's button click. But as we know an applet only has access to the machine where it's downloaded from, and thus an applet can't access a Jini cloud directly. Is there any standard ways of handling this?
This may be irrelavent to Jini, but in a more general case, how can we get an applet to communicate with other machines in the network, via socket?