More from Alexander Zagniotov:

  1. Java Generics and Reflection
    Hi, the other day I had a situation, where in my code at run time I had to determine the...
  2. Marshalling VS Serialization
    The two terms are very very similar, and often treated the same. Quite few responds on various forums contradict each...
  3. JBoss Clustering – HASingleton Service
    Have you ever dealt with clustered singleton service? How to determine which cluster node is the master? Well, if I...
  4. 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...
  5. 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
  • Anthony Balmein June 24, 2010 at 6:56 pm

    Thank you for the concised summary, good post.

    Anthony