<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>. kam &#187; groovy</title>
	<atom:link href="http://www.dotkam.com/category/groovy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotkam.com</link>
	<description>one of those blogs</description>
	<lastBuildDate>Fri, 27 Jan 2012 20:32:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Spock It Like You Mean It!</title>
		<link>http://www.dotkam.com/2011/04/06/spock-it-like-you-mean-it/</link>
		<comments>http://www.dotkam.com/2011/04/06/spock-it-like-you-mean-it/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 17:45:36 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[groovy]]></category>
		<category><![CDATA[spock]]></category>
		<category><![CDATA[stargate]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=1056</guid>
		<description><![CDATA[So here we go.. Yesterday night we hacked our way into The Ancient Database where besides the data about ancients themselves, we found incredible stats about many different living species of all the planets ancients traveled to. So what do we do now? Well, we need a way to query/read this data. So we asked [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2011/04/06/spock-it-like-you-mean-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Having Fun with Groovy Date Parsing</title>
		<link>http://www.dotkam.com/2011/03/10/having-fun-with-groovy-date-parsing/</link>
		<comments>http://www.dotkam.com/2011/03/10/having-fun-with-groovy-date-parsing/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 22:24:53 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[groovy]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=991</guid>
		<description><![CDATA[How do you convert a String to Date in Groovy? Well it&#8217;s simple: Date.parse&#40; &#34;yyyy-M-d&#34;, &#34;2011-01-15&#34; &#41; Now, let&#8217;s say I would like to shorten this: yes, it looks to long, remember the actual data I am interested in is &#8220;2011-01-15&#8243;, everything else means nothing really.. datawise. Ok, so I can Date.metaClass.'static'.fromString = &#123; str [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2011/03/10/having-fun-with-groovy-date-parsing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Check If The Aspect Was Applied</title>
		<link>http://www.dotkam.com/2010/09/09/check-if-the-aspect-was-applied/</link>
		<comments>http://www.dotkam.com/2010/09/09/check-if-the-aspect-was-applied/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 21:09:49 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[aop]]></category>
		<category><![CDATA[aspectj]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=775</guid>
		<description><![CDATA[Let&#8217;s say you have an aspect defined that will be applied to a class: &#60;bean id=&#34;someComponent&#34; class=&#34;org.dotkam.SomeComponent&#34; /&#62; &#160; &#60;aop:config&#62; &#60;aop:aspect ref=&#34;someAspect&#34;&#62; &#60;aop:around method=&#34;someMethod&#34; pointcut=&#34;execution(public * org.dotkam.SomeComponent.*(..))&#34; /&#62; &#60;/aop:aspect&#62; &#60;/aop:config&#62; and you of course have &#8220;proxy-target-class&#8221; set to &#8220;true&#8221;: &#60;aop:aspectj-autoproxy proxy-target-class=&#34;true&#34;/&#62; Here is how to check if the aspect was applied: import static org.junit.Assert.assertTrue; import [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/09/09/check-if-the-aspect-was-applied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>They say offshore QA team, I say AUTOMATE IT!</title>
		<link>http://www.dotkam.com/2009/10/21/they-say-offshore-qa-team-i-say-automate-it/</link>
		<comments>http://www.dotkam.com/2009/10/21/they-say-offshore-qa-team-i-say-automate-it/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 05:51:39 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[easyb]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2009/10/21/they-say-offshore-qa-team-i-say-automate-it/</guid>
		<description><![CDATA[Part I. Poor Trees I really see no advantage of having all these test scripts that are made as excel spread sheets and then printed out in hundreds (don&#8217;t you hear trees begging: &#8220;save us&#8221;?) and given to QA team members to spend a couple months to follow and make sure every little condition/case is [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/10/21/they-say-offshore-qa-team-i-say-automate-it/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

