As I am not very familiar in RMI itself, I need some advice on how to bind the server and the client (GUIs) together.
I was thinking of implementing one remote interface for all the GUIs in the client program but I am not very sure whether is it feasible. Can anyone advise?
I am also thinking if the binding is successful, could the remote methods invoke any methods in the server so that the transactions can be carried out.
I was thinking of implementing one remote interface for all the GUIs in the client program but I am not very sure whether is it feasible. Can anyone advise?
I am also thinking if the binding is successful, could the remote methods invoke any methods in the server so that the transactions can be carried out.