Questions tagged [puremvc]

PureMVC is a lightweight framework for creating applications based upon the classic Model, View and Controller concept.

PureMVC is a lightweight framework for creating applications based upon the classic Model, View and Controller concept.

Based upon proven design patterns, this free, open source framework which was originally implemented in the ActionScript 3 language for use with Adobe Flex, Flash and AIR, is now being ported to all major development platforms.

Two versions of the framework are supported with reference implementations; Standard and MultiCore. More info

Project website: http://puremvc.org/

Source codes: https://github.com/PureMVC

82 questions
1
vote
1 answer

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 startup command I am registering startup mediator. My code has…
Silent Warrior
  • 5,069
  • 8
  • 41
  • 52
1
vote
3 answers

Why this code not show any validation error in html page after button click

jQuery validation is not working in the code I have used to validate the form. I used PureMVC and in the index.html file the contact.html file loaded from ajax request. If I make a javascript alert on the button click then I can see them but they…
user1978003
  • 37
  • 2
  • 5
1
vote
2 answers

AS3/PureMVC Best Practices? Best code examples of well architected projects?

I am a AS3 novice learning PureMVC and want to write code following best practices so that any other AS3 developer can pick up my code and easily understand what I did, I am tempted to do stuff as I would in JavaScript or Asp.Net/C#, but I have a…
Ricky
  • 5,365
  • 2
  • 32
  • 30
1
vote
1 answer

Starling and PureMVC

How can I get a single view in my PureMVC app to use Starling with it's own mediator and communicate with the rest of the application? The rest of the application will NOT be using starling. From my research so far, it looks like starling can only…
Avik
  • 723
  • 6
  • 16
1
vote
2 answers

Are they any tutorial of how to use GWT with PureMVC framework?

I tried to google and found nothing. Is there any website which show how to implement GWT with PureMVC?
Atthapon Junpun-eak
  • 540
  • 2
  • 11
  • 23
1
vote
2 answers

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 describing the framework. (Please note, the links on the…
bedwyr
  • 5,774
  • 4
  • 31
  • 49
1
vote
0 answers

Upgrading to Flex 4.6 from Flex 4.5

The Background I'm in the process of updating an AIR app that was built with Flex 4.5 and AIR 2.6 to Flex 4.6 and AIR 3.3. I'm doing this to take advantage of the native JSON class and to get ready for AIR 3.4 and Actionscript Workers, both things I…
NoobsArePeople2
  • 1,986
  • 14
  • 21
1
vote
1 answer

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 implementing either of these (or another). Sam
Sam Reynolds
  • 181
  • 3
  • 9
1
vote
1 answer

How to replace PureMVC Standard with PureMVC MultiCore

I am working on a project, which uses PureMVC Standard. Now I need to add a new module SWF, which also uses Standard. I know the solution is to replace Standard MVC with MultiCore MVC, but there are two problems: Standard's package structure is…
0
votes
1 answer

Flex Application Framework: PureMVC vs Mate, which is better in productivity

I am trying to develop several small machine(such as a ic-m700pro) simulator in flex. I have been read document and tried in both PureMVC and Mate, each for two day. I don't have experience enough to choose the right one. I just want to develop…
Viet Anh
  • 165
  • 1
  • 11
0
votes
1 answer

In puremvc, how to wait for sendNotification/notifyObservers finishes

In PureMVC / ActionScript, after sending out notifications using send Notification or notify-observers, how do I make sure all the observers has received the notification and finished the work? On the other words, is sendNotification in synchronized…
BlueDolphin
  • 9,765
  • 20
  • 59
  • 74
0
votes
1 answer

Flex MultiCore PureMVC Notifier initialization error

I am trying to write a simple multicore PureMVC helloword. I am getting Error: multitonKey for this Notifier not yet initialized! at org.puremvc.as3.multicore.patterns.observer::Notifier/get facade()[C:\Documents and Settings\Owner.CapricornOne\My…
BlueDolphin
  • 9,765
  • 20
  • 59
  • 74
0
votes
1 answer

MVC pattern don't understand one sentence

Trying to use PureMVC framework and understand MVC concept. Don't understand this sentence: The Model caches named references to Proxies, which expose an API for manipulating the Data Model. The View primarily caches named references to Mediators,…
yozhik
  • 4,644
  • 14
  • 65
  • 98
0
votes
2 answers

Flash Builder: Change default suite for unit tests?

What are the steps to change your default suite when running unit tests in Flash Builder 4 with PureMVC?
Even Mien
  • 44,393
  • 43
  • 115
  • 119
0
votes
1 answer

PureMVC and Navigation with Silverlight (C#) for Windows Phone 7 (WP7)

I've used PureMVC before with AS3, and am playing around with WP7 so thought it would make sense to try the C# port (http://trac.puremvc.org/PureMVC_CSharp/) The problem I'm having is that the samples (Login/Employee Admin) don't use the…
Ian Routledge
  • 4,012
  • 1
  • 23
  • 28