Multi-player game
Hello!
I'm new to java game development. I need to create a multi-player online game: the players(Applets) connect to server(server part must be placed in J2EE Application Server) and then they can play. All information must go through the server. Can somebody tell me some links or good books, or examples, or some advices? I'll be very thankful.

