I agree with both Justin and Benjamin on this.  Keeping it simple and easy to 
use for your particular use case.  Adding in a static class to store the 
properties in and using data binding where needed sounds like the shortest and 
easiest path for now.


-Mark

-----Original Message-----
From: Justin Mclean [mailto:jus...@classsoftware.com]
Sent: Wednesday, March 01, 2017 4:07 AM
To: users@flex.apache.org
Subject: [Non-DoD Source] Re: Persistent Data

HI,

For simple application which I assume this is I would just suggestion breaking 
up the application in a data model, views and use binding to display the data 
from  the model in the views, display custom event form the views to change the 
data and you have MVC without using a framework.

I suggest not using PureMVC as it is generic and thus IMO not the best fit for 
Flex. I have use it and many other frameworks in Flex before - but others may 
have different opinions.

Thanks,
Justin

Reply via email to