You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jason Pyeron <ja...@pyeron.com> on 2003/01/19 00:18:34 UTC

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

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 security you will have to define how much is enough.

for mild paranoia:

 ssl login page
 hashed passwords used
 one login at a time allowed

if you would like more on architecture, please mail me off list.

-jason pyeron

On Sat, 18 Jan 2003, 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 considering using an int array to represent the board. And possibly a separate class to evaluate legal moves.

I need advice on security, persistence, thread safety and anything else that I might need to know to make this a successful web site (tanbo.com).

Thanks in advance.

Mark Steere
gardener@sbcglobal.net 


-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                   http://www.pyerotechnics.com   -
- Owner & Lead                  Pyerotechnics Development, Inc. -
- +1 410 808 6646 (c)           500 West University Parkway #1S -
- +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information. If you
have received it in error, purge the message from your system and 
notify the sender immediately.  Any other use of the email by you 
is prohibited.




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>