Jump to content

Java application using RMI.

- - - - -

  • Please log in to reply
3 replies to this topic

#1
newou

newou

    Newbie

  • Members
  • Pip
  • 1 posts
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.

#2
mr mike

mr mike

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
For RMI look at this link.
Tic tac toe, poker, blackjack, hi-low, concentration.....any idea?

#3
Generic

Generic

    Newbie

  • Members
  • PipPip
  • 26 posts

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.

It sounds like you should be using sockets over RMI for this.

#4
Jarryd

Jarryd

    Learning Programmer

  • Members
  • PipPipPip
  • 63 posts

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.

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