You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Singleton Pattern and Problem With Double Checked Locking”.
More from Alexander Zagniotov:
- Java Generics and Reflection
Hi, the other day I had a situation, where in my code at run time I had to determine the... - Marshalling VS Serialization
The two terms are very very similar, and often treated the same. Quite few responds on various forums contradict each... - JBoss Clustering – HASingleton Service
Have you ever dealt with clustered singleton service? How to determine which cluster node is the master? Well, if I... - JBoss Clustering – Shared State Across Cluster Partition
Did you know that if you have a JBoss cluster, HA singletons service beans on each can share a common... - Using Template to Deploy a JBoss Queue
Currently I am involved in a project, where I have to use Velocity template engine to deploy queues and message-driven...
Comments
Thank you for the concised summary, good post.
Anthony
Thanks Anthony, I am glad it helped you.