<?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>Linux Swords &#187; groovy</title>
	<atom:link href="http://blog.mjava.ch/tag/groovy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mjava.ch</link>
	<description>kids, baduk und cmd-lines</description>
	<lastBuildDate>Thu, 23 Dec 2010 12:01:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>groovy script beautified</title>
		<link>http://blog.mjava.ch/2008/03/24/groovy-script-beautified/</link>
		<comments>http://blog.mjava.ch/2008/03/24/groovy-script-beautified/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 16:55:33 +0000</pubDate>
		<dc:creator>mjava</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[cmd-lines]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[jar]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/2008/03/24/groovy-script-beautified/</guid>
		<description><![CDATA[I rewrote my groovy-script to have better output:
searchJar.groovy
]]></description>
			<content:encoded><![CDATA[<p>I rewrote my <a href="http://blog.mjava.ch/2008/03/11/groovy-script-lookup-classes-in-jar-files/">groovy-script</a> to have better output:</p>
<p><a href='http://blog.mjava.ch/wp-content/uploads/2008/03/searchjar.groovy' title='searchJar.groovy'>searchJar.groovy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2008/03/24/groovy-script-beautified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>learning groovy&#8230;</title>
		<link>http://blog.mjava.ch/2008/03/11/learning-groovy/</link>
		<comments>http://blog.mjava.ch/2008/03/11/learning-groovy/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 12:58:14 +0000</pubDate>
		<dc:creator>mjava</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[groovy]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/2008/03/11/learning-groovy/</guid>
		<description><![CDATA[&#8230; is like Alice climbing through the rabbit hole.
I just connected to a db, did a query from a table and printed out a selection of columns in just
2 lines of code, yes TWO LINES!
]]></description>
			<content:encoded><![CDATA[<p>&#8230; is like Alice climbing through the rabbit hole.</p>
<p>I just connected to a db, did a query from a table and printed out a selection of columns in just<br />
2 lines of code, yes TWO LINES!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2008/03/11/learning-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>groovy-script: lookup classes in jar-files</title>
		<link>http://blog.mjava.ch/2008/03/11/groovy-script-lookup-classes-in-jar-files/</link>
		<comments>http://blog.mjava.ch/2008/03/11/groovy-script-lookup-classes-in-jar-files/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 06:48:40 +0000</pubDate>
		<dc:creator>mjava</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[cmd-lines]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[jar]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/2008/03/11/groovy-script-lookup-classes-in-jar-files/</guid>
		<description><![CDATA[Recently I had following problem. I had a bunch of jar-files and I had to find out which jar-file was holding a specific class. 
This is a common task, because your java-code told you that a class XY was not in you classpath, so you would have to search for it, if you don&#8217;t know [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had following problem. I had a bunch of jar-files and I had to find out which jar-file was holding a specific class. </p>
<p>This is a common task, because your java-code told you that a class XY was not in you classpath, so you would have to search for it, if you don&#8217;t know already where to find it.</p>
<p>Since I had to do it already 2 times and as I am learning <a href="http://groovy.codehaus.org/">groovy</a> I decided to write a short groovy-script<br />
(are there long groovy-scripts?) which allows me to do that.</p>
<p>It is pretty straight-forward so here it is: <a href='http://blog.mjava.ch/wp-content/uploads/2008/03/searchjar.groovy' title='searchJar.groovy'>searchJar.groovy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2008/03/11/groovy-script-lookup-classes-in-jar-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hudson has a groovy console</title>
		<link>http://blog.mjava.ch/2008/03/07/hudson-has-a-groovy-console/</link>
		<comments>http://blog.mjava.ch/2008/03/07/hudson-has-a-groovy-console/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 14:24:08 +0000</pubDate>
		<dc:creator>mjava</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://blog.mjava.ch/2008/03/07/hudson-has-a-groovy-console/</guid>
		<description><![CDATA[I am playing around with hudson as a integration server.
So far it is very nice and intuitiv, you can even trigger builds by email, mobile etc! And just
yesterday it has groovy-console builtin for monitoring maven2-builds! 
Isn&#8217;t it a good day when you recover that your new tools already know each other?  
Although I have [...]]]></description>
			<content:encoded><![CDATA[<p>I am playing around with <a href="https://hudson.dev.java.net/">hudson</a> as a integration server.</p>
<p>So far it is very nice and intuitiv, you can even trigger builds by email, mobile etc! And just<br />
yesterday it has <strong>groovy</strong>-console builtin for monitoring <strong>maven2</strong>-builds! </p>
<p>Isn&#8217;t it a good day when you recover that your new tools already know each other? <img src='http://blog.mjava.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Although I have to admit that hudson lacks some features I would like to have such as<br />
access-control per project. For now there is an access-control (LDAP, Matrix-like etc) for the whole build-server&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mjava.ch/2008/03/07/hudson-has-a-groovy-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

