<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>dzone.com: groovy</title>
    <link>http://dzone.com/links/tag/groovy.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Wed, 25 Nov 2009 05:54:28 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2009-11-25T05:54:28Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2008 DZone, Inc.</dc:rights>
    <dz:selfLink>http://dzone.com/links/feed/frontpage/groovy/rss.xml</dz:selfLink>
    <image>
      <title>dzone.com: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>Groovy Goodness: Create Dynamic Methods</title>
      <link>http://dzone.com/links/rss/groovy_goodness_create_dynamic_methods.html</link>
      <description>In Groovy we can write classes and write an implementation for methods we don't even know exist. We must implement the method methodMissing() which is invoked when other methods cannot be found.</description>
      <category>groovy</category>
      <category>how-to</category>
      <pubDate>Tue, 24 Nov 2009 17:10:26 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301369.html</guid>
      <dc:creator>fifthposition</dc:creator>
      <dc:date>2009-11-24T17:10:26Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/groovy_goodness_create_dynamic_methods.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301369.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In Groovy we can write classes and write an implementation for methods we don't even know exist. We must implement the method methodMissing() which is invoked when other methods cannot be found.<br/><br/><a href='http://dzone.com/links/rss/groovy_goodness_create_dynamic_methods.html'><img src='http://dzone.com/links/voteCountImage?linkId=301369' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301369</dz:linkId>
      <dz:submitDate>2009-11-23T16:06:47Z</dz:submitDate>
      <dz:promoteDate>2009-11-24T17:10:26Z</dz:promoteDate>
      <dz:voteUpCount>12</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>123</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/301369.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>fifthposition</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/452305.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Different Flavors of Embedded Groovy in Java Apps or “How To Make your Java Groovier!”</title>
      <link>http://dzone.com/links/rss/different_flavors_of_embedded_groovy_in_java_apps.html</link>
      <description>Demonstration of a few of the different ways to dynamically invoke Groovy code within a Java environment.</description>
      <category>groovy</category>
      <category>how-to</category>
      <category>java</category>
      <category>methodology</category>
      <pubDate>Mon, 23 Nov 2009 16:49:43 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/299831.html</guid>
      <dc:creator>kellyrob</dc:creator>
      <dc:date>2009-11-23T16:49:43Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/different_flavors_of_embedded_groovy_in_java_apps.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/299831.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Demonstration of a few of the different ways to dynamically invoke Groovy code within a Java environment.<br/><br/><a href='http://dzone.com/links/rss/different_flavors_of_embedded_groovy_in_java_apps.html'><img src='http://dzone.com/links/voteCountImage?linkId=299831' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>299831</dz:linkId>
      <dz:submitDate>2009-11-22T04:30:05Z</dz:submitDate>
      <dz:promoteDate>2009-11-23T16:49:43Z</dz:promoteDate>
      <dz:voteUpCount>17</dz:voteUpCount>
      <dz:voteDownCount>1</dz:voteDownCount>
      <dz:clickCount>534</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/299831.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>kellyrob</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/288214.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Groovy Goodness: Finding Files with FileNameFinder</title>
      <link>http://dzone.com/links/rss/groovy_goodness_finding_files_with_filenamefinder.html</link>
      <description>The groovy.util package contains the FileNameFinder and FileNameByRegExFinder classes. We can use the FileNameFinder classe to search recursively for files in a directory with ANT fileset pattern conventions. With the FileNameByRegExFinder we use regular expressions to define the file patterns.</description>
      <category>groovy</category>
      <pubDate>Tue, 24 Nov 2009 17:47:38 GMT</pubDate>
      <guid isPermaLink="false">http://dzone.com/links/301375.html</guid>
      <dc:creator>fifthposition</dc:creator>
      <dc:date>2009-11-24T17:47:38Z</dc:date>
      <content:encoded><![CDATA[<a href='http://dzone.com/links/rss/groovy_goodness_finding_files_with_filenamefinder.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/301375.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The groovy.util package contains the FileNameFinder and FileNameByRegExFinder classes. We can use the FileNameFinder classe to search recursively for files in a directory with ANT fileset pattern conventions. With the FileNameByRegExFinder we use regular expressions to define the file patterns.<br/><br/><a href='http://dzone.com/links/rss/groovy_goodness_finding_files_with_filenamefinder.html'><img src='http://dzone.com/links/voteCountImage?linkId=301375' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>301375</dz:linkId>
      <dz:submitDate>2009-11-23T16:07:36Z</dz:submitDate>
      <dz:promoteDate>2009-11-24T17:47:38Z</dz:promoteDate>
      <dz:voteUpCount>9</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>96</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://dzone.com/links/images/thumbs/120x90/301375.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>fifthposition</dz:username>
        <dz:userimage>http://dzone.com/links/images/avatars/452305.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

