Am I heading in the right direction....
I have been reading up on RMI and get the impression that I could create a server program, which when started could populate it's "Sets"
e.g. in this case "private static Set usersArray = new TreeSet();".
Then as each client transaction called to get the "Sets" it could just return them as required (given that the necessary functions have been implemented via the interface).
If so, and given the "main" coding below, what do I need to do in the "client" side and (if anything) external to the
JAVA classes (e.g. policy file??)
Also,
At the moment I get
WBRemote exception: access denied (java.net.SocketPermission G resolve)
at the Naming.rebind statement