Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uhoh-itsmaciek/robotlegs-examples-ConfigurableModules
An example of parent-application-configurable application modules with their own Contexts
https://github.com/uhoh-itsmaciek/robotlegs-examples-ConfigurableModules
Last synced: 5 days ago
JSON representation
An example of parent-application-configurable application modules with their own Contexts
- Host: GitHub
- URL: https://github.com/uhoh-itsmaciek/robotlegs-examples-ConfigurableModules
- Owner: msakrejda
- Created: 2010-05-20T18:14:55.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-20T23:01:27.000Z (over 14 years ago)
- Last Synced: 2024-12-26T23:02:39.381Z (17 days ago)
- Language: ActionScript
- Homepage:
- Size: 164 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - robotlegs-examples-ConfigurableModules - An example of parent-application-configurable application modules with their own Contexts (Frameworks / RobotLegs Framework)
README
A simple example of using RL, Signals, Presentation Models, and a
modular application. Note that the modules are not modules in the Flex
sense: they could be, but that's orthogonal to this architecture. The
important part is that each module has its own local context, and each
module's interactions can either be confined to that context or shared
with other modules (and the parent application) through injected
Signals. The other important part is that, unlike the other modular RL
examples I've seen (and like Theo Hultberg's documentbased Mate
example application), each module is injected with a unique
configuration when it is first created.