Flex中的远程处理,消息传递和数据管理? [英] Remoting , Messaging and Data Management in Flex?

查看:170
本文介绍了Flex中的远程处理,消息传递和数据管理?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以解释我所有的差异,另外还有一个问题,Zend AMF支持所有这些。

虽然我的答案可能不完整,它会给你一些提示。

Flash Remoting 是使用AMF协议进行RPC的一种方法。基本上你用一些方法来实现一些服务器端的服务,从你的flex应用程序调用它们并接收结果(使用 RemoteObject )。 Zend AMF肯定支持这一点。消息服务提供了一个完整的发布/订阅基础设施,允许Flex客户端和服务器实时交换消息。 (来自Wikipedia 关于BlazeDS的文章)。我相信,它主要是一个Java的东西,并用于分布在几个客户端的消息。 进行聊天是由LCDS(实时循环数据服务)提供的一组功能,它可以简化CRUD的发展。更多的信息,你可以在asnwers找到这个问题



很可能Zend AMF不支持后两种功能,虽然我不确定。


Can anyone explain me the difference of all and also an another question does Zend AMF support all these.

解决方案

Though my answer may not be complete, it'll give you some hints.

Flash Remoting is a way of doing RPC using AMF protocol. Basicly you implement some server-side services with some methods, call them from your flex application and receive the result (using RemoteObject). Zend AMF definitely supports this.

The Message Service provides a complete publish/subscribe infrastructure allowing Flex clients and the server to exchange messages in real time. (from Wikipedia article on BlazeDS). I believe, it's mostly a Java thing, and is used for distributing messages across several clients. Making a chat is a good example of it's usage.

Data management is a set of features provided by LCDS (Live Cycle Data Services), which eases the development of CRUD. More info you can find in asnwers to this question.

It's likely Zend AMF doesn't support the latter two features, though I'm not sure.

这篇关于Flex中的远程处理,消息传递和数据管理?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆