<?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>CodeDairy.com</title>
	<atom:link href="http://www.codedairy.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codedairy.com</link>
	<description>Code dairy is one place for all code related articles and useful information for developers, programmers who face common problems in day to day life of coding</description>
	<lastBuildDate>Sat, 19 May 2012 21:34:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Eclipse Code Recommenders : How much can the IDE predict what you will write in the next seconds?</title>
		<link>http://www.codedairy.com/blog/eclipse-code-recommenders-how-much-can-the-ide-predict-what-you-will-write-in-the-next-seconds</link>
		<comments>http://www.codedairy.com/blog/eclipse-code-recommenders-how-much-can-the-ide-predict-what-you-will-write-in-the-next-seconds#comments</comments>
		<pubDate>Tue, 08 May 2012 20:28:47 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code Recommenders]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.codedairy.com/?p=517</guid>
		<description><![CDATA[&#160; &#160; Code Recommenders supports developers on learning new APIs by providing tools which learn correct API usages or valuable API usage patterns by analyzing example code and re-integrates this regained knowledge back into your IDE by means of intelligent &#8230;<p class="read-more"><a href="http://www.codedairy.com/blog/eclipse-code-recommenders-how-much-can-the-ide-predict-what-you-will-write-in-the-next-seconds">Read more &#187;</a></p>
Related posts:<ol>
<li><a href='http://www.codedairy.com/blog/how-to-install-hibernate-tools-in-eclipse' rel='bookmark' title='How to install Hibernate Tools in Eclipse ?'>How to install Hibernate Tools in Eclipse ?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.codedairy.com/blog/eclipse-code-recommenders-how-much-can-the-ide-predict-what-you-will-write-in-the-next-seconds/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FleetTweet &#8211; Android Application Press Release</title>
		<link>http://www.codedairy.com/blog/fleettweet-android-application-press-release</link>
		<comments>http://www.codedairy.com/blog/fleettweet-android-application-press-release#comments</comments>
		<pubDate>Sat, 28 Apr 2012 09:14:49 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[A Beechey]]></category>
		<category><![CDATA[FleetTweet]]></category>

		<guid isPermaLink="false">http://www.codedairy.com/?p=510</guid>
		<description><![CDATA[ Coolsville (North Kent) – FleetTweet Team  release “Block Buster” Android Application FleetTweet! The smartphone application that enables social networking addicts to pre create then share limitless messages in real-time. It is available for download at the Android Market. Lovingly hand crafted &#8230;<p class="read-more"><a href="http://www.codedairy.com/blog/fleettweet-android-application-press-release">Read more &#187;</a></p>
Related posts:<ol>
<li><a href='http://www.codedairy.com/blog/was-6-1-websphere-application-server-6-01x-supports-jsf1-1-jsf1-2-and-web-application-class-loader-settings-to-overcome-jsf-errors' rel='bookmark' title='(WAS 6.1) Websphere application server 6.0(1)X supports JSF1.1 / JSF1.2 and  Web application class loader settings to overcome JSF errors'>(WAS 6.1) Websphere application server 6.0(1)X supports JSF1.1 / JSF1.2 and  Web application class loader settings to overcome JSF errors</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.codedairy.com/blog/fleettweet-android-application-press-release/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Daemon Thread and User Threads in Java ?</title>
		<link>http://www.codedairy.com/definitions/what-is-daemon-thread-and-user-threads-in-java</link>
		<comments>http://www.codedairy.com/definitions/what-is-daemon-thread-and-user-threads-in-java#comments</comments>
		<pubDate>Mon, 23 Apr 2012 22:12:13 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Definitions]]></category>
		<category><![CDATA[Daemon Thread]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[threads]]></category>
		<category><![CDATA[User Threads]]></category>

		<guid isPermaLink="false">http://www.codedairy.com/?p=507</guid>
		<description><![CDATA[In java we have two type of Threads : Daemon Thread and User Threads. Generally all threads created by programmer are user thread (unless you specify it to be daemon or your parent thread is a daemon thread). User thread are generally meant &#8230;<p class="read-more"><a href="http://www.codedairy.com/definitions/what-is-daemon-thread-and-user-threads-in-java">Read more &#187;</a></p>
Related posts:<ol>
<li><a href='http://www.codedairy.com/blog/how-to-invoke-java-garbage-collection-programmatically' rel='bookmark' title='How to invoke Java Garbage Collection Programmatically?'>How to invoke Java Garbage Collection Programmatically?</a></li>
<li><a href='http://www.codedairy.com/bestpractices/common-mistakes-in-java-programming-resulting-in-resource-leaks' rel='bookmark' title='Common mistakes in java programming resulting in resource leaks'>Common mistakes in java programming resulting in resource leaks</a></li>
<li><a href='http://www.codedairy.com/blog/the-exception-java-lang-illegalstateexception-is-thrown-by-the-session-manager-if-the-session-object-is-invalid' rel='bookmark' title='The exception, java.lang.IllegalStateException, is thrown by the Session Manager if the session object is invalid.'>The exception, java.lang.IllegalStateException, is thrown by the Session Manager if the session object is invalid.</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.codedairy.com/definitions/what-is-daemon-thread-and-user-threads-in-java/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class Construction Kit (1.0 Beta 5) tool for the visual creation or modification of Java class files</title>
		<link>http://www.codedairy.com/blog/class-construction-kit-1-0-beta-5-tool-for-the-visual-creation-or-modification-of-java-class-files</link>
		<comments>http://www.codedairy.com/blog/class-construction-kit-1-0-beta-5-tool-for-the-visual-creation-or-modification-of-java-class-files#comments</comments>
		<pubDate>Thu, 19 Apr 2012 16:52:59 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[BCEL]]></category>
		<category><![CDATA[CCK]]></category>
		<category><![CDATA[Class Construction Kit]]></category>
		<category><![CDATA[Swing]]></category>

		<guid isPermaLink="false">http://www.codedairy.com/?p=502</guid>
		<description><![CDATA[Class Construction Kit (1.0 Beta 5) The Class Construction Kit is a tool for the visual creation or modification of Java class files.It is implemented using BCEL and Swing. Note that this is a beta version which still contains quite &#8230;<p class="read-more"><a href="http://www.codedairy.com/blog/class-construction-kit-1-0-beta-5-tool-for-the-visual-creation-or-modification-of-java-class-files">Read more &#187;</a></p>
Related posts:<ol>
<li><a href='http://www.codedairy.com/blog/jar-the-java-archive-tool-usage-example' rel='bookmark' title='jar &#8211; The Java Archive Tool ( Usage example )'>jar &#8211; The Java Archive Tool ( Usage example )</a></li>
<li><a href='http://www.codedairy.com/blog/singleton-classes-single-instance-of-a-java-class' rel='bookmark' title='Singleton Classes &#8211; Single Instance of a Java Class'>Singleton Classes &#8211; Single Instance of a Java Class</a></li>
<li><a href='http://www.codedairy.com/blog/was-6-1-websphere-application-server-6-01x-supports-jsf1-1-jsf1-2-and-web-application-class-loader-settings-to-overcome-jsf-errors' rel='bookmark' title='(WAS 6.1) Websphere application server 6.0(1)X supports JSF1.1 / JSF1.2 and  Web application class loader settings to overcome JSF errors'>(WAS 6.1) Websphere application server 6.0(1)X supports JSF1.1 / JSF1.2 and  Web application class loader settings to overcome JSF errors</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.codedairy.com/blog/class-construction-kit-1-0-beta-5-tool-for-the-visual-creation-or-modification-of-java-class-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to invoke Java Garbage Collection Programmatically?</title>
		<link>http://www.codedairy.com/blog/how-to-invoke-java-garbage-collection-programmatically</link>
		<comments>http://www.codedairy.com/blog/how-to-invoke-java-garbage-collection-programmatically#comments</comments>
		<pubDate>Thu, 12 Apr 2012 10:01:08 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://216.172.178.3/~jyo/codedairy/cd/?p=186</guid>
		<description><![CDATA[by Jyotheeswara Naidu Malapati Java actually provides a facility in invoking garbage collection explicitly, there is no guarantee that it will be run. You could write a program and request GC to run but you can&#8217;t actually force it to &#8230;<p class="read-more"><a href="http://www.codedairy.com/blog/how-to-invoke-java-garbage-collection-programmatically">Read more &#187;</a></p>
Related posts:<ol>
<li><a href='http://www.codedairy.com/bestpractices/preventative-medicine-for-memory-leaks-in-java' rel='bookmark' title='Preventative medicine for Memory leaks in Java'>Preventative medicine for Memory leaks in Java</a></li>
<li><a href='http://www.codedairy.com/bestpractices/common-mistakes-in-java-programming-resulting-in-resource-leaks' rel='bookmark' title='Common mistakes in java programming resulting in resource leaks'>Common mistakes in java programming resulting in resource leaks</a></li>
<li><a href='http://www.codedairy.com/blog/singleton-classes-single-instance-of-a-java-class' rel='bookmark' title='Singleton Classes &#8211; Single Instance of a Java Class'>Singleton Classes &#8211; Single Instance of a Java Class</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.codedairy.com/blog/how-to-invoke-java-garbage-collection-programmatically/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jar &#8211; The Java Archive Tool ( Usage example )</title>
		<link>http://www.codedairy.com/blog/jar-the-java-archive-tool-usage-example</link>
		<comments>http://www.codedairy.com/blog/jar-the-java-archive-tool-usage-example#comments</comments>
		<pubDate>Wed, 11 Apr 2012 15:40:01 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.codedairy.com/?p=499</guid>
		<description><![CDATA[jar &#8211; Java Archive Tool: The jar tool combines multiple files into a single JAR archive file. jar helps to package the java applications into a single archive file. The Options of the jar command are: -c create new archive &#8230;<p class="read-more"><a href="http://www.codedairy.com/blog/jar-the-java-archive-tool-usage-example">Read more &#187;</a></p>
Related posts:<ol>
<li><a href='http://www.codedairy.com/blog/download-links-for-myfaces-v1-2-9-jstl-v1-2-trinidad-v1-2-13' rel='bookmark' title='Download links for MyFaces v1.2.9, JSTL v1.2, Trinidad v1.2.13'>Download links for MyFaces v1.2.9, JSTL v1.2, Trinidad v1.2.13</a></li>
<li><a href='http://www.codedairy.com/blog/j2ee-classloading' rel='bookmark' title='J2EE ClassLoading Explained'>J2EE ClassLoading Explained</a></li>
<li><a href='http://www.codedairy.com/blog/how-to-fix-java-lang-outofmemoryerror' rel='bookmark' title='How to fix java.lang.OutOfMemoryError ?'>How to fix java.lang.OutOfMemoryError ?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.codedairy.com/blog/jar-the-java-archive-tool-usage-example/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How PGP works &#8211; The Basics of Cryptography (Full guide )</title>
		<link>http://www.codedairy.com/blog/how-pgp-works-the-basics-of-cryptography-full-guide</link>
		<comments>http://www.codedairy.com/blog/how-pgp-works-the-basics-of-cryptography-full-guide#comments</comments>
		<pubDate>Mon, 09 Apr 2012 11:05:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.codedairy.com/?p=495</guid>
		<description><![CDATA[Excellent guide on What is cryptography and How PGP works are here source: http://www.pgpi.org/doc/pgpintro/ No related posts.
No related posts.]]></description>
		<wfw:commentRss>http://www.codedairy.com/blog/how-pgp-works-the-basics-of-cryptography-full-guide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress new plugin released &#8220;WordPress 3.3.1&#8243; Security and Maintenance Release</title>
		<link>http://www.codedairy.com/blog/wordpress-new-plugin-released-wordpress-3-3-1-security-and-maintenance-release</link>
		<comments>http://www.codedairy.com/blog/wordpress-new-plugin-released-wordpress-3-3-1-security-and-maintenance-release#comments</comments>
		<pubDate>Sun, 08 Apr 2012 20:41:58 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.codedairy.com/?p=491</guid>
		<description><![CDATA[New WordPress plugin has been released now. Every one should update their wordpress plug in site in order to keep your site fully Secured. It has got cross-site scripting vulnerability fixes in it. 15 Maintenances fixes as well included in &#8230;<p class="read-more"><a href="http://www.codedairy.com/blog/wordpress-new-plugin-released-wordpress-3-3-1-security-and-maintenance-release">Read more &#187;</a></p>
Related posts:<ol>
<li><a href='http://www.codedairy.com/blog/java-server-faces-jsf-1-0-jsf-1-1-jsf-1-1_01-jsf-1-2-jsf2-0-comparision-table' rel='bookmark' title='Java Server Faces ( JSF 1.0 / JSF 1.1 / JSF 1.1_01 / JSF 1.2 / JSF2.0 ) Comparision Table'>Java Server Faces ( JSF 1.0 / JSF 1.1 / JSF 1.1_01 / JSF 1.2 / JSF2.0 ) Comparision Table</a></li>
<li><a href='http://www.codedairy.com/blog/how-to-install-hibernate-tools-in-eclipse' rel='bookmark' title='How to install Hibernate Tools in Eclipse ?'>How to install Hibernate Tools in Eclipse ?</a></li>
<li><a href='http://www.codedairy.com/blog/tweet-old-post-word-press-plug-in-does-the-job' rel='bookmark' title='Tweet Old Post &#8211; Word press plug-in &#8211; Does the Job'>Tweet Old Post &#8211; Word press plug-in &#8211; Does the Job</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.codedairy.com/blog/wordpress-new-plugin-released-wordpress-3-3-1-security-and-maintenance-release/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPGTools &#8211; Making our life easier in Encryption and decryption communications</title>
		<link>http://www.codedairy.com/blog/gpgtools-making-our-life-easier-in-encryption-and-decryption-communications</link>
		<comments>http://www.codedairy.com/blog/gpgtools-making-our-life-easier-in-encryption-and-decryption-communications#comments</comments>
		<pubDate>Sun, 08 Apr 2012 20:30:04 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[decryption]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[GPG Tools]]></category>

		<guid isPermaLink="false">http://www.codedairy.com/?p=488</guid>
		<description><![CDATA[Check out the video on how GPGTools does the job; This video give us the details of How to install GPGTools Creating a key Updating System Preferences, to make use of the key How to write a Secured Mail Updating &#8230;<p class="read-more"><a href="http://www.codedairy.com/blog/gpgtools-making-our-life-easier-in-encryption-and-decryption-communications">Read more &#187;</a></p>
Related posts:<ol>
<li><a href='http://www.codedairy.com/blog/decision-making-with-an-algorithm-a-simple-io-process' rel='bookmark' title='Decision making with an Algorithm ( A Simple I/O Process )'>Decision making with an Algorithm ( A Simple I/O Process )</a></li>
<li><a href='http://www.codedairy.com/blog/singleton-classes-single-instance-of-a-java-class' rel='bookmark' title='Singleton Classes &#8211; Single Instance of a Java Class'>Singleton Classes &#8211; Single Instance of a Java Class</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.codedairy.com/blog/gpgtools-making-our-life-easier-in-encryption-and-decryption-communications/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Glass Google&#8217;s awesome product</title>
		<link>http://www.codedairy.com/blog/project-glass-googles-awesome-product</link>
		<comments>http://www.codedairy.com/blog/project-glass-googles-awesome-product#comments</comments>
		<pubDate>Fri, 06 Apr 2012 00:00:15 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[augmented glass]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[project glass]]></category>

		<guid isPermaLink="false">http://www.codedairy.com/?p=482</guid>
		<description><![CDATA[Google the No.1 online search engine has revealed details of its new awesome product &#8211; the augmented reality glasses. The details of it, are posted on Google+ social network site, here is the link to it https://plus.google.com/u/0/111626127367496192147/posts Related posts: Tweet &#8230;<p class="read-more"><a href="http://www.codedairy.com/blog/project-glass-googles-awesome-product">Read more &#187;</a></p>
Related posts:<ol>
<li><a href='http://www.codedairy.com/blog/tweet-old-post-word-press-plug-in-does-the-job' rel='bookmark' title='Tweet Old Post &#8211; Word press plug-in &#8211; Does the Job'>Tweet Old Post &#8211; Word press plug-in &#8211; Does the Job</a></li>
<li><a href='http://www.codedairy.com/blog/what-is-google-app-engine-how-to-create-gogle-app' rel='bookmark' title='What Is Google App Engine? How to Create Gogle App ?'>What Is Google App Engine? How to Create Gogle App ?</a></li>
<li><a href='http://www.codedairy.com/blog/how-to-use-google-app-engine-with-my-own-domain-www-domain' rel='bookmark' title='How to use Google app engine with my own domain www?'>How to use Google app engine with my own domain www?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.codedairy.com/blog/project-glass-googles-awesome-product/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

