Flex 远程处理或 Flash 远程处理

发布于 2024-08-02 12:20:13 字数 43 浏览 3 评论 0 原文

您能否建议闪存或 Flex 哪种远程处理服务更好?

谢谢

Can you suggest which Remoting service is good either flash or flex.

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

虐人心 2024-08-09 12:20:13

如果您需要数据服务,您可以考虑:
http://labs.adobe.com/technologies/livecycle_dataservices3/

http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/

否则,您可以考虑AMF协议。我不能说这是最好的,但我喜欢这个。

对于 AMF,这取决于您使用的技术。

对于php,如果您需要一个框架来使用,您可以考虑
http://framework.zend.com/download/amf,
否则,更简单的解决方案是:
http://www.amfphp.org/

对于Python,你可以尝试:
http://pyamf.org/

此外,您还可以访问 The Midnight Coders 的网站:
http://www.themidnightcoders.com/

希望这可以帮助您。

If you need data services, you may consider:
http://labs.adobe.com/technologies/livecycle_dataservices3/
or

http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/

Otherwise, you may consider AMF protocol. I cannot say it is the best, but I like this one.

For AMF, it will depends on which technology that you are using.

For php, if you need a framework to work with, you may consider
http://framework.zend.com/download/amf,
otherwise, a more simple solution is:
http://www.amfphp.org/.

For python, you can try:
http://pyamf.org/

In addition, you may have a look of The Midnight Coders' web sites:
http://www.themidnightcoders.com/

Wish this can help you.

蓝天 2024-08-09 12:20:13

我假设您询问的是服务器技术,因为 Flex 和 Flash 使用相同的客户端远程处理。

关于服务器,您有很多选择,但我是 Adob​​e 开源 BlazeDS,它是基于 Java 的。一定要检查一下,除非您真的喜欢手动序列化对象。还有另一个基于 Java 的 AMF 服务器,称为 Granite Data Services,但我对此没有经验。

如果您不喜欢服务器上的 Java,我知道 Ruby 和 Python 都有 AMF 实现 (RubyAMFPyAMF)。我确信 .NET 人员也有一个。

如果您对通过网络推送服务器数据的其他方式(RESTful XML 或传统 Web 服务)感到好奇,请查看 James Ward 的基准测试网站 这里。

祝你好运。

I'm assuming you are asking about the server technologies, since both Flex and Flash use the same client side remoting.

In regards to the server you have a lot of choices, but I'm a big fan of the Adobe's open source BlazeDS, which is Java based. Definately check that out, unless you really like to manually serialize your objects. There is another Java based AMF server called Granite Data Services, but I have no experience with that.

If Java on the server isn't your cup of tea, I know there an AMF implementation in Ruby as well as Python (RubyAMF, PyAMF). I'm sure the .NET guys have one as well.

And if you are curious about other ways to push server data across the wire (RESTful XML or traditional Web Services), take a look at James Ward's benchmarking site here.

Good luck.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文