This document discusses several technologies for data transactions in rich internet applications (RIAs), including REST, AMF, Flex-Ajax Bridge, JSON, and JSONRequest. REST uses XML, URIs and HTTP to enable distributed computing on the web. AMF is a proprietary data format used in Flash applications. The Flex-Ajax Bridge allows exposing ActionScript classes to JavaScript. JSON is a lightweight data interchange format used for transmitting data between client and server. JSONRequest proposes a new browser service for two-way data exchange using JSON.