I'm atudent that is working on my thesis now.I still have problem on http server and tcp server.
1)Firstly, is that j2me wireless toolkit can be used to develop multiplayer games? what is the difference if using SDK on MForca?
2)In http srver, the server cannot open a connection to the client.If i want to play a multiplayer game with my opponent, i will send a http request to the server. how the server will inform my opponent?Isn't that the opponent only start polling every x second from the server only the game has started betwen the players?then, how my opponent get my invitation? Is that my opponent phone will automatically poll from the server once the phone is on or it just polling from the server only every x second once the multiplayer games has started?
3) In http server, is it use http connection? and in tcp server, it use tcp connection?what is the difference in j2me coding between http connection and tcp connection?Can give me the examples?Because i really confuse with http server and tcp server.i know tcp server can push data to the client.how it push?

Reply With Quote

