Re: Game server - two player board game

2003-01-19 Thread Rasputin
* Steven J. Owens [EMAIL PROTECTED] [0128 23:28]: On Sat, Jan 18, 2003 at 12:48:20PM -0800, Mark wrote: Hi, I'm using Tomcat 4.1 to set up a game server for the two player board game, Tanbo (similar to Go). Basically, I will be providing one board and a waiting list, and a chat. I

[OT] RE: Game server - two player board game

2003-01-19 Thread Jacob Hookom
AM To: Steven J. Owens Cc: Tomcat Users List Subject: Re: Game server - two player board game * Steven J. Owens [EMAIL PROTECTED] [0128 23:28]: On Sat, Jan 18, 2003 at 12:48:20PM -0800, Mark wrote: Hi, I'm using Tomcat 4.1 to set up a game server for the two player board game, Tanbo (similar

Game server - two player board game

2003-01-18 Thread Mark
Hi, I'm using Tomcat 4.1 to set up a game server for the two player board game, Tanbo (similar to Go). Basically, I will be providing one board and a waiting list, and a chat. I need advice on how to set up the object architecture. I'm considering using an int array to represent the board. And

RE: Game server - two player board game

2003-01-18 Thread Jacob Hookom
and JSP by Brogden pub. SYBEX. He has a whole chapter on applet and servlet communication. Jacob -Original Message- From: Mark [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 18, 2003 2:48 PM To: Tomcat Users List Subject: Game server - two player board game Hi, I'm using Tomcat 4.1

Re: Game server - two player board game [OT]

2003-01-18 Thread Jason Pyeron
Mark, This is really off topic, but here it goes. You have two tasks at hand: 1: specify / create backend [business] logic 2: specify / create frontend UI If you design the backend in a bean architecture, the threading/persistance issues should be non-existant or obvious at least. as far as

Re: Game server - two player board game

2003-01-18 Thread Steven J. Owens
On Sat, Jan 18, 2003 at 12:48:20PM -0800, Mark wrote: Hi, I'm using Tomcat 4.1 to set up a game server for the two player board game, Tanbo (similar to Go). Basically, I will be providing one board and a waiting list, and a chat. I need advice on how to set up the object architecture. I'm