<?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; English</title>
	<atom:link href="http://blog.novoj.net/category/posts-in-english/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>Twitter like content auto load on scroll into view</title>
		<link>http://blog.novoj.net/2011/06/04/twitter-like-content-auto-load-on-scroll-into-view/</link>
		<comments>http://blog.novoj.net/2011/06/04/twitter-like-content-auto-load-on-scroll-into-view/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 20:27:06 +0000</pubDate>
		<dc:creator>Otec Fura</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.novoj.net/?p=1504</guid>
		<description><![CDATA[I guess everyone of you already know content loading mechanism used on the Twitter site. When you scroll down at the bottom of current page another content is loaded immediatelly without you clicking on any UI element. It&#8217;s a very nice idea for AJAX powered listings and you&#8217;d probably take advantage of it on your [...]]]></description>
		<wfw:commentRss>http://blog.novoj.net/2011/06/04/twitter-like-content-auto-load-on-scroll-into-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add your own dictionary to IntelliJ Idea Spellchecker</title>
		<link>http://blog.novoj.net/2010/11/07/how-to-add-your-own-dictionary-to-intellij-idea-spellchecker/</link>
		<comments>http://blog.novoj.net/2010/11/07/how-to-add-your-own-dictionary-to-intellij-idea-spellchecker/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 21:47:46 +0000</pubDate>
		<dc:creator>Otec Fura</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[IntelliJ Idea]]></category>
		<category><![CDATA[Softwarové nástroje]]></category>

		<guid isPermaLink="false">http://blog.novoj.net/?p=1194</guid>
		<description><![CDATA[Spellchecking provided by IntelliJ Idea is very handy for those who are not confident in written English (such as me for example ). But for non-English speaking developers it&#8217;s common to use (at least) two languages simultaneously &#8211; English for writing Javadoc, method and variable names and their native language (Czech, Polish &#8230;) for strings [...]<h3>Související články:</h3>
<ol>
<li><a href='http://blog.novoj.net/2010/11/01/intellij-idea-x-na-co-se-muzeme-tesit/' rel='bookmark' title='IntelliJ Idea X &#8211; na co se můžeme těšit?'>IntelliJ Idea X &#8211; na co se můžeme těšit?</a></li>
<li><a href='http://blog.novoj.net/2010/01/05/7-tipu-pro-praci-v-debug-rezimu-v-intellij-idea/' rel='bookmark' title='7 tipů pro práci v Debug režimu v IntelliJ Idea'>7 tipů pro práci v Debug režimu v IntelliJ Idea</a></li>
<li><a href='http://blog.novoj.net/2009/12/13/7-tipu-pro-praci-s-vcs-v-intellij-idea/' rel='bookmark' title='7 tipů pro práci s VCS v IntelliJ Idea'>7 tipů pro práci s VCS v IntelliJ Idea</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.novoj.net/2010/11/07/how-to-add-your-own-dictionary-to-intellij-idea-spellchecker/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>When does your Spring @Transactional attribute apply on CgLib proxies</title>
		<link>http://blog.novoj.net/2010/08/10/when-does-your-spring-transactional-attribute-apply-on-cglib-proxies/</link>
		<comments>http://blog.novoj.net/2010/08/10/when-does-your-spring-transactional-attribute-apply-on-cglib-proxies/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 19:05:39 +0000</pubDate>
		<dc:creator>Otec Fura</dc:creator>
				<category><![CDATA[Databáze]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[CgLib]]></category>

		<guid isPermaLink="false">http://blog.novoj.net/?p=943</guid>
		<description><![CDATA[Testing transactional aspect of your application is not easy as we usually use Springs&#8217; transaction rollback on tear down testing approach. Though there are solutions to test aspect oriented logic it&#8217;s not without a price. More than that &#8211; we very much got used relying on easy-to-use Spring @Transaction annotation so that we don&#8217;t usually [...]<h3>Související články:</h3>
<ol>
<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/2008/08/23/mysql-temporary-tables-inside-transaction-and-the-magic-of-implicit-commit/' rel='bookmark' title='MySQL temporary tables inside Transaction &lt;br /&gt; and the magic of implicit commit'>MySQL temporary tables inside Transaction  and the magic of implicit commit</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.novoj.net/2010/08/10/when-does-your-spring-transactional-attribute-apply-on-cglib-proxies/feed/</wfw:commentRss>
		<slash:comments>2</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>
		<item>
		<title>iBatis 3 is alive!</title>
		<link>http://blog.novoj.net/2009/02/09/ibatis-3-is-alive/</link>
		<comments>http://blog.novoj.net/2009/02/09/ibatis-3-is-alive/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 17:31:03 +0000</pubDate>
		<dc:creator>Otec Fura</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[iBatis]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.novoj.net/?p=391</guid>
		<description><![CDATA[I had a discussion with Jira recently, whether we could be still looking forward to iBatis 3. It has been long time since iBatis 3 Whiteboard was seriously touched and I haven&#8217;t found any other clue when or whether there is going to be iBatis 3. There is very small activity for 3.x version in [...]<h3>Související články:</h3>
<ol>
<li><a href='http://blog.novoj.net/2009/02/08/pozvanka-na-prednasku-na-uhk-ibatis-sqlmaps/' rel='bookmark' title='Pozvánka na přednášku na UHK &lt;br /&gt; iBatis SqlMaps'>Pozvánka na přednášku na UHK  iBatis SqlMaps</a></li>
<li><a href='http://blog.novoj.net/2009/03/04/podcast-zaznam-z-prednasky-ibatis-sqlmaps/' rel='bookmark' title='Podcast: Záznam z přednášky iBatis SqlMaps'>Podcast: Záznam z přednášky iBatis SqlMaps</a></li>
<li><a href='http://blog.novoj.net/2010/02/20/pozvanka-na-czjug-workshop-venovany-ibatis-3/' rel='bookmark' title='Pozvánka na CZJUG Workshop věnovaný iBatis 3'>Pozvánka na CZJUG Workshop věnovaný iBatis 3</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.novoj.net/2009/02/09/ibatis-3-is-alive/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>MySQL temporary tables inside Transaction  and the magic of implicit commit</title>
		<link>http://blog.novoj.net/2008/08/23/mysql-temporary-tables-inside-transaction-and-the-magic-of-implicit-commit/</link>
		<comments>http://blog.novoj.net/2008/08/23/mysql-temporary-tables-inside-transaction-and-the-magic-of-implicit-commit/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 11:35:08 +0000</pubDate>
		<dc:creator>Otec Fura</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.novoj.net/2008/08/23/mysql-temporary-tables-inside-transaction-and-the-magic-of-implicit-commit/</guid>
		<description><![CDATA[I&#8217;ve run into interesting and very strange problem. I was writing transactional Spring test that opens transaction at the beginning of it, and rollbacks at the end. First part of my test performed bunch of INSERT and UPDATE SQL commands and after that I was checking persisted changes by loading data back from the database. [...]<h3>Související články:</h3>
<ol>
<li><a href='http://blog.novoj.net/2010/08/10/when-does-your-spring-transactional-attribute-apply-on-cglib-proxies/' rel='bookmark' title='When does your Spring @Transactional attribute apply on CgLib proxies'>When does your Spring @Transactional attribute apply on CgLib proxies</a></li>
<li><a href='http://blog.novoj.net/2010/02/02/mysql-nebezpeci-prutokovych-tabulek-zamysleni-nad-insert-into-select-from/' rel='bookmark' title='MySQL nebezpečí průtokových tabulek, zamyšlení nad insert into &#8230; select from'>MySQL nebezpečí průtokových tabulek, zamyšlení nad insert into &#8230; select from</a></li>
<li><a href='http://blog.novoj.net/2008/09/20/testing-aspect-pointcuts-is-there-an-easy-way/' rel='bookmark' title='Testing Aspect Pointcuts &#8211; is there an easy way?'>Testing Aspect Pointcuts &#8211; is there an easy way?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.novoj.net/2008/08/23/mysql-temporary-tables-inside-transaction-and-the-magic-of-implicit-commit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Teamcity &amp; CVS &amp; Maven: release on server</title>
		<link>http://blog.novoj.net/2008/06/28/teamcity-cvs-maven-release-on-server/</link>
		<comments>http://blog.novoj.net/2008/06/28/teamcity-cvs-maven-release-on-server/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 19:12:07 +0000</pubDate>
		<dc:creator>Otec Fura</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Softwarové nástroje]]></category>
		<category><![CDATA[TeamCity]]></category>

		<guid isPermaLink="false">http://blog.novoj.net/2008/06/28/teamcity-cvs-maven-release-on-server/</guid>
		<description><![CDATA[If you use Maven 2 and Teamcity integration server, you might want to perform releases on server. Although it&#8217;s not so complicated, some things must fit one into another and you might spend a lot of time till you find out how to configure pom.xml and build configuration. For those of you, who need to [...]<h3>Související články:</h3>
<ol>
<li><a href='http://blog.novoj.net/2007/08/12/porovnani-maven-2-pluginu-pro-intellij-idea/' rel='bookmark' title='Porovnání Maven 2 pluginů pro IntelliJ Idea'>Porovnání Maven 2 pluginů pro IntelliJ Idea</a></li>
<li><a href='http://blog.novoj.net/2007/03/14/artifactory-nahrada-maven-proxy/' rel='bookmark' title='Artifactory &#8211; náhrada Maven Proxy?'>Artifactory &#8211; náhrada Maven Proxy?</a></li>
<li><a href='http://blog.novoj.net/2007/01/04/odbornik-na-spravu-projektu-maven-2/' rel='bookmark' title='Odborník na správu projektu &#8211; Maven 2'>Odborník na správu projektu &#8211; Maven 2</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.novoj.net/2008/06/28/teamcity-cvs-maven-release-on-server/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Jak bylo na školení NetBeans Platform</title>
		<link>http://blog.novoj.net/2008/03/08/jak-bylo-na-skoleni-netbeans-platform/</link>
		<comments>http://blog.novoj.net/2008/03/08/jak-bylo-na-skoleni-netbeans-platform/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 18:00:04 +0000</pubDate>
		<dc:creator>Otec Fura</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Reportáže]]></category>

		<guid isPermaLink="false">http://blog.novoj.net/2008/03/08/jak-bylo-na-skoleni-netbeans-platform/</guid>
		<description><![CDATA[English translation Tímto příspěvkem bych chtěl poděkovat pánům ze Sun Microsystems za uspořádání tohoto školení. Přestože mým oborem jsou výhradně server side aplikace, rád jsem si rozšířil obzory v oblasti desktopu. Z tohoto důvodu se z mé strany pravděpodobně nedočkají významné kontribuce, a proto se snažím jim námahu vrátit alespoň touto reklamou na jejich edukační [...]<h3>Související články:</h3>
<ol>
<li><a href='http://blog.novoj.net/2008/08/03/jak-bylo-na-j-open-space-conference-2008/' rel='bookmark' title='Jak bylo na J-Open Space Conference 2008'>Jak bylo na J-Open Space Conference 2008</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.novoj.net/2008/03/08/jak-bylo-na-skoleni-netbeans-platform/feed/</wfw:commentRss>
		<slash:comments>-34</slash:comments>
		</item>
		<item>
		<title>Running AJAX with jQuery in Stripes Framework</title>
		<link>http://blog.novoj.net/2008/01/25/running-ajax-with-jquery-in-stripes-framework/</link>
		<comments>http://blog.novoj.net/2008/01/25/running-ajax-with-jquery-in-stripes-framework/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 07:06:40 +0000</pubDate>
		<dc:creator>Otec Fura</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Stripes]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.novoj.net/2008/01/25/running-ajax-with-jquery-in-stripes-framework/</guid>
		<description><![CDATA[Though most of articles at this blog are written in my native language &#8211; Czech, this one will be different. I have chosen an English to address wider community of Stripes developers &#8211; I think there would&#8217;nt be enough readers in our beautiful small country. So, please, excuse possible errors and mistakes in the article, [...]<h3>Související články:</h3>
<ol>
<li><a href='http://blog.novoj.net/2007/01/25/stripes-bojovnik-stredni-vahy/' rel='bookmark' title='Stripes, bojovník střední váhy?'>Stripes, bojovník střední váhy?</a></li>
<li><a href='http://blog.novoj.net/2007/05/19/neni-ajax-jako-ajax/' rel='bookmark' title='Není AJAX jako AJAX &#8211; GWT vs. DWR'>Není AJAX jako AJAX &#8211; GWT vs. DWR</a></li>
<li><a href='http://blog.novoj.net/2007/10/04/cast-4-modularni-systemy-ve-spring-framework/' rel='bookmark' title='Část #4: Modulární systémy ve Spring Framework'>Část #4: Modulární systémy ve Spring Framework</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.novoj.net/2008/01/25/running-ajax-with-jquery-in-stripes-framework/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
<enclosure url="http://files.novoj.net/StripesAJAX/ajax.avi" length="1777152" type="video/x-msvideo" />
		</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:31:32 -->
