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

  <rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
  >

  <channel rdf:about="http://www.artima.com/weblogs/feeds/bloggers/jeremy1.rss">
    <title>Jeremy Meyer's Weblog</title>
    <link>http://www.artima.com/weblogs/index.jsp?blogger=jeremy1</link>
    <description>
Artima Weblogs is a community of bloggers posting on a wide range of topics of interest to software developers.
    </description>
    <image rdf:resource="http://www.artima.com/images/artima88x33.gif"/>
    <items>
      <rdf:Seq>
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=296081" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=294361" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=291467" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=274909" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=232401" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=227935" />
      </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://www.artima.com/images/artima88x33.gif">
    <title>Artima.com</title>
    <url>http://www.artima.com/images/artima88x33.gif</url>
    <link>http://www.artima.com/</link>
  </image>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=296081">
    <title>Using Groovy Builders to Simplify Complex Object Hierarchy Creation</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=296081</link>
    <description>
A closer look at how Groovy builders help with creational code in complex API's, using the Java3d API as a fun example.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=294361">
    <title>Java 3D Fun with Groovy</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=294361</link>
    <description>
A quick play around with the Java3D library and Groovy to see how much easier we can make the library to use.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=291467">
    <title>Creating a Domain Specific Language with Groovy</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=291467</link>
    <description>
An simple example of how easy it is to make a fairly powerful DSL using the dynamic features and powerful sytax of Groovy
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=274909">
    <title>Groovy AI Tic tac toe</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=274909</link>
    <description>
A happy little voyage of discovery down the Groovy road.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=232401">
    <title>Why it's better to be lazy</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=232401</link>
    <description>
Our parents were wrong when they told us not to be lazy. Laziness is a vital characteristic for success, and something we should strive for.
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=227935">
    <title>Creating an Interactive JRuby Console for the Eclipse Environment</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=227935</link>
    <description>
Excited by the possibilities afforded by JRuby and the ability to plug it into various different Java environments, I decided to try implementing a JRuby interactive console in Eclipse.
    </description>
  </item>

</rdf:RDF>
