I'm looking to send & receive Java objects to & from another Java application. This application may be on another machine. My need for this is that I am running multiple Java game servers and need them all to talk to the one central server. I've tried looking about for some pointers on how to do this but found nothing.
I'd imagine you start off with with creating a new thread for each game server and then opening a Socket to the server.