<?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"
>

<channel>
	<title>debugging tools</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/debugging-tools/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>debugging tools</description>
	<pubDate>Tue, 16 Mar 2010 08:33:38+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Hibernate lazy loading mechanism</title>
		<link>http://www.codeweblog.com/hibernate-lazy-loading-mechanism/</link>
		<comments>http://www.codeweblog.com/hibernate-lazy-loading-mechanism/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 02:45:11+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[object entity]]></category>
<category><![CDATA[target audience]]></category>
<category><![CDATA[target user]]></category>
<category><![CDATA[cglib]]></category>
<category><![CDATA[loading mechanism]]></category>
<category><![CDATA[debugging tools]]></category>
<category><![CDATA[physical characteristics]]></category>
<category><![CDATA[time user]]></category>
<category><![CDATA[debugger]]></category>
<category><![CDATA[snapshot]]></category>
<category><![CDATA[entities]]></category>
<category><![CDATA[real time]]></category>
<category><![CDATA[entity objects]]></category>
<category><![CDATA[query data]]></category>
<category><![CDATA[entity class]]></category>
<category><![CDATA[proxy class]]></category>
<category><![CDATA[target entity]]></category>
<category><![CDATA[proxy object]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-lazy-loading-mechanism/</guid>
		<description><![CDATA[Lazy loading: Lazy loading mechanism is in order to avoid unnecessary performance overhead and put forward the so-called lazy loading is that when data in the real needs when we come to the real imple ...]]></description>
		<content:encoded><![CDATA[Lazy loading: Lazy loading mechanism is in order to avoid unnecessary performance overhead and put forward the so-called lazy loading is that when data in the real needs when we come to the real imple ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-lazy-loading-mechanism/</wfw:commentRss>
	</item>
		<item>
		<title>Android development tools used by adb</title>
		<link>http://www.codeweblog.com/android-development-tools-used-by-adb/</link>
		<comments>http://www.codeweblog.com/android-development-tools-used-by-adb/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 14:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[development tools]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[debugging tools]]></category>
<category><![CDATA[debug]]></category>
<category><![CDATA[kernel]]></category>
<category><![CDATA[adb devices]]></category>
<category><![CDATA[linux shell]]></category>
<category><![CDATA[shell environment]]></category>
<category><![CDATA[shell command]]></category>
<category><![CDATA[shell commands]]></category>
<category><![CDATA[linux commands]]></category>
<category><![CDATA[port request]]></category>
<category><![CDATA[arbitrary port]]></category>
<category><![CDATA[dmesg]]></category>
<category><![CDATA[emulator]]></category>
<category><![CDATA[bug report]]></category>
<category><![CDATA[mobile phones]]></category>
<category><![CDATA[mobile phone]]></category>
<category><![CDATA[rm]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/android-development-tools-used-by-adb/</guid>
		<description><![CDATA[Transfer from: http://www.javaeye.com/topic/260042 adb (Android Debug Bridge) is provided by Android a common debugging tools, with this tool, we can manage the device or the status of mobile phone si ...]]></description>
		<content:encoded><![CDATA[Transfer from: http://www.javaeye.com/topic/260042 adb (Android Debug Bridge) is provided by Android a common debugging tools, with this tool, we can manage the device or the status of mobile phone si ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/android-development-tools-used-by-adb/</wfw:commentRss>
	</item>
		<item>
		<title>Started learning jQuery</title>
		<link>http://www.codeweblog.com/started-learning-jquery/</link>
		<comments>http://www.codeweblog.com/started-learning-jquery/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 01:45:09+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[programming design]]></category>
<category><![CDATA[programming model]]></category>
<category><![CDATA[debugging tools]]></category>
<category><![CDATA[introduction 1]]></category>
<category><![CDATA[scripting language]]></category>
<category><![CDATA[javascript code]]></category>
<category><![CDATA[javascript library]]></category>
<category><![CDATA[basic knowledge]]></category>
<category><![CDATA[financial turmoil]]></category>
<category><![CDATA[document object model]]></category>
<category><![CDATA[netscape]]></category>
<category><![CDATA[javascript libraries]]></category>
<category><![CDATA[master javascript]]></category>
<category><![CDATA[time implementation]]></category>
<category><![CDATA[interactive relationship]]></category>
<category><![CDATA[center of the storm]]></category>
<category><![CDATA[hot pursuit]]></category>
<category><![CDATA[flourishes]]></category>
<category><![CDATA[browser inconsistencies]]></category>
<category><![CDATA[designer background]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/started-learning-jquery/</guid>
		<description><![CDATA[Reprint: OneChen&#39;s Blog Read some basic knowledge about the Jquery. Posted about sharing. A lot of good articles online. Study hard in ~ With the rise of JavaScript, JavaScript libraries have a se ...]]></description>
		<content:encoded><![CDATA[Reprint: OneChen&#39;s Blog Read some basic knowledge about the Jquery. Posted about sharing. A lot of good articles online. Study hard in ~ With the rise of JavaScript, JavaScript libraries have a se ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-brief-introduction/" title="hibernate brief introduction">hibernate brief introduction</a> 2009-03-02 12:05:07</li>
					<li><a href="http://www.codeweblog.com/shoes-construction-ruby-client-gadget/" title="Shoes - Construction Ruby client gadget">Shoes - Construction Ruby client gadget</a> 2009-02-28 18:15:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-load-delay/" title="hibernate load delay">hibernate load delay</a> 2009-02-28 16:00:05</li>
					<li><a href="http://www.codeweblog.com/building-scalable-java-ee-application-2/" title="Building Scalable java EE application (2)">Building Scalable java EE application (2)</a> 2009-02-28 15:59:22</li>
					<li><a href="http://www.codeweblog.com/reprint-java-professionals-required-books-and-list-of-sites/" title="[Reprint] Java professionals required books and list of sites">[Reprint] Java professionals required books and list of sites</a> 2009-02-27 11:22:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/started-learning-jquery/</wfw:commentRss>
	</item>
		<item>
		<title>Learn jQuery beginning</title>
		<link>http://www.codeweblog.com/learn-jquery-beginning/</link>
		<comments>http://www.codeweblog.com/learn-jquery-beginning/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 14:15:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[programming design]]></category>
<category><![CDATA[programming model]]></category>
<category><![CDATA[debugging tools]]></category>
<category><![CDATA[introduction 1]]></category>
<category><![CDATA[scripting language]]></category>
<category><![CDATA[javascript code]]></category>
<category><![CDATA[javascript library]]></category>
<category><![CDATA[basic knowledge]]></category>
<category><![CDATA[financial turmoil]]></category>
<category><![CDATA[document object model]]></category>
<category><![CDATA[netscape]]></category>
<category><![CDATA[javascript libraries]]></category>
<category><![CDATA[designer backgrounds]]></category>
<category><![CDATA[master javascript]]></category>
<category><![CDATA[poor implementation]]></category>
<category><![CDATA[time implementation]]></category>
<category><![CDATA[interactive relationship]]></category>
<category><![CDATA[center of the storm]]></category>
<category><![CDATA[hot pursuit]]></category>
<category><![CDATA[flourishes]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/learn-jquery-beginning/</guid>
		<description><![CDATA[Reprint: OneChen&#39;s Blog Read some basic knowledge about the Jquery. Posted about sharing. A lot of excellent online article. Study hard in ~ With the rise of JavaScript, JavaScript libraries have  ...]]></description>
		<content:encoded><![CDATA[Reprint: OneChen&#39;s Blog Read some basic knowledge about the Jquery. Posted about sharing. A lot of excellent online article. Study hard in ~ With the rise of JavaScript, JavaScript libraries have  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-brief-introduction/" title="hibernate brief introduction">hibernate brief introduction</a> 2009-03-02 12:05:07</li>
					<li><a href="http://www.codeweblog.com/shoes-construction-ruby-client-gadget/" title="Shoes - Construction Ruby client gadget">Shoes - Construction Ruby client gadget</a> 2009-02-28 18:15:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-load-delay/" title="hibernate load delay">hibernate load delay</a> 2009-02-28 16:00:05</li>
					<li><a href="http://www.codeweblog.com/building-scalable-java-ee-application-2/" title="Building Scalable java EE application (2)">Building Scalable java EE application (2)</a> 2009-02-28 15:59:22</li>
					<li><a href="http://www.codeweblog.com/reprint-java-professionals-required-books-and-list-of-sites/" title="[Reprint] Java professionals required books and list of sites">[Reprint] Java professionals required books and list of sites</a> 2009-02-27 11:22:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/learn-jquery-beginning/</wfw:commentRss>
	</item>
		<item>
		<title>AJAX may be used to instrument</title>
		<link>http://www.codeweblog.com/ajax-may-be-used-to-instrument/</link>
		<comments>http://www.codeweblog.com/ajax-may-be-used-to-instrument/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 23:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ajax]]></category>
<category><![CDATA[debugging tools]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[firebug]]></category>
<category><![CDATA[microsoft script]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-may-be-used-to-instrument/</guid>
		<description><![CDATA[AJAX to do in practice in the use of some instrument firefox debug firebug in the instrument microsoft script debug IE debugging tools under the firebug multiple-ie-setup to install windows at many ve ...]]></description>
		<content:encoded><![CDATA[AJAX to do in practice in the use of some instrument firefox debug firebug in the instrument microsoft script debug IE debugging tools under the firebug multiple-ie-setup to install windows at many ve ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/msxml2-xmlhttp-version-problem/" title="Msxml2.XMLHTTP version problem">Msxml2.XMLHTTP version problem</a> 2009-03-01 22:20:01</li>
					<li><a href="http://www.codeweblog.com/depth-understanding-of-the-eval-function-in-javascript/" title="Depth understanding of the eval function in javascript">Depth understanding of the eval function in javascript</a> 2009-03-01 20:15:02</li>
					<li><a href="http://www.codeweblog.com/js-after-ajax-request-return-of-the-problem-can-not-be-implemented/" title="JS after ajax request return of the problem can not be implemented">JS after ajax request return of the problem can not be implemented</a> 2009-03-01 17:15:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-load-delay/" title="hibernate load delay">hibernate load delay</a> 2009-02-28 16:00:05</li>
					<li><a href="http://www.codeweblog.com/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-may-be-used-to-instrument/</wfw:commentRss>
	</item>
		<item>
		<title>IE under the JavaScript debugging tools Companion.JS</title>
		<link>http://www.codeweblog.com/ie-under-the-javascript-debugging-tools-companion-js/</link>
		<comments>http://www.codeweblog.com/ie-under-the-javascript-debugging-tools-companion-js/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 09:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[error message]]></category>
<category><![CDATA[debugging tools]]></category>
<category><![CDATA[zh]]></category>
<category><![CDATA[firebug]]></category>
<category><![CDATA[operating system]]></category>
<category><![CDATA[internet explorer]]></category>
<category><![CDATA[ff]]></category>
<category><![CDATA[microsoft script debugger]]></category>
<category><![CDATA[system ms windows]]></category>
<category><![CDATA[script debugging]]></category>
<category><![CDATA[filelist]]></category>
<category><![CDATA[success tips]]></category>
<category><![CDATA[internet options]]></category>
<category><![CDATA[hooks]]></category>
<category><![CDATA[companion]]></category>
<category><![CDATA[javascript debugging]]></category>
<category><![CDATA[tool name]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ie-under-the-javascript-debugging-tools-companion-js/</guid>
		<description><![CDATA[The tool name is Companion.JS, Please note that this is not a js file, but a name, as it is ie the use of plug-ins to install, and require a combination of Microsoft Script Debugger to use, through th ...]]></description>
		<content:encoded><![CDATA[The tool name is Companion.JS, Please note that this is not a js file, but a name, as it is ie the use of plug-ins to install, and require a combination of Microsoft Script Debugger to use, through th ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-string-functions-guinness/" title="JavaScript String Functions Guinness">JavaScript String Functions Guinness</a> 2009-02-27 15:45:02</li>
					<li><a href="http://www.codeweblog.com/ejb-ant-script-to-deploy-template-works/" title="EJB ant script to deploy template works">EJB ant script to deploy template works</a> 2009-02-27 13:52:05</li>
					<li><a href="http://www.codeweblog.com/java-read-file/" title="java read file">java read file</a> 2009-02-27 12:35:13</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ie-under-the-javascript-debugging-tools-companion-js/</wfw:commentRss>
	</item>
		<item>
		<title>Javascript under IE debugging tools: Companion.js</title>
		<link>http://www.codeweblog.com/javascript-under-ie-debugging-tools-companion-js/</link>
		<comments>http://www.codeweblog.com/javascript-under-ie-debugging-tools-companion-js/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 22:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[error message]]></category>
<category><![CDATA[debugging tools]]></category>
<category><![CDATA[zh]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[operating system]]></category>
<category><![CDATA[internet explorer]]></category>
<category><![CDATA[microsoft script debugger]]></category>
<category><![CDATA[system ms windows]]></category>
<category><![CDATA[script debugging]]></category>
<category><![CDATA[filelist]]></category>
<category><![CDATA[success tips]]></category>
<category><![CDATA[internet options]]></category>
<category><![CDATA[hooks]]></category>
<category><![CDATA[companion]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-under-ie-debugging-tools-companion-js/</guid>
		<description><![CDATA[Official Net Address: http://www.my-debugbar.com/wiki/CompanionJS/HomePage Specific use as: 1, first Companion.JS download installation files, and then install. 2, download and install Microsoft Scrip ...]]></description>
		<content:encoded><![CDATA[Official Net Address: http://www.my-debugbar.com/wiki/CompanionJS/HomePage Specific use as: 1, first Companion.JS download installation files, and then install. 2, download and install Microsoft Scrip ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-string-functions-guinness/" title="JavaScript String Functions Guinness">JavaScript String Functions Guinness</a> 2009-02-27 15:45:02</li>
					<li><a href="http://www.codeweblog.com/ejb-ant-script-to-deploy-template-works/" title="EJB ant script to deploy template works">EJB ant script to deploy template works</a> 2009-02-27 13:52:05</li>
					<li><a href="http://www.codeweblog.com/java-read-file/" title="java read file">java read file</a> 2009-02-27 12:35:13</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-under-ie-debugging-tools-companion-js/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate load delay</title>
		<link>http://www.codeweblog.com/hibernate-load-delay/</link>
		<comments>http://www.codeweblog.com/hibernate-load-delay/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 16:00:05+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[data query]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[entity object]]></category>
<category><![CDATA[target audience]]></category>
<category><![CDATA[target user]]></category>
<category><![CDATA[cglib]]></category>
<category><![CDATA[dynamic structure]]></category>
<category><![CDATA[loading mechanism]]></category>
<category><![CDATA[debugging tools]]></category>
<category><![CDATA[physical characteristics]]></category>
<category><![CDATA[time user]]></category>
<category><![CDATA[debugger]]></category>
<category><![CDATA[snapshot]]></category>
<category><![CDATA[entities]]></category>
<category><![CDATA[real time]]></category>
<category><![CDATA[memory]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-load-delay/</guid>
		<description><![CDATA[Lazy loading: Lazy loading mechanism is in order to avoid unnecessary performance overhead and put forward the so-called lazy loading is required when the real data at a time when the real implementat ...]]></description>
		<content:encoded><![CDATA[Lazy loading: Lazy loading mechanism is in order to avoid unnecessary performance overhead and put forward the so-called lazy loading is required when the real data at a time when the real implementat ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
					<li><a href="http://www.codeweblog.com/sign-in-spring-struts2-0-hibernate-user-authentication/" title="Sign in spring struts2.0 hibernate user authentication">Sign in spring struts2.0 hibernate user authentication</a> 2009-02-27 09:43:13</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-load-delay/</wfw:commentRss>
	</item>
	</channel>
</rss>
