Hi,
I need to make a game ( that can be played between 2 persons ) using RMI.
There can be several games playing at the same moment on a server.
I need quiqly an answer.
Thank you.
3 replies to this topic
#1
Posted 24 December 2010 - 06:40 AM
|
|
|
#2
Posted 24 December 2010 - 10:41 AM
#3
Posted 25 December 2010 - 05:05 PM
newou said:
Hi,
I need to make a game ( that can be played between 2 persons ) using RMI.
There can be several games playing at the same moment on a server.
I need quiqly an answer.
Thank you.
I need to make a game ( that can be played between 2 persons ) using RMI.
There can be several games playing at the same moment on a server.
I need quiqly an answer.
Thank you.
It sounds like you should be using sockets over RMI for this.
#4
Posted 25 December 2010 - 11:33 PM
Quote
RMI: Remote Method Invocation,
Remote Method Invocation is a programming model that provides a high-level, generic approach to distributed computing. This model extends the object-oriented programming paradigm to distribute client-sever programming; it allows a client to communicate with a server by invoking methods on remote objects that reside on the server. you invoke remote methods using the same SYNTAX you would use to invoke methods of a normal local object.
Remote Method Invocation is a programming model that provides a high-level, generic approach to distributed computing. This model extends the object-oriented programming paradigm to distribute client-sever programming; it allows a client to communicate with a server by invoking methods on remote objects that reside on the server. you invoke remote methods using the same SYNTAX you would use to invoke methods of a normal local object.
Written by David Flanagan, Jim Farley, William Crawford and Kris Magnusson
Generic said:
It sounds like you should be using sockets over RMI for this.
I agree with Generic, sockets are not as difficult as using RMI.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









