Understanding RPC Components

Adobe Flex remote procedure call (RPC) components. Flex RPC components are based on a service-oriented architecture (SOA). RPC components let you interact with server-side RPC services to provide data to your applications.

You can access data through HTTP (HTTP services), SOAP (web services), or Java objects (remote object services). Another common name for an HTTP service is a REST-style web service. REST stands for Representational State Transfer and is an architectural style for distributed hypermedia systems. For more information about REST, see www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm.

In a typical Flex application, an RPC component sends data as input to one or more RPC services. When an RPC service executes, it returns its results data to the RPC component that made the request.

Contents

About RPC components
Example: An RPC component
Comparing the RPC feature to other technologies

LiveCycle Data Services ES 2.5

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcds/rpc_intro_1.html