-
client-server RMI
Hi, I am currently learning RMI and I need some help with one program.
Basically, the program is a client-server RMI Lottery application. The client enters 6 random numbers between 1-50 and sends them to the server. The server has also generated 6 random numbers during this time and compares them to the ones that the client has sent it. If any one of the numbers has matched, then the client is a winner and the server sends the message, congratulations you are a winner.
Can you help me out with this code please.
Thank you
Ivan
-
Re: client-server RMI
For help you need to ask a specific answerable question. About all anyone can do with your post above is refer you to Google.
-
Re: client-server RMI
Ivan
Before you start working on the implementation consider if you need to use RMI, you can use REST or java servlet which is a cleaner and simpler solution to your problem than RMI. let me know if you need more info <Moderator Edit: Email address removed>
thanks
Hari
-
Re: client-server RMI
I need someone to tell me the steps to create this program. I know for example that the interface has to be done first, then the server where the methods are implemented and lastly the client side. I am new to RMI and I would like to find out how to do it?
-
Re: client-server RMI
If anyone has any example code, it would be of great help.
Thank you
-
Re: client-server RMI