| Key points: |
- WebORB Data Management generates a simple, object-oriented API for your table-based (relational) data.
- Query functions, such as findAll(), synchronously return an empty ArayCollection, which is asynchronously populated with the query result data.
- If a query result is assigned to a bindable variable (such as _searchResult), and a UI element's dataprovider is bound to that variable, then the UI element will be updated whenever the variable's contents change..for example, when its is populated with the query's asynchronous results.
- CRUD operations which must all succeed or fail as a single unit can be grouped into a single UnitOfWork (see main.mxml's onUpdate() method).
- This sample was created for use in a webinar; see the videos of that webinar below.
|