|
|
submitted by
lowendahl
9 months, 12 days ago
lowendahl.net — 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.
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
Add a live kick counter to your blog >>
You can even customize the image by choosing your own colors, and then clicking
the button below to update the preview and the html code:
Simply copy and paste this HTML into your blog post.
Users who kicked this story:
No comments so far
|