This may seem like a very broad question, but any help is appreciated.
I have a client/server solution written in java which uses the Cajo project (which uses RMI). I just want ...
Assuming in Java we have RMI established and everything is ok, what is the best method to secure this connection ? Are there any tutorials, url ? Is it possible to ...
I want to implement encrypted communication between two JAVA servers, both are under my control. There are three architectures I have in mind and want to get your input on the ...
I have a client and a server using RMI for communication. The communication is made secure using a SecureSocetFactory. I have more than one client connecting to this server, but I only want to have one port (actually two because 1099 is used for the RMI) open. Each of the clients first make a login which then returns a remote object. ...