Results 1 to 6 of 6
Thread: client-server RMI
- 02-05-2012, 12:34 AM #1
Member
- Join Date
- Feb 2012
- Posts
- 3
- Rep Power
- 0
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.
- 02-05-2012, 12:48 AM #3
Member
- Join Date
- Feb 2012
- Posts
- 1
- Rep Power
- 0
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
- 02-05-2012, 12:50 AM #4
Member
- Join Date
- Feb 2012
- Posts
- 3
- Rep Power
- 0
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?
- 02-05-2012, 12:55 AM #5
Member
- Join Date
- Feb 2012
- Posts
- 3
- Rep Power
- 0
Re: client-server RMI
If anyone has any example code, it would be of great help.
Thank you
- 02-05-2012, 06:36 AM #6
Re: client-server RMI
Still trying to save some money over the cheating route?
https://forums.oracle.com/forums/thr...readID=2342133
Java RMI simple client | Java
dbWhy do they call it rush hour when nothing moves? - Robin Williams
Similar Threads
-
TCP Two-Client-Server/Client Program not doing what I expected
By xenoepist in forum Advanced JavaReplies: 6Last Post: 01-09-2012, 09:30 PM -
server-client; client sends a username to the server.
By lkcz in forum New To JavaReplies: 2Last Post: 09-24-2010, 11:31 AM -
Datagram Client and Server, client timer question
By saru88 in forum NetworkingReplies: 1Last Post: 10-05-2008, 03:12 PM -
Identify Client in Socket Client Server Application
By masadjie in forum NetworkingReplies: 1Last Post: 12-20-2007, 09:18 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks