Should model locator as a singleton class? Can't we instantiate this class as like normal class?
Answer / Amrendra Pandey
"Model Locator is often implemented as a Singleton to ensure that only one instance of the class exists across the entire application. While it's technically possible to create multiple instances, doing so would lead to inconsistent data and potentially other issues."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between graphical skinning and stateful skinning?
Difference between http service and remote object?
What is adapter in blaze ds?
What are the methods called when a ui component is intialized? : adobe flex action script
When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script
What happens if an .swf is loaded into a already occupied level? : adobe flex action script
How do I run flex as a service?
Where can I get access to the open source flex project information?
Explain data binding in flex?
What are the Similarities between Flex & Java?
What is the difference between changewatcher.watch, and bindingutils.bindproperty?
I have I input text field on stage and I have a button also, further I am writing some text in that input text field. I want to save my written data on my local system (on my computer), how can I do this?