Skip to content
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.

Status

Production - Version 1.2

Demos Using This Utility

Utilities Using This Utility

Platforms / Technologies

Changes in 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.

Changes in 1.1

  • Moved source code into src folder. No functionality changed.

Features in 1.0

  • 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.

Clone this wiki locally