资 源 简 介
Basics
firemoss-flex is a collection of Adobe Flex-focused libraries I"ve written for my own purposes that I"d like to share.
Library: Atonement
Atonement (a wordplay on "at one-ment" and the idea of RIA state "reconciliation") is all about data management. It provides an EntityManager for client-side model caching, a Mapper to copy state between DTOs and client models, and a Messaging library to support concurrent client state synchronization ("data push").
Status: Mapper and EntityManager are good to go. Messaging works but has quirks that need ironing out.
Library: MagicBus
Dealing with RemoteObject, Consumer, and Producer objects is boilerplate heavy. MagicBus seamlessly allows mediation between these server-side gateways and popular Flex front-controller frameworks. Along the way, it also brings the idea of before/r