Has anyone ever created a Flash RIA with Java Server on the side?

We are trying to create an online flash game) Can you help me choose the best way to communicate these two technologies? Now I have selected BlazeDS, but I am not sure if mb XML socket or something else .....

+2


a source to share


3 answers


IMHO BlazeDS with AMF is the most common configuration.



For gaming, you usually want speed and minimum bandwidth, AMF gives you that, I doubt XML / SOAP can fit into this scenario unless you are using the backend just for evaluation, etc.

+4


a source


You should have a look at smartfox . It really is the simplest and most reliable solution for multiplayer games.



+1


a source


For what you say - Id starts with sample blazeds that come with a turnkey distribution, they show different types of consumer / subscriber polling model, etc.

0


a source







All Articles