<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://weblogs.java.net/blog/alexwinston/">
<title>Alex Winston&apos;s Blog</title>
<link>http://weblogs.java.net/blog/alexwinston/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-02-27T11:00:13-08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.01D" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://weblogs.java.net/blog/alexwinston/archive/2008/02/closure_syntax_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexwinston/archive/2007/05/nashville_java.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexwinston/archive/2005/04/strongly_types_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexwinston/archive/2005/01/functional_obje_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/alexwinston/archive/2005/01/functional_obje.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://weblogs.java.net/blog/alexwinston/archive/2008/02/closure_syntax_1.html">
<title>Closure Syntax</title>
<link>http://weblogs.java.net/blog/alexwinston/archive/2008/02/closure_syntax_1.html</link>
<description>I appreciate the effort put forth in both the BGGA and FCM proposals to add closures to the Java language but I have a concern regarding the apparent disregard for a syntax that is within the spirit of the language.</description>
<dc:subject>Programming</dc:subject>
<dc:creator>alexwinston</dc:creator>
<dc:date>2008-02-27T11:00:13-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexwinston/archive/2007/05/nashville_java.html">
<title>Nashville Java Conference Speakers Needed</title>
<link>http://weblogs.java.net/blog/alexwinston/archive/2007/05/nashville_java.html</link>
<description>Java speakers are needed for an upcoming conference, http://devlink.net, in Nashville, Tennessee.</description>
<dc:subject>Community</dc:subject>
<dc:creator>alexwinston</dc:creator>
<dc:date>2007-05-30T08:29:31-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexwinston/archive/2005/04/strongly_types_1.html">
<title>Strongly Typed Java Delegates</title>
<link>http://weblogs.java.net/blog/alexwinston/archive/2005/04/strongly_types_1.html</link>
<description>I have read a large number of articles lately detailing various implementations of sudo delegates in java.  Unfortunately all of them are type unsafe.  I decided to set out to implement type safe java delegates with the help of cglib2.</description>
<dc:subject>Community: Java Patterns</dc:subject>
<dc:creator>alexwinston</dc:creator>
<dc:date>2005-04-11T14:54:28-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexwinston/archive/2005/01/functional_obje_1.html">
<title>Functional objects made even easier with tiger</title>
<link>http://weblogs.java.net/blog/alexwinston/archive/2005/01/functional_obje_1.html</link>
<description>As a followup to my initial post I have included generics within Predicate(s) to make them virtually resistent to ClassCastException(s).</description>
<dc:subject>Patterns</dc:subject>
<dc:creator>alexwinston</dc:creator>
<dc:date>2005-01-20T15:02:57-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/alexwinston/archive/2005/01/functional_obje.html">
<title>Functional objects made easy with tiger</title>
<link>http://weblogs.java.net/blog/alexwinston/archive/2005/01/functional_obje.html</link>
<description><![CDATA[After reading CrazyBob's <a href="http://www.crazybob.org/roller/page/crazybob/20031215#closure_design_pattern">article</a>
about sudo closures in java some time ago I made it a point to familiarize myself
with this particular idiom as well as others that are often talked about but rarely
used within the java community.  Unfortunately some time passed and as most things
this todo slipped my mind until I stumbled upon <a href="http://www.onjava.com/lpt/a/5517">this</a> article.]]></description>
<dc:subject>Patterns</dc:subject>
<dc:creator>alexwinston</dc:creator>
<dc:date>2005-01-19T06:49:33-08:00</dc:date>
</item>


</rdf:RDF>
