Tuesday 12 April 2011

Force.com Flex framework


The Force.com Flex framework is comprised of a library of Action Script classes to help you more easily retrieve, display, and edit salesforce.com data. For desktop applications, the framework builds on the client-side data management included in Adobe Lifecycle Data Services, but does not include the LCDS server-side data management functionality. The Force.com Flex framework includes:
·         Login functionality, including a UI and error messages.
·         An API for making multiple, asynchronous web service requests to the Force.com cloud to retrieve, save, or delete records.
·         UI components and data classes for displaying, editing, and managing local data changes.
·         The automatic creation and management of a local data store of salesforce.com data for offline support.
·         An API for saving changes to both the local store and the Force.com cloud.
·         Automatic periodic synchronization of data between the local data store and the Force.com cloud.
·         Online and offline data synchronization and management.
·         A conflict resolution service that detects conflicts between the local data store and the Force.com cloud and provides a UI for users to resolve the conflicts.
·         UI components to provide user feedback as status bar messages or toast notifications.
When you create a Force.com Flex project in Flash Builder for Force.com, your project will already include these framework classes in its library folder

No comments:

Post a Comment