简体   繁体   English

Flex中的远程处理,消息传递和数据管理?

[英]Remoting , Messaging and Data Management in Flex?

任何人都可以向我解释所有这些的区别,而Zend AMF是否支持所有这些还有另一个问题。

Though my answer may not be complete, it'll give you some hints. 尽管我的回答可能并不完整,但会给您一些提示。

Flash Remoting is a way of doing RPC using AMF protocol. Flash Remoting是使用AMF协议进行RPC的一种方式。 Basicly you implement some server-side services with some methods, call them from your flex application and receive the result (using RemoteObject ). 基本上,您可以使用某些方法来实现某些服务器端服务,然后从Flex应用程序中调用它们并接收结果(使用RemoteObject )。 Zend AMF definitely supports this. Zend AMF绝对支持这一点。

The Message Service provides a complete publish/subscribe infrastructure allowing Flex clients and the server to exchange messages in real time. 消息服务提供了完整的发布/订阅基础结构,允许Flex客户端和服务器实时交换消息。 (from Wikipedia article on BlazeDS ). (摘自BlazeDS上的 Wikipedia 文章 )。 I believe, it's mostly a Java thing, and is used for distributing messages across several clients. 我相信,这主要是Java东西,用于在多个客户端之间分发消息。 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. 数据管理是LCDS(实时周期数据服务)提供的一组功能,可简化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. 尽管我不确定,但Zend AMF可能不支持后两个功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM