Hi,
I’m thinking of developing a online poker system in Java (client/server) and I’m thinking of using Java EE… as a three tier application… so database tier (MySQL), where all player data will be stored, such as login data, nickname, bankroll etc… middle tier (app server, EJB) for interacting betwen this data and client tier which will be java applet…all the game(bussines) logic will be on the server side (app server-JBoss)… I’m writing this becouse im interested what are your opinions…? Or if you have any other suggestion… It’s possible to create a game server this way…? on a java app server or what… ?!
Thanks