<?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>Myšlenky dne otce Fura &#187; Groovy</title>
	<atom:link href="http://blog.novoj.net/category/programovani/groovy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.novoj.net</link>
	<description>Dává je jen zřídka, obvykle jim není moc rozumět a často vám ani k ničemu nejsou.</description>
	<lastBuildDate>Thu, 26 Jan 2012 16:39:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Groovy namísto shell skriptů</title>
		<link>http://blog.novoj.net/2011/06/15/groovy-namisto-shell-skriptu/</link>
		<comments>http://blog.novoj.net/2011/06/15/groovy-namisto-shell-skriptu/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 23:00:39 +0000</pubDate>
		<dc:creator>Otec Fura</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programování]]></category>
		<category><![CDATA[GroovyServ]]></category>

		<guid isPermaLink="false">http://blog.novoj.net/?p=1407</guid>
		<description><![CDATA[Pár shell skritpů jsem už napsal &#8211; jak pro Windows tak pro Linux, ale v tomto směru se považuji za naprostou lamu a to se ještě nějakou dobu nezmění. Proto jsem fascinovaně naslouchal Dierk Königovi, který na přednášce pražského CZJUGu zmiňoval použití Groovy pro psaní shell skriptů. Vyměnit jazyk proprietárního shellu, ve kterém toho moc [...]<h3>Související články:</h3>
<ol>
<li><a href='http://blog.novoj.net/2009/11/08/the-secret-of-groovy-script-refresh/' rel='bookmark' title='The secret of Groovy script refresh'>The secret of Groovy script refresh</a></li>
<li><a href='http://blog.novoj.net/2009/11/29/groovy-making-existing-objects-refreshable/' rel='bookmark' title='Groovy &#8211; making existing objects refreshable'>Groovy &#8211; making existing objects refreshable</a></li>
<li><a href='http://blog.novoj.net/2011/05/03/jabber-shell/' rel='bookmark' title='Jabber Shell'>Jabber Shell</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.novoj.net/2011/06/15/groovy-namisto-shell-skriptu/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Groovy &#8211; making existing objects refreshable</title>
		<link>http://blog.novoj.net/2009/11/29/groovy-making-existing-objects-refreshable/</link>
		<comments>http://blog.novoj.net/2009/11/29/groovy-making-existing-objects-refreshable/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 09:50:47 +0000</pubDate>
		<dc:creator>Otec Fura</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programování]]></category>

		<guid isPermaLink="false">http://blog.novoj.net/?p=648</guid>
		<description><![CDATA[In the last post I described the basic principles I found behind the scenes of GroovyScript refresh. Now imagine that you want to create your own long living Groovy instances with auto-refresh behaviour when source code changes. You can use out-of-the-box Spring support &#8211; but there are some limitations I stated in the previous article. [...]<h3>Související články:</h3>
<ol>
<li><a href='http://blog.novoj.net/2009/11/08/the-secret-of-groovy-script-refresh/' rel='bookmark' title='The secret of Groovy script refresh'>The secret of Groovy script refresh</a></li>
<li><a href='http://blog.novoj.net/2009/04/18/spring-cglib-dynamic-aop-proxies-proper-pointcut-equals-method-is-simply-essential/' rel='bookmark' title='Spring CgLib Dynamic AOP Proxies &#8211; proper Pointcut equals method is simply essential'>Spring CgLib Dynamic AOP Proxies &#8211; proper Pointcut equals method is simply essential</a></li>
<li><a href='http://blog.novoj.net/2011/10/18/jak-se-zbavit-neprijemnych-zavislosti-v-testech/' rel='bookmark' title='Jak se zbavit nepříjemných závislostí v testech'>Jak se zbavit nepříjemných závislostí v testech</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.novoj.net/2009/11/29/groovy-making-existing-objects-refreshable/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The secret of Groovy script refresh</title>
		<link>http://blog.novoj.net/2009/11/08/the-secret-of-groovy-script-refresh/</link>
		<comments>http://blog.novoj.net/2009/11/08/the-secret-of-groovy-script-refresh/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 21:32:04 +0000</pubDate>
		<dc:creator>Otec Fura</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programování]]></category>

		<guid isPermaLink="false">http://blog.novoj.net/?p=548</guid>
		<description><![CDATA[The first thing one should undestand before he tries to integrate scripting support into his application / framework are class loading issues. One of the main reasons (next to the ability to easily switch from Java) why we have chosen Groovy as our primary scripting language is very good support for live refresh of Groovy [...]<h3>Související články:</h3>
<ol>
<li><a href='http://blog.novoj.net/2009/11/29/groovy-making-existing-objects-refreshable/' rel='bookmark' title='Groovy &#8211; making existing objects refreshable'>Groovy &#8211; making existing objects refreshable</a></li>
<li><a href='http://blog.novoj.net/2011/06/15/groovy-namisto-shell-skriptu/' rel='bookmark' title='Groovy namísto shell skriptů'>Groovy namísto shell skriptů</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.novoj.net/2009/11/08/the-secret-of-groovy-script-refresh/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: blog.novoj.net @ 2012-02-05 00:47:00 -->
