I\'m currently using RobotLegs with the Presentation Model pattern to develop a Flex 4 project. I understand that all business logic related to a View resides in the Presentation Model associated with
I guess 开发者_运维百科I would need some really good explanation on some Model related concepts.
First time posting here. Thanks for taking the time to review the issue. As the title indicates the question is in regards to the service layer of a flex application. Specifically in a test case clas
My company is willing to reffactor its biggest and heaviest pro开发者_C百科ject introducing some kind of framework. Are there good online source/issue/blogpost with comparison of these 3 frameworks -
I\'m trying to build a Flex application using the Robotlegs framework and don\'t know how to deal with the creation of mediators (-> onRegister being called) only after the creationComplete event of t
I\'m looking for a framework开发者_StackOverflow社区 that is small and reliable and works in Flex 4.
I am searching for a decent framework for organizing my Javascript, jQuery assisted code according to MVCS micro-architecture.
I\'m trying to mediate the main application class ( the \'Document class\' of a Flash *.fla project) I have this on the Application Context startup():
I\'ve got two two RobotLegs models that are, by necessity, fairly tightly coupled. What\'s the best way to send events between them?
I am building a robotlegs app where you h开发者_如何学Pythonave to login in order to use it. When you loggin I have numerous mediators,injectors,models,vos etc. What should I remove when one logs out?