<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>GroovyBlogs.org</title>
    <link>http://www.groovyblogs.org</link>
    <description>groovyblogs.org Recent Entries</description>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/groovyblogs" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="groovyblogs" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><image><url>http://www.groovyblogs.org/favicon.ico</url></image><item>
      <title>Accessing Grails Configuration with Spring Property Placeholders</title>
      <link>http://www.groovyblogs.org/entries/jump?id=21504</link>
      <description>It seems like everybody approaches the issue of accessing their configuration from their application code in a different way. Grails gives us some helpful shortcuts that make accessing the configurati...</description>
      <pubDate>Thu, 23 May 2013 18:14:38 GMT</pubDate>
      <guid>http://www.groovyblogs.org/entries/jump?id=21504</guid>
      <dc:creator>Object Partners Inc » Blog</dc:creator>
      <dc:date>2013-05-23T18:14:38Z</dc:date>
    </item>
    <item>
      <title>Gr8Conf 2013 Europe Conference Report: University Day</title>
      <link>http://www.groovyblogs.org/entries/jump?id=21503</link>
      <description>The day started out cloudly and with a lot of rain. Fortunately the rain stopped during the day and for the next few days it should stay dry. This makes the walks to and from the hotel more comfortabl...</description>
      <pubDate>Thu, 23 May 2013 08:32:34 GMT</pubDate>
      <guid>http://www.groovyblogs.org/entries/jump?id=21503</guid>
      <dc:creator>Messages from mrhaki</dc:creator>
      <dc:date>2013-05-23T08:32:34Z</dc:date>
    </item>
    <item>
      <title>Verifying that Groovy Remote Control endpoint is exposed in your application</title>
      <link>http://www.groovyblogs.org/entries/jump?id=21502</link>
      <description>I'm a big fun of grey box functional testing of web applications. I understand grey box testing as setting up your test (for example bootstraping data in db that the test requires) programmatically in...</description>
      <pubDate>Wed, 22 May 2013 12:47:37 GMT</pubDate>
      <guid>http://www.groovyblogs.org/entries/jump?id=21502</guid>
      <dc:creator>Marcin Erdmann's blog feed</dc:creator>
      <dc:date>2013-05-22T12:47:37Z</dc:date>
    </item>
    <item>
      <title>Spocklight: Writing Assertions for Arguments Mock Methods</title>
      <link>http://www.groovyblogs.org/entries/jump?id=21501</link>
      <description>My colleague Arthur Arts has written a blog post Tasty Test Tip: Using ArgumentCaptor for generic collections with Mockito.
 This inspired me to do the same in Spock.
      Preview Text:&amp;nbsp;
    
  ...</description>
      <pubDate>Tue, 21 May 2013 08:09:36 GMT</pubDate>
      <guid>http://www.groovyblogs.org/entries/jump?id=21501</guid>
      <dc:creator>Groovy Zone - Everything for the Groovy &amp; Grails developer</dc:creator>
      <dc:date>2013-05-21T08:09:36Z</dc:date>
    </item>
    <item>
      <title>High-Volume / Scalable Architectures with vert.x - interview with Eberhard Wolff</title>
      <link>http://www.groovyblogs.org/entries/jump?id=21500</link>
      <description>Last year, vert.x was introduced - a runtime similar to Node.js but realized within the Java virtual machine. In contrast to Node.js, vert.x follows a true polyglot approach and allows developers to b...</description>
      <pubDate>Mon, 20 May 2013 16:25:34 GMT</pubDate>
      <guid>http://www.groovyblogs.org/entries/jump?id=21500</guid>
      <dc:creator>InfoQ Personalized Feed for Marco Cicolini</dc:creator>
      <dc:date>2013-05-20T16:25:34Z</dc:date>
    </item>
    <item>
      <title>New in Gradle 1.6: task ordering</title>
      <link>http://www.groovyblogs.org/entries/jump?id=21499</link>
      <description>Recently Gradle 1.6 has been released. I was lucky enough to get a lot of support from the Gradle team in the means of implementation guidance and code reviews for contributing a new feature: task ord...</description>
      <pubDate>Mon, 20 May 2013 12:32:34 GMT</pubDate>
      <guid>http://www.groovyblogs.org/entries/jump?id=21499</guid>
      <dc:creator>Marcin Erdmann's blog feed</dc:creator>
      <dc:date>2013-05-20T12:32:34Z</dc:date>
    </item>
    <item>
      <title>Grails Tip: Getting JSON directly from Grails MongoDB-GORM Low Level API</title>
      <link>http://www.groovyblogs.org/entries/jump?id=21498</link>
      <description>One of the nice things about MongoDB is that documents are returned in JSON format. If you use the Mongo-GORM plugin, however, the driver conveniently converts the returned results into a Grails domai...</description>
      <pubDate>Sun, 19 May 2013 12:08:31 GMT</pubDate>
      <guid>http://www.groovyblogs.org/entries/jump?id=21498</guid>
      <dc:creator>Dump brain here : Flex, AIR, Grails, Groovy, Facebook and all that jazz</dc:creator>
      <dc:date>2013-05-19T12:08:31Z</dc:date>
    </item>
    <item>
      <title>GPars at Gr8Conf EU 2013</title>
      <link>http://www.groovyblogs.org/entries/jump?id=21497</link>
      <description>In just a few days I'll have the pleasure to present GPars at Gr8Conf EU 2013 in Copenhagen. I'm happy that the organizers accepted two GPars proposals this year. If you are coming to the conference a...</description>
      <pubDate>Sat, 18 May 2013 13:23:34 GMT</pubDate>
      <guid>http://www.groovyblogs.org/entries/jump?id=21497</guid>
      <dc:creator>Vaclav Pech</dc:creator>
      <dc:date>2013-05-18T13:23:34Z</dc:date>
    </item>
    <item>
      <title>Choosing DropWizard to deliver content within your Grails projects</title>
      <link>http://www.groovyblogs.org/entries/jump?id=21496</link>
      <description>In our current project, we&amp;#8217;re using DropWizard alongside Grails. It has become a fairly significant and useful tool for building simple content delivery layers. In this post, I will try to share...</description>
      <pubDate>Sat, 18 May 2013 00:36:30 GMT</pubDate>
      <guid>http://www.groovyblogs.org/entries/jump?id=21496</guid>
      <dc:creator>Dump brain here : Flex, AIR, Grails, Groovy, Facebook and all that jazz</dc:creator>
      <dc:date>2013-05-18T00:36:30Z</dc:date>
    </item>
    <item>
      <title>Gradle Goodness: Running a Single Test</title>
      <link>http://www.groovyblogs.org/entries/jump?id=21495</link>
      <description>We can run test code with Gradle using the&amp;nbsp;test&amp;nbsp;task that is added by the Java plugin. By default all tests found in the project are executed. If we want to run a single test we can use the ...</description>
      <pubDate>Fri, 17 May 2013 14:43:39 GMT</pubDate>
      <guid>http://www.groovyblogs.org/entries/jump?id=21495</guid>
      <dc:creator>Groovy Zone - Everything for the Groovy &amp; Grails developer</dc:creator>
      <dc:date>2013-05-17T14:43:39Z</dc:date>
    </item>
    <item>
      <title>Spocklight: Writing Assertions for Arguments Mock Methods</title>
      <link>http://www.groovyblogs.org/entries/jump?id=21494</link>
      <description>My colleague Arthur Arts has written a blog post Tasty Test Tip: Using ArgumentCaptor for generic collections with Mockito. This inspired me to do the same in Spock. With the ArgumentCaptor in Mockito...</description>
      <pubDate>Fri, 17 May 2013 08:31:48 GMT</pubDate>
      <guid>http://www.groovyblogs.org/entries/jump?id=21494</guid>
      <dc:creator>Messages from mrhaki</dc:creator>
      <dc:date>2013-05-17T08:31:48Z</dc:date>
    </item>
    <item>
      <title>Spocklight: Change Return Value of Mocked or Stubbed Service Based On Argument Value</title>
      <link>http://www.groovyblogs.org/entries/jump?id=21493</link>
      <description>My colleague Albert van Veen wrote a blog post about Using ArgumentMatchers with Mockito. The idea is to let a mocked or stubbed service return a different value based on the argument passed into the ...</description>
      <pubDate>Fri, 17 May 2013 05:18:47 GMT</pubDate>
      <guid>http://www.groovyblogs.org/entries/jump?id=21493</guid>
      <dc:creator>Messages from mrhaki</dc:creator>
      <dc:date>2013-05-17T05:18:47Z</dc:date>
    </item>
  </channel>
</rss>
