File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Flex and the fly likes Can we break a singleton pattern in flex by using ObjectUtil.copy or ObjectUtil.clone methods Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Flex
Reply Bookmark "Can we break a singleton pattern in flex by using ObjectUtil.copy or ObjectUtil.clone methods" Watch "Can we break a singleton pattern in flex by using ObjectUtil.copy or ObjectUtil.clone methods" New topic
Author

Can we break a singleton pattern in flex by using ObjectUtil.copy or ObjectUtil.clone methods

Shridhar Raghavan
Ranch Hand

Joined: May 27, 2010
Posts: 71
Was wondering if i can create one instance of Whatever and then create copies of each instance thereby breaking the pattern?

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Can we break a singleton pattern in flex by using ObjectUtil.copy or ObjectUtil.clone methods
 
Similar Threads
about Singleton Pattern
How to get the Single Instance of a class - singleton -Basic
what is different in singleton design pattern
Singletons - What are they and how/why would you use them?
Need help.....