Posted by: arunbluebrain on: January 28, 2009
FluorineFx ( Mr. Zoltan Csibi Creator of FlourineFx ) provides an implementation of Flex/Flash Remoting, Flex Data Services and real-time messaging functionality for the .NET framework.
Currently the team is working on more tight integration into Visual Studio and the most recent commit to the repository is from the 27th of January 2009.
Check out the repository…
http://code.google.com/p/fluorinefx/
Posted by: arunbluebrain on: December 8, 2008
James Ward and Duane Nickull has posted over 8 hours of free course materials that will walk you through how to use Web Services, REST, and RPC services within Flex and AIR. All of the materials are available for free.
Here is the official description.
Learn how to build SOA clients with Flex and Adobe AIR. In [...]
Posted by: arunbluebrain on: December 6, 2008
What is AMF?
AMF is a binary format based loosely on the Simple Object Access Protocol (SOAP). It is used primarily to exchange data between an Adobe Flash application and a database, using a Remote Procedure Call.
Each AMF message contains a body which holds the error or response, which will be expressed as an ActionScript Object.
AMF [...]