Multiplayer game

Hello fellas,

I am trying to write an applet that allows users to play Poker with each other. Reading http://www.javaonthebrain.com/java/holdem/technical.html I realized I needed an application running on the server, which brought just about more questions to me:

1.How multiplaying is done?

2.The application running on the server: Is it a java applet?

[in case you didnt read the link: The application running on the server is for handling the accesses to the database]

Thank you for your time :o)

[536 byte] By [MiguelEspinozaa] at [2007-10-2 14:59:59]
# 1

I think you'd have been better off asking this question in the Java Programming forum, since it's not really a JDBC specific question.

The server-side component wouldn't be an applet. Your best bet, I think, would be to learn about RMI on the tutorial trail here:

http://java.sun.com/docs/books/tutorial/rmi/

dcmintera at 2007-7-13 13:45:16 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...