<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Hibernate query cache</title>
	<atom:link href="http://pitfalls.wordpress.com/2008/05/05/hibernatequerycache/feed/" rel="self" type="application/rss+xml" />
	<link>http://pitfalls.wordpress.com/2008/05/05/hibernatequerycache/</link>
	<description></description>
	<lastBuildDate>Tue, 11 Aug 2009 16:12:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: apurba</title>
		<link>http://pitfalls.wordpress.com/2008/05/05/hibernatequerycache/#comment-146</link>
		<dc:creator>apurba</dc:creator>
		<pubDate>Tue, 20 Jan 2009 09:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://pitfalls.wordpress.com/?p=15#comment-146</guid>
		<description>Slipped off my mind, would get back to do it, should have something in the next few weeks.</description>
		<content:encoded><![CDATA[<p>Slipped off my mind, would get back to do it, should have something in the next few weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Lecho</title>
		<link>http://pitfalls.wordpress.com/2008/05/05/hibernatequerycache/#comment-145</link>
		<dc:creator>Stefan Lecho</dc:creator>
		<pubDate>Mon, 19 Jan 2009 11:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://pitfalls.wordpress.com/?p=15#comment-145</guid>
		<description>Did you had the time to &quot;In the next set of blogs will try to get into the cache concurrency strategy and how it impacts us from a performance perspective.&quot; ?</description>
		<content:encoded><![CDATA[<p>Did you had the time to &#8220;In the next set of blogs will try to get into the cache concurrency strategy and how it impacts us from a performance perspective.&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://pitfalls.wordpress.com/2008/05/05/hibernatequerycache/#comment-144</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Thu, 15 Jan 2009 12:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://pitfalls.wordpress.com/?p=15#comment-144</guid>
		<description>I need some help in designing a best possible solution for my problem:

I am developing an application using Spring, Hibernate and I have made use of Ehcache as the second level cache. 
 
It is a AJAX application and I need help in designing one feature. In the application, a user is required to do a AJAX style search of his contacts. (Just like contacts are shown in gmail while selecting the recipients or other mail clients). 
 
What would be the best approach to design this? I plan to put some meta data of the contacts into a cache or HTTP session so that the contacts can be searched from the memory instead of the DB. 
 
I am sure that this is a standard practice for most of the applications. But still, what is the best practice to do such operations. Any pointer to examples with Spring, Hibernate would be great help. What type of cache in Ehcache should be used for this? Should I make use of the QueryCache here?</description>
		<content:encoded><![CDATA[<p>I need some help in designing a best possible solution for my problem:</p>
<p>I am developing an application using Spring, Hibernate and I have made use of Ehcache as the second level cache. </p>
<p>It is a AJAX application and I need help in designing one feature. In the application, a user is required to do a AJAX style search of his contacts. (Just like contacts are shown in gmail while selecting the recipients or other mail clients). </p>
<p>What would be the best approach to design this? I plan to put some meta data of the contacts into a cache or HTTP session so that the contacts can be searched from the memory instead of the DB. </p>
<p>I am sure that this is a standard practice for most of the applications. But still, what is the best practice to do such operations. Any pointer to examples with Spring, Hibernate would be great help. What type of cache in Ehcache should be used for this? Should I make use of the QueryCache here?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
