<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - narkisr</title>
<link>http://snipplr.com/users/narkisr/language/groovy</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 07 Oct 2008 03:29:00 GMT</pubDate>
<item>
<title>(Groovy) Cloning an object in Groovy (using MOP)</title>
<link>http://snipplr.com/view/8477/cloning-an-object-in-groovy-using-mop/</link>
<description><![CDATA[ <p>This example shows how to clone an object from an existing one by using MOP  in Groovy, first we find all the writable properties of the cloned object class, secondly we  traverse them and on each iteration we copy the value from the current object into the newly created one.</p> ]]></description>
<pubDate>Thu, 18 Sep 2008 10:39:33 GMT</pubDate>
<guid>http://snipplr.com/view/8477/cloning-an-object-in-groovy-using-mop/</guid>
</item>
<item>
<title>(Groovy) Groovy File and URL MD5</title>
<link>http://snipplr.com/view/8308/groovy-file-and-url-md5/</link>
<description><![CDATA[ <p>Generating MD5 HEX string from either URL or File instance in Groovy (more elegant than the Java version).</p> ]]></description>
<pubDate>Thu, 11 Sep 2008 05:29:38 GMT</pubDate>
<guid>http://snipplr.com/view/8308/groovy-file-and-url-md5/</guid>
</item>
<item>
<title>(Groovy) Decorator Design Pattern Groovy</title>
<link>http://snipplr.com/view/4910/decorator-design-pattern-groovy/</link>
<description><![CDATA[ <p>Decorator design pattern implemented in Groovy, two implementation are provided, the first is naive and not general, the second is MOP based and can be used in much more scenarios.</p> ]]></description>
<pubDate>Tue, 05 Feb 2008 17:40:48 GMT</pubDate>
<guid>http://snipplr.com/view/4910/decorator-design-pattern-groovy/</guid>
</item>
<item>
<title>(Groovy) Mediator Design pattern Groovy implementation</title>
<link>http://snipplr.com/view/4908/mediator-design-pattern-groovy-implementation/</link>
<description><![CDATA[ <p>Mediator design pattern implemented in Groovy (based upon http://www.javacamp.org/designPattern/).</p> ]]></description>
<pubDate>Tue, 05 Feb 2008 16:59:19 GMT</pubDate>
<guid>http://snipplr.com/view/4908/mediator-design-pattern-groovy-implementation/</guid>
</item>
</channel>
</rss>