robotlegs
In the Presentation Model pattern can view specific logic reside in the view?
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[详细]
2023-03-28 19:49 分类:问答Need some clarifications on the Model side of MVC
I guess 开发者_运维百科I would need some really good explanation on some Model related concepts.[详细]
2023-03-22 06:50 分类:问答How do I test services with cookie based sessions in Flex/AS3
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[详细]
2023-03-18 18:36 分类:问答Comparison between Mate, Swiz and Robotlegs frameworks for Flex development
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 -[详细]
2023-03-17 04:44 分类:问答Robotlegs Flex - How deal with mediators being initialized after creationComplete?
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[详细]
2023-02-26 14:22 分类:问答What's the best and smallest framework for flex 4?
I\'m looking for a framework开发者_StackOverflow社区 that is small and reliable and works in Flex 4.[详细]
2023-02-21 19:24 分类:问答MVC approach for JavaScript
I am searching for a decent framework for organizing my Javascript, jQuery assisted code according to MVCS micro-architecture.[详细]
2023-02-11 08:31 分类:问答RobotLegs - Mediator for main application class
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():[详细]
2023-02-07 03:50 分类:问答RobotLegs: Sending events between Models?
I\'ve got two two RobotLegs models that are, by necessity, fairly tightly coupled. What\'s the best way to send events between them?[详细]
2023-02-07 03:33 分类:问答Robotlegs Logout
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?[详细]
2023-01-27 22:01 分类:问答