Flash Remoting and AMF
Flash Remoting 是一种基于HTTP request/response的数据通讯技术,而AMF正是Flash Remoting所使用的二进制消息协议(Binary messaging protocol)。由于采用了二进制方式,通讯的数据量减少,从而通讯的性能也有所提高。同时AMF也是Flash Player专用协议,如果需和其它语言进行互通,则必须使用一些SDK来进行此资料的解析。
以下是AMF和其他语言的接口实现:
- AMFPHP (PHP, http://www.amfphp.org)
- OpenAMF (Java, http://www.openamf.com)
- WebORB (.NET, Java, Ruby on Rails, http://www.themidnightcoders.com)
- Fluorine (.NET, http://fluorine.thesilentgroup.com)
- Adobe Flash Remoting MX (Java, .NET, http://www.adobe.com/products/flashremoting)
- ColdFusion (the Flash Remoting gateway is part of a standard ColdFusion installation, http://www.adobe.com/products/coldfusion.)
尚无评论