Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devpaul/swiftmvc

SwiftMVC is a new, simple MVC framework with injection and composition that includes a migration path from PureMVC.
https://github.com/devpaul/swiftmvc

actionscript flash flex mvc

Last synced: 16 days ago
JSON representation

SwiftMVC is a new, simple MVC framework with injection and composition that includes a migration path from PureMVC.

Awesome Lists containing this project

README

        

================================================================================
CHANGELIST
================================================================================
-- Version 0.3.1
* Added support for piping PureMVC notifications
* Added basic handler support
* Fixed an issue w/ ProcessMap.getRegisteredProcessIds() always returning 0

-- Version 0.3.0
* Added a simple meta-data based invoker for commands
* Added support for process management

-- Version 0.2.3
* Added Context related support (Context, PureContext, ContextMap)
* Fixed / updated POM
* Added a NotificationHandler to the PureContext

-- Version 0.2.2
* Added PureCommand to provide injector to SimpleCommands
* Added ability to register a mediator or proxy class

-- Version 0.2.1
* Fixed build version in pom

-- Version 0.2
* Refactored location of PureMVC migration classes

-- Version 0.1
* Initial introduction of SwiftSuspenders integration with PureMVC