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

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

问题描述

谁能向我解释所有这些的区别,还有另一个问题 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 是一种使用 AMF 协议进行 RPC 的方式.基本上,您使用一些方法实现一些服务器端服务,从您的 flex 应用程序调用它们并接收结果(使用 RemoteObject).Zend AMF 绝对支持这一点.

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.

消息服务提供了一个完整的发布/订阅基础设施,允许 Flex 客户端和服务器实时交换消息.(来自维基百科关于 BlazeDS 的文章).我相信,它主要是 Java 的东西,用于在多个客户端之间分发消息.进行聊天 是其用法的一个很好的例子.

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.

数据管理是 LCDS(Live Cycle Data Services)提供的一组功能,可简化 CRUD 的开发.您可以在 asnwers 中找到更多信息 这个问题.

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.

虽然我不确定,但 Zend AMF 可能不支持后两个功能.

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

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

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