<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Caught By Java</title>
	<atom:link href="http://www.caughtbyjava.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caughtbyjava.com</link>
	<description>Just another Technology Blog</description>
	<lastBuildDate>Sat, 19 Jun 2010 15:57:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New findings for Hashtable vs Synchronized Map vs ConcurrentHashMap</title>
		<link>http://www.caughtbyjava.com/new-findings-for-hashtable-vs-synchronized-map-vs-concurrenthashmap-2/</link>
		<comments>http://www.caughtbyjava.com/new-findings-for-hashtable-vs-synchronized-map-vs-concurrenthashmap-2/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 15:57:41 +0000</pubDate>
		<dc:creator>Asim</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Core Java]]></category>
		<category><![CDATA[Java Collections]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=186</guid>
		<description><![CDATA[I had been reading this all over the net that ConcurrentHashMap is faster than Hashtable and Synchronized HashMap. I tried a small and simple program that measures write operations on the above mentioned Collections. I found the Hashtable is quick enough than Synchronized Map and ConcurrentHashMap. The order was1) Hashtable2) Synchronized Map3) ConcurrentHashMapI am shooked [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/new-findings-for-hashtable-vs-synchronized-map-vs-concurrenthashmap-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IntelliJ IDEA 9 Released</title>
		<link>http://www.caughtbyjava.com/intellij-idea-9-released/</link>
		<comments>http://www.caughtbyjava.com/intellij-idea-9-released/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 09:36:40 +0000</pubDate>
		<dc:creator>Aputin</dc:creator>
				<category><![CDATA[Integrated Development Environment]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=175</guid>
		<description><![CDATA[IntelliJ IDEA is a code-centric IDE focused on developer productivity. IntelliJ IDEA deeply understands your code and gives you a set of powerful tools without imposing any particular workflow or project structure. IntelliJ IDEA is your dream pair-programmer who knows its way around the codebase, makes great suggestions right when you need them, and is [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/intellij-idea-9-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JGroup 2.8.0.GA released</title>
		<link>http://www.caughtbyjava.com/jgroup-2-8-0-ga-released/</link>
		<comments>http://www.caughtbyjava.com/jgroup-2-8-0-ga-released/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 09:09:46 +0000</pubDate>
		<dc:creator>Aputin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[JGroup]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=170</guid>
		<description><![CDATA[It has taken us almost a year since the last major release (2.7 was released in January), but 2.8.0.GA contains a lot of new features.Here&#8217;s a short list of features that made it into 2.8.0.GA (here are the release notes):    * Logical addresses: decouples physical addresses (which can change) from logical ones. [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/jgroup-2-8-0-ga-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring and JMS Integration</title>
		<link>http://www.caughtbyjava.com/spring-and-jms-integration/</link>
		<comments>http://www.caughtbyjava.com/spring-and-jms-integration/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 15:52:20 +0000</pubDate>
		<dc:creator>Reena</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[jms]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=160</guid>
		<description><![CDATA[Java Messaging Service opened the door for modeling the asynchronous mode of communication. It provides a common way of sending and receiving messages by having a middle man, also called as Message Broker or Message oriented Middleware. Now with the capability of an asynchronous framework like JMS being integrated with Spring, it can take all [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/spring-and-jms-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dojo 1.4 Released</title>
		<link>http://www.caughtbyjava.com/dojo-1-4-released/</link>
		<comments>http://www.caughtbyjava.com/dojo-1-4-released/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 16:20:35 +0000</pubDate>
		<dc:creator>Reena</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Dojo]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=151</guid>
		<description><![CDATA[This one has been a long time coming. Nine months of non-stop development, a few new committers and nearly 1000 closed issues cumulatively creates the team&#8217;s fastest, most stable Dojo release to date. Finally the Dojo team announced the release of Dojo 1.4 which has improvements in performance and stability as well as new features. [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/dojo-1-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Pagination Design using Hibernate</title>
		<link>http://www.caughtbyjava.com/search-pagination-design-using-hibernate/</link>
		<comments>http://www.caughtbyjava.com/search-pagination-design-using-hibernate/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 14:01:07 +0000</pubDate>
		<dc:creator>Reena</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[search pagination]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=147</guid>
		<description><![CDATA[One of the biggest problem which is commonly faced in searches is pagination; On the first day of my new job, I was asked to looked the performance issues related in the search functionality of the application. When I looked at the application, application is slow when the users gets a search results of magnitude [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/search-pagination-design-using-hibernate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What to target using Web Analytics Data</title>
		<link>http://www.caughtbyjava.com/what-to-target-using-web-analytics-data/</link>
		<comments>http://www.caughtbyjava.com/what-to-target-using-web-analytics-data/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 12:31:11 +0000</pubDate>
		<dc:creator>Aputin</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[omniture]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=142</guid>
		<description><![CDATA[I’ve been thinking a bit about targeting, and how we in the web analytics industry have just a ton of visitor or segment-level data that can be used for targeting ads or content, but most tools don’t let you use the data or easily feed it to other systems to do any targeting.  It’s [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/what-to-target-using-web-analytics-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online customer experience analytics will be big in 2010</title>
		<link>http://www.caughtbyjava.com/online-customer-experience-analytics-will-be-big-in-2010/</link>
		<comments>http://www.caughtbyjava.com/online-customer-experience-analytics-will-be-big-in-2010/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 12:20:56 +0000</pubDate>
		<dc:creator>Aputin</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[omniture]]></category>
		<category><![CDATA[webtrends]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=140</guid>
		<description><![CDATA[In the current economic situation, the following may be the important considerations of organizations, that will drive customer-process improvement pressures:A unified, complete view of customers across different channelsAs competition intensifies, organizations are finding it necessary to shift from a strategy that focuses on product differentiation to one that focuses on enhancing the customer experience. Today’s [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/online-customer-experience-analytics-will-be-big-in-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Implementation of Strategy Design Pattern</title>
		<link>http://www.caughtbyjava.com/java-implementation-of-strategy-design-pattern/</link>
		<comments>http://www.caughtbyjava.com/java-implementation-of-strategy-design-pattern/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 00:29:29 +0000</pubDate>
		<dc:creator>Asim</dc:creator>
				<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=131</guid>
		<description><![CDATA[SummaryThis article explains a real world implementation of Strategy design pattern used with technology stack as JSF, Hibernate, IBM Websphere Application Server.MotivationThere are common situations when classes differ only in their behavior. For this cases is a good idea to isolate the algorithms in separate classes in order to have the ability to select different [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/java-implementation-of-strategy-design-pattern/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Java 6 Collections</title>
		<link>http://www.caughtbyjava.com/new-java-6-collections/</link>
		<comments>http://www.caughtbyjava.com/new-java-6-collections/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 09:34:59 +0000</pubDate>
		<dc:creator>Asim</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Collections]]></category>

		<guid isPermaLink="false">http://www.caughtbyjava.com/?p=121</guid>
		<description><![CDATA[With the release of Java 6, Sun Microsystems has added some new interfaces and their implementation to the existing java collection family.DequeBlockingDequeNavigableMapNavigableSetConcurrentNavigableMapDequeDeque is short for double-ended queue, and Sun Microsystem likes it to be pronounced as “deck” and not de-queue. Deque is a combination of both queue (that supports adding from one side and removing [...]]]></description>
		<wfw:commentRss>http://www.caughtbyjava.com/new-java-6-collections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<img style='margin:0;padding:0;border:0;' width='1px' height='1px' src="http://www.caughtbyjava.com/wp-content/plugins/mystat/mystat.php?act=time_load&id=158189&rnd=1411336602" /></channel>
</rss>
