> hi,
> wanna want to know how can i develop j2me two player game by using
[quoted text clipped - 4 lines]
> Is it possible to develop such kind of game using GPRS and J2EE
> server.
I don't know too much about J2EE, but I think the best way of doing it
would be to have J2EE server on the net like you suggested and use a
lightweight RMI protocol to allow the handsets to communicate to the
server, and have the server proxy the data to the respective handsets,
hessian or burlap would probably be best for this kind of thing as,
IIRC, you can deploy them in your application by using just 2 class
files. It would probably be a good idea to have a generic way for the
handsets to communicate with each other via this server as then you
could use it for any number of games or applications.
Jon Philpott
-