Hi …
I’ve been trying to set up a simple client server system with SpiderMonkey and ZayES. I have setup and run the client / server example, but it soon became apparent that the server only sends data to client and there it ends. There is no return service there from the client to the server.
To this end, I was pointed toward learning RMI. It’s pretty easy actually, only four classes for a client server setup, one of those being an interface.
So I thought I’d try the SpiderMonkey RMI, thinking it should be just as easy. But working through the SimEtherial classes as examples has baffled me. I’ve been at it for the better part of a week and I’m feeling really frustrated.
I would use java’s RMI but I’ve read that it’s too slow for a gaming application.
Could someone post a simple working example, please? (Or point me to one if one already exists).
Thanks.