T
Ted
Hi,
I am planning to do a chat client / server using Java RMI.
My only problem is that i'm not too sure what classes and interfaces
i'll need.
I have looked at many examples of this and all seem to be different,
obviously.
I was thinking I should have an:
IServer.java - interface
ServerImpl.java - class implementing IServer.java
IClient.java - Interface
ClientImpl.java - class implementing IClient.
Am I right in this?
I would aprechiate it if anyone has experience in this if they could
let me know if i'm on the right track.
Kind Regards,
Ted
I am planning to do a chat client / server using Java RMI.
My only problem is that i'm not too sure what classes and interfaces
i'll need.
I have looked at many examples of this and all seem to be different,
obviously.
I was thinking I should have an:
IServer.java - interface
ServerImpl.java - class implementing IServer.java
IClient.java - Interface
ClientImpl.java - class implementing IClient.
Am I right in this?
I would aprechiate it if anyone has experience in this if they could
let me know if i'm on the right track.
Kind Regards,
Ted