Tagged Questions

0
votes
1answer
18 views

what is best place to register proxy and mediator in flex puremvc framework?

I am using puremvc framework for developing flex based project. My question is related to what is best way to delayed registering proxy class and mediator class ? Currently on star …
3
votes
4answers
430 views

How does the portability of PureMVC benefit the application developer?

One of the stated goals of the PureMVC framework is to avoid platform dependencies in order to be portable. Considering that because of language and API differences application cod …
3
votes
4answers
101 views

When is it best to change code to match standards?

I have recently been put in charge of debugging two different programs which will eventually need to share an XML parsing script, at the minimum. One was written with PureMVC, and …
9
votes
4answers
2k views

What’s your recommendation for architecting GWT applications? MVC, MVP or custom messaging solution?

Hello, I just started a new GWT project for a client and I'm interested in hearing people's experience with various GWT MVC architectures. On a recent project, I used both GXT MVC …
0
votes
1answer
32 views

pureMVC: unique mediator for each tab in an interface.

Hello, I am building a tabbed interface for switching between various similar layers. Each layer will have a number of graphs. By dragging with the mouse the graphs can be rearr …
1
vote
6answers
118 views

What design pattern? I need two modes in my app, edit and view.

If I need two modes in my application what design pattern would I use so I can prevent ugly conditional code? App is currently MVC, but I don't want conditional code in my control …
0
votes
1answer
62 views

In PureMVC, should Proxies send Notifications themselves, or do so via the ApplicationFacade?

In the PureMVC framework, Proxies communicate with the ApplicationFacade (and thus any interested components) via a Notification. Should this Notification be sent via their own in …
2
votes
7answers
419 views

Is there a better alternative to PureMVC for Flash projects?

I used PureMVC in a prior Flash (not Flex) project. After adjusting to its requirements, it worked well, but I'm left feeling that it was too over-engineered and cumbersome. I noti …
0
votes
2answers
111 views

Why are Mediators coupled to Proxies in Flex PureMVC?

I've just recently learned the PureMVC framework, and am a little confused as to the coupling between Proxy and Mediator objects. The links on this page connect to some documents …
0
votes
1answer
41 views

Flex modulleader url, why cant it just look at the root ?

We are using pureMVC multicore as the flex Framework, When we need to load a module we use the first line "moduleEval.swf";. It works well in local for testing. But not on the pr …
0
votes
3answers
146 views

Inherited Classes and Dynamic Views in PureMVC (AS3)

I was wondering best practices for views of inherited classes in PureMVC in this situation: Multiple classes inherit a BaseClass (lets say InheritedClass1 and InheritedClass2) Ea …
0
votes
1answer
129 views

How do you hook up a Module thats loaded dynamically in the PureMVC framework for ActionScript 3

I'm using the PureMVC framework on a FlexBuilder 3 project. I have already hooked up the ApplicationFacade and have executed simple commands successfully. I have a ModuleLoader i …
0
votes
1answer
316 views

Flex PureMVC: when to register mediator

the setup: have the main mxml file displaying a viewstack of a login panel and a main panel. inside the main panel there is two panels, a form panel and a list panel On startup, …
2
votes
4answers
698 views

in MVC/MVP/MVPC where do you put your business logic?

in the MVC/MVP/MVPC design pattern where do you put your business logic? No, I do not mean the ASP.NET MVC Framework (aka "Tag Soup"). Some people say you should put it in the "C …
0
votes
1answer
1k views

Objectively, what are the pros and cons of Cairngorm over PureMVC?

There are so many reasons why using an MVC framework in Flex rocks, but picking the right one seems tricky. I am interested in what you all think from your experiences of implemen …

1 2 next
15 30 50 per page