<?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: Legacy-Proof Your Frameworks</title>
	<atom:link href="http://stuffthathappens.com/blog/2007/12/11/legacy-proof-your-frameworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuffthathappens.com/blog/2007/12/11/legacy-proof-your-frameworks/</link>
	<description>Technology and Geek Stuff by Eric Burke</description>
	<lastBuildDate>Thu, 04 Nov 2010 22:37:00 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Burke</title>
		<link>http://stuffthathappens.com/blog/2007/12/11/legacy-proof-your-frameworks/comment-page-1/#comment-2927</link>
		<dc:creator>Eric Burke</dc:creator>
		<pubDate>Fri, 14 Dec 2007 00:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/12/11/legacy-proof-your-frameworks/#comment-2927</guid>
		<description>Damn I wish they used something other than &lt; for generics... { would have been so much more HTML friendly.</description>
		<content:encoded><![CDATA[<p>Damn I wish they used something other than &lt; for generics&#8230; { would have been so much more HTML friendly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://stuffthathappens.com/blog/2007/12/11/legacy-proof-your-frameworks/comment-page-1/#comment-2924</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 13 Dec 2007 23:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/12/11/legacy-proof-your-frameworks/#comment-2924</guid>
		<description>I guess I need to escape it too :)

I&#039;m talking about the &lt;T&gt;</description>
		<content:encoded><![CDATA[<p>I guess I need to escape it too <img src='http://stuffthathappens.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m talking about the &lt;T&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://stuffthathappens.com/blog/2007/12/11/legacy-proof-your-frameworks/comment-page-1/#comment-2923</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 13 Dec 2007 23:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/12/11/legacy-proof-your-frameworks/#comment-2923</guid>
		<description>Eric, you need to escape the  in your example code.  Opera treats it as an unclosed tag and everything else afterwards looks a bit mental.  I had to use Safari to post this comment.</description>
		<content:encoded><![CDATA[<p>Eric, you need to escape the  in your example code.  Opera treats it as an unclosed tag and everything else afterwards looks a bit mental.  I had to use Safari to post this comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Miler</title>
		<link>http://stuffthathappens.com/blog/2007/12/11/legacy-proof-your-frameworks/comment-page-1/#comment-2830</link>
		<dc:creator>Alex Miler</dc:creator>
		<pubDate>Wed, 12 Dec 2007 16:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/12/11/legacy-proof-your-frameworks/#comment-2830</guid>
		<description>Great post, Eric.  The Eclipse guidelines put everything that is implementation in a *.internal.* package.  You can actually use Eclipse (and OSGi) to enforce the visibility constraints on these packages as well, although often people don&#039;t bother to set this up.  

And of course, that kind of visibility issue is exactly what &lt;a href=&quot;http://tech.puredanger.com/java7#jsr294&quot; rel=&quot;nofollow&quot;&gt;JSR 294 superpackages&lt;/a&gt; are intended to address.  You can define a component in terms of a superpackage and only publicly expose certain packages.  Use of classes from other packages in the superpackage should fail to compile.</description>
		<content:encoded><![CDATA[<p>Great post, Eric.  The Eclipse guidelines put everything that is implementation in a *.internal.* package.  You can actually use Eclipse (and OSGi) to enforce the visibility constraints on these packages as well, although often people don&#8217;t bother to set this up.  </p>
<p>And of course, that kind of visibility issue is exactly what <a href="http://tech.puredanger.com/java7#jsr294" rel="nofollow">JSR 294 superpackages</a> are intended to address.  You can define a component in terms of a superpackage and only publicly expose certain packages.  Use of classes from other packages in the superpackage should fail to compile.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.233 seconds -->

