Author
Make a Game
Justin Michael
Greenhorn
Joined: Aug 27, 2008
Posts: 1
Hi there, I normally program Java in console mode, but now I trying to do something new. I would like to develop a multiplayer game applet with MySql database and PHP, but I have a few questions. It's possible to develop a multiplayer game applet without servlet ? Does anyone know a tutorial that help me develop a multiplayer game applet? Thanks
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
"muek muek", please check your private messages for an important administrative matter. [ August 27, 2008: Message edited by: Bear Bibeault ]
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35243
posted Aug 28, 2008 01:25:00
0
Welcome to JavaRanch. You can use any server-side technology you care for (like PHP). Using servlets would allow you to do some Java-only tricks (like using serialization), but other than that the applet needn't care what technology sits on the server.
Android apps – ImageJ plugins – Java web charts
subject: Make a Game