Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devpaul/swiftmvc
- Owner: devpaul
- Created: 2010-07-16T01:02:28.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-25T23:12:20.000Z (over 12 years ago)
- Last Synced: 2024-11-30T03:43:57.956Z (3 months ago)
- Topics: actionscript, flash, flex, mvc
- Language: ActionScript
- Homepage: http://devpaul.com
- Size: 426 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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