<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>软件的信雅达</title><link>http://blog.csdn.net/hivon/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 09 Oct 2008 07:19:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>hivon</dc:creator><title>Groovy Tip 28 Gpath</title><link>http://blog.csdn.net/hivon/archive/2008/10/09/3039522.aspx</link><pubDate>Thu, 09 Oct 2008 07:17:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/10/09/3039522.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/3039522.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/10/09/3039522.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/3039522.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3039522</trackback:ping><description>Gpath是我们在Groovy语言中要经常用到的功能，这篇向你全部展示Gpath的用法。&lt;img src ="http://blog.csdn.net/hivon/aggbug/3039522.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy探索之闭包 八</title><link>http://blog.csdn.net/hivon/archive/2008/10/08/3031094.aspx</link><pubDate>Wed, 08 Oct 2008 08:02:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/10/08/3031094.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/3031094.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/10/08/3031094.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/3031094.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3031094</trackback:ping><description>不知不觉，《Groovy探索之闭包》系列已经到了第八篇了，可以说我非常喜欢Groovy语言的闭包，常常在寻求一些闭包的新用法，学无止境。本篇主要谈谈如何使用闭包来实现Java语言所实现的命令模式和策略模式。&lt;img src ="http://blog.csdn.net/hivon/aggbug/3031094.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy Tip 27 Groovy语言对一些常用操作符的扩展</title><link>http://blog.csdn.net/hivon/archive/2008/10/07/3025555.aspx</link><pubDate>Tue, 07 Oct 2008 08:14:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/10/07/3025555.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/3025555.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/10/07/3025555.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/3025555.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3025555</trackback:ping><description>Groovy语言可谓是善于吸收百家之长，来达到它实现敏捷编程的目的，这篇文字试着举出几个例子，来看看Groovy语言有哪些敏捷方式。&lt;img src ="http://blog.csdn.net/hivon/aggbug/3025555.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy探索之Map与DSL</title><link>http://blog.csdn.net/hivon/archive/2008/10/07/3025552.aspx</link><pubDate>Tue, 07 Oct 2008 08:07:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/10/07/3025552.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/3025552.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/10/07/3025552.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/3025552.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3025552</trackback:ping><description>Groovy语言对于Map类型的输入参数的巧妙使用，使得我们又获得了一种实现DSL编程的方法，它首先就被应用在GroovyBean的初始化上。&lt;img src ="http://blog.csdn.net/hivon/aggbug/3025552.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy Tip 26 魔幻数组 六</title><link>http://blog.csdn.net/hivon/archive/2008/10/06/3019646.aspx</link><pubDate>Mon, 06 Oct 2008 08:12:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/10/06/3019646.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/3019646.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/10/06/3019646.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/3019646.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3019646</trackback:ping><description>本篇是整个系列文字的最后一篇，可以看到，Groovy语言的List类的确为我们做了让我们惊喜的功能提升，让我们可以更快、更好的使用它。&lt;img src ="http://blog.csdn.net/hivon/aggbug/3019646.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy探索之MOP 一 invokeMethod和methodMissing方法</title><link>http://blog.csdn.net/hivon/archive/2008/10/06/3019631.aspx</link><pubDate>Mon, 06 Oct 2008 08:01:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/10/06/3019631.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/3019631.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/10/06/3019631.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/3019631.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3019631</trackback:ping><description>其实，有关于Groovy语言的MOP编程，前面的文字已经零星的讲到了，只是这个系列文字才做系统和全面的阐述，今天是第一篇。&lt;img src ="http://blog.csdn.net/hivon/aggbug/3019631.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy Tip 25 魔幻数组 五</title><link>http://blog.csdn.net/hivon/archive/2008/09/19/2949463.aspx</link><pubDate>Fri, 19 Sep 2008 08:12:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/09/19/2949463.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2949463.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/09/19/2949463.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2949463.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2949463</trackback:ping><description>集合还有一些运算，如“属于”、“包含”、“不相交”以及它们的一些相关运算，就是本篇所要谈到的。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2949463.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy Tip 24 魔幻数组 四</title><link>http://blog.csdn.net/hivon/archive/2008/09/17/2940178.aspx</link><pubDate>Wed, 17 Sep 2008 07:18:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/09/17/2940178.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2940178.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/09/17/2940178.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2940178.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2940178</trackback:ping><description>对集合类排序是我们经常要用到的，Groovy语言的sort方法非常的强大，结合上闭包，使得Groovy语言的sort方法比起Java语言的sort方法更加的简单。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2940178.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy Tip 23 魔幻数组 三</title><link>http://blog.csdn.net/hivon/archive/2008/09/16/2934525.aspx</link><pubDate>Tue, 16 Sep 2008 07:33:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/09/16/2934525.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2934525.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/09/16/2934525.aspx#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2934525.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2934525</trackback:ping><description>本篇是系列文字的第三篇，主要谈谈使用List模拟集合的运算，集合的运算众多，还有一篇将谈到其他的集合运算。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2934525.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy探索之闭包 七  使用闭包来实现模板方法模式</title><link>http://blog.csdn.net/hivon/archive/2008/09/15/2931350.aspx</link><pubDate>Mon, 15 Sep 2008 08:24:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/09/15/2931350.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2931350.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/09/15/2931350.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2931350.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2931350</trackback:ping><description>在Groovy语言中，有了闭包，有关很多设计模式的实现就显得相当自然，而不是像Java语言那样要刻意实现，导致多实现一些类和接口。模板方法模式就是一个例子。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2931350.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy Tip 22 魔幻数组 二</title><link>http://blog.csdn.net/hivon/archive/2008/09/10/2907019.aspx</link><pubDate>Wed, 10 Sep 2008 06:56:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/09/10/2907019.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2907019.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/09/10/2907019.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2907019.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2907019</trackback:ping><description>这是系列《魔幻数组》的第二篇，主要谈谈“unique”方法的用法，这也是我们可能会常用的一个方法。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2907019.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy Tip 21 魔幻数组 一</title><link>http://blog.csdn.net/hivon/archive/2008/09/08/2897218.aspx</link><pubDate>Mon, 08 Sep 2008 07:44:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/09/08/2897218.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2897218.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/09/08/2897218.aspx#Feedback</comments><slash:comments>11</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2897218.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2897218</trackback:ping><description>在编码的过程中，数组是我们最最常用的数据类型之一了，因此，对数组的敏捷操作是一个语言是否敏捷的标志之一。这是一个系列文字，来谈谈Groovy语言对数组的敏捷操作，让我们更加方便的使用Groovy数组。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2897218.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy探索之Delegate模式 三</title><link>http://blog.csdn.net/hivon/archive/2008/09/02/2864420.aspx</link><pubDate>Tue, 02 Sep 2008 07:51:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/09/02/2864420.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2864420.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/09/02/2864420.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2864420.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2864420</trackback:ping><description>本文是《Groovy探索之Delegate模式》系列的最后一篇，谈谈在Groovy语言中实现委派模式的第三种方法。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2864420.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy Tip 20  “as”关键字的用法</title><link>http://blog.csdn.net/hivon/archive/2008/08/25/2825025.aspx</link><pubDate>Mon, 25 Aug 2008 07:17:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/08/25/2825025.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2825025.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/08/25/2825025.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2825025.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2825025</trackback:ping><description>Groovy语言的敏捷性体现在很多的方面，而“as”关键字的使用是其中的一个方面，本文讲述了在Groovy语言编程的过程中，使用“as”关键字的两个方面，充分的体现了Groovy语言编程的快捷。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2825025.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy探索之运算符的重载 二</title><link>http://blog.csdn.net/hivon/archive/2008/07/15/2651693.aspx</link><pubDate>Tue, 15 Jul 2008 07:55:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/07/15/2651693.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2651693.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/07/15/2651693.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2651693.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2651693</trackback:ping><description>在Groovy语言中，运算符的重载也是实现DSL的一种重要的方式，本篇就来谈谈如何使用运算符的重载来实现DSL。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2651693.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>