
219
19
CHAPTER 19
Use the Data Management
Service
The Adobe Flex Data Management Service feature is a Flex Data Services feature that spans
the client, network, and server tiers to provide distributed data in Flex applications. This
tutorial provides two lessons about using the Data Management Service. The first lesson uses
the ActionScript object Data Management Service adapter, which persists data in server
memory and is useful for applications that require transient distributed data that is not
persisted to a data store.
The second lesson uses the Data Management Service Java adapter for working with data that
is persisted to a data store. The Java adapter passes data changes to methods available on an
arbitrary Java class, referred to as the Java assembler. This adapter lets Java developers employ
the Data Transfer Object (DTO) design pattern.
This tutorial provides the following lessons for building distributed applications that each use
the Data Management Service, which is part of Flex Data Services:
Build a distributed application with the ActionScript object adapter . . . . . . . . . . 220
Build a distributed application with the Java adapter. . . . . . . . . . . . . . . . . . . . . . . . .227
Kommentare zu diesen Handbüchern