As the title says, I have Client/Server applications that can communicate with eachother. I used this excellent snippet.
However, now I would like to use this to manipulate objects on the server. It will be a server to hold travel information, and the client should be able to reserve seats on a plane or whatever.
The main bone of contention is that I don't have a clue where to start. I just want to be able to access the object on the server from the client, thats about it.
Everywhere seems like an information overload! Any help/ideas??
P.S. I'm developing this in netbeans and it doesn't need a GUI just yet!!!!