HornetQ on Tomcat - by Gennady Shumakher Is that possible to run HornetQ (JBoss JMS implementation) on Tomcat? The HornetQ documentation is all about JBoss AS or standalone scenarios... Read the article
Map collection size in Dozer - by Gennady Shumakher Is there a way to map collection size in dozer? class Source { Collection<String> images; } class Destination { int numOfImages; } Read the article