Pattern Focus: Singelton V2.0(lowendahl.net)
submitted by
lowendahl(750) 3 years, 11 months ago
Singelton has been around for ages, it's about time someone remodernized the pattern. Utilizing generics, implict casts, template method and some reflection V2.0 of singelton now enables a developer to create a reusable Singelton class that allows for usage like:
MyFactory factory1 = new StaticSingelton("Init data");
MyFactory factory2 = new StaticSingelton("Init data");
Which makes sure that factory1 and factory2 shares the same instances of MyFactory. Want to know how? Read the full article. read more...
|category: Patterns
|Views: 4
tags:
Patterns another
Everyones tags:
Your Tags: