Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / Architecture / Re: Mediator names and retrieval on: October 26, 2007, 10:43:14
I understand that. My question is, why not have a mediator class such as SingletonMediator subclassing v 1.6's Mediator which SingletonMediator  would work for the majority of the cases and know its name like, for example, proxies do; having the name getter with the name set by a constructor?
2  Announcements and General Discussion / Architecture / Re: Mediator names and retrieval on: October 25, 2007, 01:19:54
in this case, would it make sense to subclass the org.puremvc.patterns.mediator.Mediator into something like SingletonMediator which would always know its name to avoid this kind of boilerplate found in each concrete today's Mediator:

:
        override public function getMediatorName():String  {
            return EmployeeDetailMediator.NAME;
        }

or is there a need of this boilerplate code at all? In the debugger you can see a class name of an object...
3  Announcements and General Discussion / Getting Started / Re: Can't download anything, no demo code on: October 23, 2007, 05:23:12
thanks, I got lost in the navigation indeed, now got the code I was looking for  8)
4  Announcements and General Discussion / Getting Started / Can't download anything, no demo code on: October 04, 2007, 03:24:27
The only 2 things that appear downloadable to me are the framework itself and the test code. The demos don't work and I don't see how I can download the code. Am I missing something or all this is as intended? ???
Pages: [1]