<?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/"
	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>MF&#039;s Tech Blog</title>
	<atom:link href="http://mf9it.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mf9it.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 02 Dec 2011 12:18:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mf9it.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>MF&#039;s Tech Blog</title>
		<link>http://mf9it.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mf9it.wordpress.com/osd.xml" title="MF&#039;s Tech Blog" />
	<atom:link rel='hub' href='http://mf9it.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Java IO Demystified</title>
		<link>http://mf9it.wordpress.com/2010/12/20/java-io-demystified/</link>
		<comments>http://mf9it.wordpress.com/2010/12/20/java-io-demystified/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 21:35:08 +0000</pubDate>
		<dc:creator>MF</dc:creator>
				<category><![CDATA[(ii) Implement, Test, and Debug]]></category>
		<category><![CDATA[Java - technologies]]></category>

		<guid isPermaLink="false">http://mf9it.wordpress.com/?p=1046</guid>
		<description><![CDATA[Many Java developers feel the Java IO features are confusing, and overwhelming. I felt the same when I first used the Java IO packages. Gradually, I have tried to work my way of the mysteries. Following summary is a bit over general, but has helped me to understand the Java IO packages. The Basics The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mf9it.wordpress.com&amp;blog=9411410&amp;post=1046&amp;subd=mf9it&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mf9it.wordpress.com/2010/12/20/java-io-demystified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d25ec652ee941a62df32543ca6e7ace2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">MF</media:title>
		</media:content>
	</item>
		<item>
		<title>Java and pass-by value</title>
		<link>http://mf9it.wordpress.com/2010/12/14/java-and-pass-by-value/</link>
		<comments>http://mf9it.wordpress.com/2010/12/14/java-and-pass-by-value/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 21:01:44 +0000</pubDate>
		<dc:creator>MF</dc:creator>
				<category><![CDATA[(ii) Implement, Test, and Debug]]></category>
		<category><![CDATA[Java - the language]]></category>

		<guid isPermaLink="false">http://mf9it.wordpress.com/?p=1030</guid>
		<description><![CDATA[Java uses the pass-by value. Java copies and passes object reference by value too, not the object. With a copy of the object reference, a Java method can manipulate the mutable fields of the object (see example 1 below), but a Java method can NOT change the original reference (see example 2 below). Example 1: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mf9it.wordpress.com&amp;blog=9411410&amp;post=1030&amp;subd=mf9it&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mf9it.wordpress.com/2010/12/14/java-and-pass-by-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d25ec652ee941a62df32543ca6e7ace2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">MF</media:title>
		</media:content>
	</item>
		<item>
		<title>Quicknotes on Application Tiers and Design Patterns</title>
		<link>http://mf9it.wordpress.com/2010/11/30/quicknotes-on-application-tiers-and-design-patterns/</link>
		<comments>http://mf9it.wordpress.com/2010/11/30/quicknotes-on-application-tiers-and-design-patterns/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 02:33:07 +0000</pubDate>
		<dc:creator>MF</dc:creator>
				<category><![CDATA[(i) Architect and Design]]></category>
		<category><![CDATA[Design Patterns]]></category>

		<guid isPermaLink="false">http://mf9it.wordpress.com/?p=973</guid>
		<description><![CDATA[This is one of the posts on “Quicknotes on Design Patterns” A &#8220;tier&#8221; is just a logical collections of the components involved in the application system. There are roughly 5 tiers in any java enterprise application. 1. The client tier: the application clients, e.g. browser, java applet, swing. 2. The presentation tier: this tier interfaces [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mf9it.wordpress.com&amp;blog=9411410&amp;post=973&amp;subd=mf9it&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mf9it.wordpress.com/2010/11/30/quicknotes-on-application-tiers-and-design-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d25ec652ee941a62df32543ca6e7ace2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">MF</media:title>
		</media:content>
	</item>
		<item>
		<title>What about ThreadLocal</title>
		<link>http://mf9it.wordpress.com/2010/11/30/what-about-threadlocal/</link>
		<comments>http://mf9it.wordpress.com/2010/11/30/what-about-threadlocal/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 02:30:31 +0000</pubDate>
		<dc:creator>MF</dc:creator>
				<category><![CDATA[(ii) Implement, Test, and Debug]]></category>
		<category><![CDATA[Java - the language]]></category>

		<guid isPermaLink="false">http://mf9it.wordpress.com/?p=958</guid>
		<description><![CDATA[My First Encounter With ThreadLocal Problem: Find an efficient way to share dynamic configurable values in an application, without restarting the application. Solution: Use ThreadLocal. At first, I have thought about loading the config values into system memory or the application context during the start-up phrase. However, if I need to change the values, then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mf9it.wordpress.com&amp;blog=9411410&amp;post=958&amp;subd=mf9it&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mf9it.wordpress.com/2010/11/30/what-about-threadlocal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d25ec652ee941a62df32543ca6e7ace2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">MF</media:title>
		</media:content>
	</item>
	</channel>
</rss>
