<?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>Jiří Kratochvíl &#187; Návody</title>
	<atom:link href="http://jiri.kratochvil.eu/categories/navody/feed/" rel="self" type="application/rss+xml" />
	<link>http://jiri.kratochvil.eu</link>
	<description>Osobní občasník</description>
	<lastBuildDate>Wed, 17 Aug 2011 08:07:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Testování JMS v unit testech</title>
		<link>http://jiri.kratochvil.eu/testovani-jms-v-unit-testech/</link>
		<comments>http://jiri.kratochvil.eu/testovani-jms-v-unit-testech/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 19:03:46 +0000</pubDate>
		<dc:creator>Jiří Kratochvíl</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Návody]]></category>
		<category><![CDATA[Programování]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JMS]]></category>
		<category><![CDATA[JNDI]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Messaging]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tipy]]></category>
		<category><![CDATA[Transaction Manager]]></category>
		<category><![CDATA[Unit test]]></category>
		<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://jiri.kratochvil.eu/?p=389</guid>
		<description><![CDATA[Dnes jsem strávil skoro celý den tím, že jsem potřeboval vyřešit následující problém. Mám aplikaci, která poměrně sofistikovaně využívá několik JMS front pro asynchronní zpracování požadavků z klientských aplikací. Celé je to postavené nad serverem Weblogic a aplikace využívá frameworku Spring. Další komplikací je, že veškeré fronty jsou v aplikačním kontextu získávány z JNDI, včetně [...]]]></description>
		<wfw:commentRss>http://jiri.kratochvil.eu/testovani-jms-v-unit-testech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autentizace webových služeb JAX-WS na Weblogicu</title>
		<link>http://jiri.kratochvil.eu/autentizace-webovych-sluzeb-jax-ws-na-weblogicu/</link>
		<comments>http://jiri.kratochvil.eu/autentizace-webovych-sluzeb-jax-ws-na-weblogicu/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 19:22:26 +0000</pubDate>
		<dc:creator>Jiří Kratochvíl</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Návody]]></category>
		<category><![CDATA[Programování]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Weblogic]]></category>
		<category><![CDATA[WS]]></category>

		<guid isPermaLink="false">http://jiri.kratochvil.eu/?p=369</guid>
		<description><![CDATA[V dnešním návodu se zaměřím na to, jakým způsobem zajistit autentizaci webových služeb vystavených na Weblogicu ve verzi 10.3.3, i když tento návod bude fungovat i ve verzích vyšších (a i nižších). Cílem je použít pouze standardní prostředky aplikačního serveru. A jako drobný bonus bude ukázka, jak vystavit webovou službu. Nejprve si tedy vystavíme libovolnou [...]]]></description>
		<wfw:commentRss>http://jiri.kratochvil.eu/autentizace-webovych-sluzeb-jax-ws-na-weblogicu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generated sources by JAXB and problem with encoding</title>
		<link>http://jiri.kratochvil.eu/generated-sources-by-jaxb-and-problem-with-encoding/</link>
		<comments>http://jiri.kratochvil.eu/generated-sources-by-jaxb-and-problem-with-encoding/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 18:03:23 +0000</pubDate>
		<dc:creator>Jiří Kratochvíl</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Návody]]></category>
		<category><![CDATA[Programování]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://jiri.kratochvil.eu/?p=359</guid>
		<description><![CDATA[I recently had to solve the problem with JAXB to generate bad source from XSD. The problem was basically that the XSD source from which they were subsequently generated Java code contained in the tag Czech diacritics characters, and unfortunately, the output files were not generated in the UTF-8, but the native format of operating [...]]]></description>
		<wfw:commentRss>http://jiri.kratochvil.eu/generated-sources-by-jaxb-and-problem-with-encoding/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SSL in Jetty plug-in</title>
		<link>http://jiri.kratochvil.eu/ssl-in-jetty-plug-in/</link>
		<comments>http://jiri.kratochvil.eu/ssl-in-jetty-plug-in/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 06:00:11 +0000</pubDate>
		<dc:creator>Jiří Kratochvíl</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Návody]]></category>
		<category><![CDATA[Programování]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Tipy]]></category>

		<guid isPermaLink="false">http://jiri.kratochvil.eu/?p=342</guid>
		<description><![CDATA[Yesterday I had a chat with my colleague. We talked about how the Maven Jetty plug-ins enable SSL. In my last article I described how to enable SSL in Tomcat, so now let&#8217;s see how to achieve the same result in the Jetty plugin. It is a few simple steps. At first we have to [...]]]></description>
		<wfw:commentRss>http://jiri.kratochvil.eu/ssl-in-jetty-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable HTTPS on Tomcat</title>
		<link>http://jiri.kratochvil.eu/https-on-tomcat/</link>
		<comments>http://jiri.kratochvil.eu/https-on-tomcat/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 09:12:41 +0000</pubDate>
		<dc:creator>Jiří Kratochvíl</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Návody]]></category>
		<category><![CDATA[Programování]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://jiri.kratochvil.eu/?p=332</guid>
		<description><![CDATA[In this article I would like to describe how to enable SSL support in Tomcat. Basically it is a few steps, but there will be recorded for cases when some of my colleague asked me The first step is creating a server certificate. It is possible to create in two different ways. Either you can [...]]]></description>
		<wfw:commentRss>http://jiri.kratochvil.eu/https-on-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with Java Server Faces on JDK 1.6</title>
		<link>http://jiri.kratochvil.eu/problem-with-java-server-faces-on-jdk-1-6/</link>
		<comments>http://jiri.kratochvil.eu/problem-with-java-server-faces-on-jdk-1-6/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 08:34:36 +0000</pubDate>
		<dc:creator>Jiří Kratochvíl</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Návody]]></category>
		<category><![CDATA[Programování]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Tipy]]></category>

		<guid isPermaLink="false">http://jiri.kratochvil.eu/?p=325</guid>
		<description><![CDATA[On my new project, I had a problem with the web application deployment, which consisted of the classic combination of Java Server Faces, Spring Framework, iBatis. I guess it was because I asked Google&#8217;s bad, but I spent it, how to solve this problem, some time, so they deserve an entry in my blog. So [...]]]></description>
		<wfw:commentRss>http://jiri.kratochvil.eu/problem-with-java-server-faces-on-jdk-1-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JAX-WS a SOAP Attachments</title>
		<link>http://jiri.kratochvil.eu/jax-ws-a-soap-attachments/</link>
		<comments>http://jiri.kratochvil.eu/jax-ws-a-soap-attachments/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 06:08:16 +0000</pubDate>
		<dc:creator>Jiří Kratochvíl</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Návody]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JAX-WS]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[MTOM]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOAP-Attachment]]></category>
		<category><![CDATA[Tipy]]></category>
		<category><![CDATA[Weblogic]]></category>
		<category><![CDATA[WS]]></category>

		<guid isPermaLink="false">http://jiri.kratochvil.eu/?p=253</guid>
		<description><![CDATA[Pokud potřebujete poslat přes webovou službu trochu víc dat, než je pár detailů o klientovi, je dobré tyto data posílat jako SOAP attachment a ne přímo v nějakém tagu samotné zprávy. A přesně to, jsem se snažil řešit na projektu. Používáme JAX-WS a aplikace běží to na Weblogicu Server. Weblogic je znamý tím, že si [...]]]></description>
		<wfw:commentRss>http://jiri.kratochvil.eu/jax-ws-a-soap-attachments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Řízení vývoje – Metodika Scrum</title>
		<link>http://jiri.kratochvil.eu/rizeni-vyvoje-metodika-scrum/</link>
		<comments>http://jiri.kratochvil.eu/rizeni-vyvoje-metodika-scrum/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 02:28:00 +0000</pubDate>
		<dc:creator>Jiří Kratochvíl</dc:creator>
				<category><![CDATA[Návody]]></category>
		<category><![CDATA[Programování]]></category>
		<category><![CDATA[Agilní programování]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Metodiky]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Tipy]]></category>

		<guid isPermaLink="false">http://jiri.kratochvil.eu/?p=245</guid>
		<description><![CDATA[Před nedávnem jsme na projektu zavedli metodiku Scrum. Jedná se o metodiku, která se řadí mezi agilní metodiky pro řízení vývoje. Zájímavé na této metodice je to, že částečně eliminuje roli projektového managera a zodpovědnost za dodávku nechává v rukou samotných vývojářů. Na první pohled může to, co jsem uvedl znít &#8222;divoce&#8220;, ale už za [...]]]></description>
		<wfw:commentRss>http://jiri.kratochvil.eu/rizeni-vyvoje-metodika-scrum/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Instalace Oracle XE na 64 bitovém linuxu</title>
		<link>http://jiri.kratochvil.eu/instalace-oracle-xe-na-64-bitovem-linuxu/</link>
		<comments>http://jiri.kratochvil.eu/instalace-oracle-xe-na-64-bitovem-linuxu/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 22:36:24 +0000</pubDate>
		<dc:creator>Jiří Kratochvíl</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Návody]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://jiri.kratochvil.eu/?p=229</guid>
		<description><![CDATA[Když jsem instaloval na svojí pracovní stanici operační systém, rozhodoval jsem se mezi tím, zda nainstalovat 32-bitové jádro nebo 64-bitové. Nakonec padlo rozhodnutí pro 64-bitové jádro, protože jsem si říkal, že budu mít systém na špici technologického vývoje, nebudu se dlouhou dobu muset starat o nějaké zásadní upgrady atd. Jak já se spletl! 64-bitové jádra [...]]]></description>
		<wfw:commentRss>http://jiri.kratochvil.eu/instalace-oracle-xe-na-64-bitovem-linuxu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JNDI kontext bez aplikačního serveru?</title>
		<link>http://jiri.kratochvil.eu/jndi-kontext-bez-aplikacniho-serveru/</link>
		<comments>http://jiri.kratochvil.eu/jndi-kontext-bez-aplikacniho-serveru/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 00:31:19 +0000</pubDate>
		<dc:creator>Jiří Kratochvíl</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Návody]]></category>
		<category><![CDATA[Programování]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tipy]]></category>

		<guid isPermaLink="false">http://jiri.kratochvil.eu/?p=195</guid>
		<description><![CDATA[V praxi jsem se setkal se situaci, kdy potřebuji spouštět unit testy mimo aplikační server. Na tom není nic zvláštního, dělá to každý. Pro testy si vytvořím vlastní konfigurace, které JNDI nepotřebují a je to. Jenže to by nebylo dostatečně zajímavé a hlavně je nutné udržovat dvě konfigurace, což je při vrozené lenosti programátora prostor [...]]]></description>
		<wfw:commentRss>http://jiri.kratochvil.eu/jndi-kontext-bez-aplikacniho-serveru/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

