<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Jworks.nl - Agile Software Development using Groovy and Grails</title>
	<link>http://www.jworks.nl</link>
	<description>Effective Software Development using Effective Tools, People and Process</description>
	<lastBuildDate>Tue, 08 May 2012 13:45:25 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Grails in the cloud!</title>
		<description><![CDATA[bookorganizer]]></description>
		<link>http://www.jworks.nl/2012/05/08/grails-in-the-cloud/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=grails-in-the-cloud</link>
			</item>
	<item>
		<title>Using GitHub begind a proxy</title>
		<description><![CDATA[At my customer, we are using a proxy server, and sometimes it&#8217;s handy to have access to GitHub, for example to the Grails repository, or my own Grails Fitnesse repo. I struggled a while to get this to work, but apparently, it couldn&#8217;t be easier: export HTTPS_PROXY='http://10.0.0.1:3128' git clone https://bodiam@github.com/bodiam/grails-fitnesse.git Mind the S at the [...]]]></description>
		<link>http://www.jworks.nl/2012/04/20/using-github-begind-a-proxy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-github-begind-a-proxy</link>
			</item>
	<item>
		<title>Grails in the Cloud &#8211; NLGUG meetup</title>
		<description><![CDATA[At Tuesday, May the 8th, The NLGUG is organizing a new meetup about Grails in the Cloud. The meetup will consist of a talk by Maikel Alderhout, who is an expert on the topic, and will be followed up by Pair Deploying, in which pairs will deploy an existing Grails application to a PaaS of [...]]]></description>
		<link>http://www.jworks.nl/2012/04/19/grails-in-the-cloud-nlgug-meetup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=grails-in-the-cloud-nlgug-meetup</link>
			</item>
	<item>
		<title>Printing output in Grails 2.0 ant scripts</title>
		<description><![CDATA[When developing plugins, in my case the Grails Fitnesse plugin, it&#8217;s sometimes handy to produce output to the user. In my case, I had a use case to give the user some information that Fitnesse had started up succesfully, and wanted to indicate the location Fitnesse was running on. In previous versions of Grails (1.3.x), [...]]]></description>
		<link>http://www.jworks.nl/2012/04/16/printing-output-in-grails-2-0-ant-scripts/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=printing-output-in-grails-2-0-ant-scripts</link>
			</item>
	<item>
		<title>Testing Command Objects in Grails 2.0</title>
		<description><![CDATA[In Grails 2.0, you need to use mockCommandObject to test command objects. However, what the Grails documentation doesn&#8217;t mention is how to use the mockCommandObject method. The mockCommandObject method is located in the ControllerUnitTestMixin. To use the method, you can use the following example: package nl.jworks.test import grails.test.mixin.TestMixin import grails.test.mixin.web.ControllerUnitTestMixin @TestMixin(ControllerUnitTestMixin) class CreatePersonCommandTests { void [...]]]></description>
		<link>http://www.jworks.nl/2012/04/12/testing-command-objects-in-grails-2-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=testing-command-objects-in-grails-2-0</link>
			</item>
	<item>
		<title>This week in Discobot (45.2011)</title>
		<description><![CDATA[Another night of coding, another update on the Discobot project! For those unfamiliar with the Discobot project: it&#8217;s the project name for running Groovy on Android. We (Marcin Erdmann and Erik Pragt) are working towards an easy to use framework to run the newest version of Groovy on the newest version of Android. Currently, we&#8217;re [...]]]></description>
		<link>http://www.jworks.nl/2011/11/11/this-week-in-discobot-45-2011/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=this-week-in-discobot-45-2011</link>
			</item>
	<item>
		<title>This week in Discobot (40.2011)</title>
		<description><![CDATA[After some hectic times at work caused by very tight deadlines and me getting married in the beginning of September we finally managed with Erik to get back to working on Discobot last week. Some of you have probably already noticed that we have a talk on Discobot scheduled at Groovy &#038; Grails Exchange 2011 [...]]]></description>
		<link>http://www.jworks.nl/2011/10/14/this-week-in-discobot-40-2011/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=this-week-in-discobot-40-2011</link>
			</item>
	<item>
		<title>Maximizing browser window for all Geb tests</title>
		<description><![CDATA[There might be different reasons for setting a browser window size for your Geb tests. For us it was simply the fact that some floating elements where overlapping with other elements rendering them unclickable when the browser window was set to occupy only the half of the screen and that&#8217;s the default size of a [...]]]></description>
		<link>http://www.jworks.nl/2011/10/06/maximizing-browser-window-for-all-geb-tests/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=maximizing-browser-window-for-all-geb-tests</link>
			</item>
	<item>
		<title>Friday Repost: Grails and Bamboo</title>
		<description><![CDATA[The Friday Repost series are copies from my earlier writings. Since I don&#8217;t want to loose them, and they might prove useful to others, I&#8217;m reposting them on this blog In our development environment, we use the complete Atlassian suite. We (or actually I) choose this environment because the products integrates so well together, but [...]]]></description>
		<link>http://www.jworks.nl/2011/09/30/friday-repost-grails-and-bamboo/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=friday-repost-grails-and-bamboo</link>
			</item>
	<item>
		<title>Friday Repost: Making Grails work behind an proxy server</title>
		<description><![CDATA[The Friday Repost series are copies from my earlier writings. Since I don&#8217;t want to loose them, and they might prove useful to others, I&#8217;m reposting them on this blog. Making Grails work behind an NTLM firewall (or using Grails without Internet) Currently, I&#8217;m in the process of taking over an existing Grails project and [...]]]></description>
		<link>http://www.jworks.nl/2011/09/23/friday-repost-making-grails-work-behind-an-proxy-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=friday-repost-making-grails-work-behind-an-proxy-server</link>
			</item>
</channel>
</rss>

