Tag Archive: flex data access components

05 Jan

Data Access Using the HTTPService Component in Flex

Data Access Using the HTTPService Component in Flex :- Using the HTTPService component in the Flex framework, you can retrieve data using GET or Post requests. 1. You can either use the HTTP or HTTPS protocol. To request data over HTTP, First create an HTTPService object by defining an instance name and assigning a URL …

Continue reading »

04 Jan

Flex Architecture

1

FLEX ARCHITECTURE :- Flex data access components: Flex data access components are based on a service-oriented architecture. These components use remote procedure calls to interact with server environments, such as PHP, Adobe CouldFusion, Microsoft ASP.NET and Java. All Flex data access components can retrieve and send data to back-end data sources through the server environments. …

Continue reading »