R – Flex Remoting or Flash Remoting

apache-flexflashremoting

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

Thank you

Best Solution

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.

Related Question