-
Notifications
You must be signed in to change notification settings - Fork 5
Home
cliffhall edited this page Sep 23, 2012
·
9 revisions
PureMVC ActionScript 3 Utility: XML Database (AIR)
This utility provides the ability for PureMVC-based AIR applications to easily create and persist and work with XML databases.
Standard and MultiCore versions are included.
Production - Version 1.2
- Added MultiCore support.
- No Standard version functionality changes except renaming source tree, therefore, there is no need to migrate Standard version apps to 1.2 unless you're also migrating to MultiCore.
- Moved source code into src folder. No functionality changed.
- Abstract class for representing an XML database
- Reads existing XML file or creates from a skeleton and persists
- Handles File I/O automatically
- Provides a way to parse the XML tree and delegate nodes to different proxies
- Command for persisting arbitrary XML databases
- Application can have as many XML databases as needed
AIR applications can use this utility to store, retrieve and manipulate structured data in XML, since AS3 gives us powerful tools in E4X for manipulation of the data.