<?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/"
		>
<channel>
	<title>Comments on: Globals In Java?</title>
	<atom:link href="http://www.nomachetejuggling.com/2006/08/23/globals-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nomachetejuggling.com/2006/08/23/globals-in-java/</link>
	<description>Rod Hilton&#039;s rants about stuff he cares about way too much.</description>
	<lastBuildDate>Sat, 28 Jan 2012 12:01:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: abhi</title>
		<link>http://www.nomachetejuggling.com/2006/08/23/globals-in-java/comment-page-1/#comment-2257</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Sat, 02 Sep 2006 15:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.air0day.com/2006/08/23/globals-in-java/#comment-2257</guid>
		<description>I may be wrong here, but the main reason why static imports were called upon was that the only other way of including common data (interface implementation) made it (the data) a part of the classes public API. We ARE sidestepping that issue with static imports, and also, the qualification of the class name in the import statement means that there&#039;s still a line between global data and utility constants, no matter how thin. This means that the programmer take the responsibility  of making sure the client doesn&#039;t get direct access to that data. To mantain the sanctity of OO principles, just don&#039;t use static import, unless absolutely nessecerry.</description>
		<content:encoded><![CDATA[<p>I may be wrong here, but the main reason why static imports were called upon was that the only other way of including common data (interface implementation) made it (the data) a part of the classes public API. We ARE sidestepping that issue with static imports, and also, the qualification of the class name in the import statement means that there&#8217;s still a line between global data and utility constants, no matter how thin. This means that the programmer take the responsibility  of making sure the client doesn&#8217;t get direct access to that data. To mantain the sanctity of OO principles, just don&#8217;t use static import, unless absolutely nessecerry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

