pure MVC and spring pure MVC are different? Im looking into whether i can use the pure MVC multicore.
--- In [email protected], Simon Bailey <si...@...> wrote: > > I have not used the Spring PureMVC stuff but looking at the Mediator > class that IocMediator extends its using the standard version and not > multicore which means it will not be based on multitons. However, I > am not familiar enough with Spring as I said and therefore cannot > suggest the implications of it being based on singletons. > > Cheers, > > Simon > [ Blog ] nutrixinteractive.com/blog/ > > On 23 Jun 2009, at 11:23, sandrea83 wrote: > > > > > > > > > Hi, > > I was just wondering since my existing framework application is > > using > > org > > .springextensions > > .actionscript.puremvc.patterns.mediator.IocMediator; it that > > considered as singleton, is that possible to convert it to multiton? > > Please guide me and advise. thanks in advance. > > > > --- In [email protected], "Mark Easton" <mark63@> wrote: > > > > > > Yes it does - PureMVC MultiCore ... > > > > > > "This variation supports modular programming, allowing the use of > > > independent program modules each with their own independent > > PureMVC 'Core'. > > > A Core is a set of the four main actors used in the Standard > > framework > > > (Model, View, Controller and Facade). This version of the > > framework uses > > > <http://en.wikipedia.org/wiki/Multiton_pattern> Multitons instead of > > > Singletons. Rather than storing a single instance of the class, a > > Multiton > > > stores a map of instances. Each Core is referenced by an > > associated Multiton > > > Key. > > > > > > The MultiCore Version of the framework was developed due to the > > widespread > > > need for modular support in a world of ever-more ambitious Rich > > Internet > > > Applications which must load and unload large pieces of > > functionality at > > > runtime. For instance a PDA application might need to dynamically > > load and > > > unload modules for managing task list, calendar, email, contacts, > > and > > > files." (from Wikipedia) > > > > > > > > > _____ > > > > > > From: [email protected] > > [mailto:[email protected]] On > > > Behalf Of Manu Dhanda > > > Sent: Monday, September 29, 2008 3:03 PM > > > To: [email protected] > > > Subject: RE: [flexcoders] Pure MVC > > > > > > > > > > > > > > > Hii, > > > > > > Sorry for not being related. But as it came about pureMVC, I was > > also > > > looking for it. > > > > > > Can someone confirm me that we have some solution in pureMVC for > > modules? > > > > > > Thanks, > > > Manu. > > > > > > Robert Easton wrote: > > > > > > > > I use PureMVC and also found it hard to understand. I can tell > > you that I > > > > just persisted and now I have a good grasp of it. Took me a > > solid week to > > > > get over the initial hurdle. > > > > > > > > I just referred to blogs like this and followed them through > > closely: > > > > > > > > http://www.as3dp. > > > <http://www.as3dp.com/2007/12/27/minimalist-mvc-example-using-the-puremvc-fr > > > a> com/2007/12/27/minimalist-mvc-example-using-the-puremvc-fra > > > > mework/ > > > > > > > > > > > > I also referred to this often: > > > > > > > > http://www.websecto > > > <http://www.websector.de/blog/2007/12/25/10-tips-for-working-with-puremvc/ > > > > > > > > > r.de/blog/2007/12/25/10-tips-for-working-with-puremvc/ > > > > > > > > Im glad I am using PureMVC now! > > > > > > > > Cheers > > > > Mark > > > > _____ > > > > > > > > From: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> > > ups.com > > > [mailto:flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> > > ups.com] > > > On > > > > Behalf Of samanderson188 > > > > Sent: Monday, September 29, 2008 4:54 AM > > > > To: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> > > ups.com > > > > Subject: [flexcoders] Pure MVC > > > > > > > > > > > > > > > > Hi all, > > > > > > > > I have been working in Flex for couple of months, but I have never > > > > used any frameworks before. I am now trying to learn Pure MVC > > > > framework, but I guess its a little too complicated for me to > > > > understand and I tried referring puremvc.org, still I am facing > > some > > > > trouble to understand ! > > > > > > > > It will be of great help if anyone can suggest me some video > > links or > > > > some good documentations to refer to make me understand PureMVC ! > > > > > > > > Thanks, > > > > Sam > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > View this message in context: http://www.nabble. > > > <http://www.nabble.com/Pure-MVC-tp19717004p19717491.html> > > > com/Pure-MVC-tp19717004p19717491.html > > > Sent from the FlexCoders mailing list archive at Nabble.com. > > > > > > > > > >

