开发者

Has anybody ever created a Flash RIA with Java server on the side?

开发者 https://www.devze.com 2022-12-31 11:07 出处:网络
We are trying to create Flash online game) Can you help me to choose th开发者_StackOverflowe best way to communicate this two technology? Now I have chosen BlazeDS, but I am not sure, mb XML socket, o

We are trying to create Flash online game) Can you help me to choose th开发者_StackOverflowe best way to communicate this two technology? Now I have chosen BlazeDS, but I am not sure, mb XML socket, or anything else.....


IMHO BlazeDS with AMF is most common configuration.

For games you usually need speed, and minimal bandwidth, AMF gives you this, I doubt XML/SOAP could fit in this scenario unless you are using backend just for scores etc.


You should have a look at smartfox. It's really the easiest and most robust solution for multiplayer games.


For what you are talking about - Id start with the blazeds samples that come with turnkey distribution, they demo different polling types consumer/subscriber model etc.

0

精彩评论

暂无评论...
验证码 换一张
取 消