<?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>Patterns &#187; java</title>
	<atom:link href="http://kb.huptas.net/category/development/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://kb.huptas.net</link>
	<description>Technical patchwork to ease my brain</description>
	<lastBuildDate>Sat, 08 Aug 2009 23:10:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mapping Java Thread ID to the hex id of a stacktrace</title>
		<link>http://kb.huptas.net/2009/03/29/mapping-java-thread-id-to-the-hex-id-of-a-stacktrace/</link>
		<comments>http://kb.huptas.net/2009/03/29/mapping-java-thread-id-to-the-hex-id-of-a-stacktrace/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 00:07:48 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=179</guid>
		<description><![CDATA[So you generated a stacktrace and also identified the thread which is causing you so much pain but don&#8217;t know how to map one to the other? Do it like this: Find the PID of the java process: host:/service/activemq/log/main# ps -ef&#124;grep activemq activemq 24380 20411  0 Mar25 ?        00:02:56 /usr/bin/java -Xmx512M -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Dcom.sun.management.jmxremote -Dactivemq.classpath=/usr/local/activemq/conf; -Dactivemq.home=/usr/local/activemq [...]]]></description>
		<wfw:commentRss>http://kb.huptas.net/2009/03/29/mapping-java-thread-id-to-the-hex-id-of-a-stacktrace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to start with Java?</title>
		<link>http://kb.huptas.net/2006/08/08/where-to-start-with-java/</link>
		<comments>http://kb.huptas.net/2006/08/08/where-to-start-with-java/#comments</comments>
		<pubDate>Tue, 08 Aug 2006 20:57:19 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=109</guid>
		<description><![CDATA[http://www.cs.indiana.edu/classes/a201-dger/ Thinking in Java (3rd Edition): http://www.mindview.net/Books/TIJ/ Short introduction to Java: http://www.cs.indiana.edu/classes/a348-dger/fall2002/notes/Eight.html Sun intro to Java servlets: http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.html]]></description>
		<wfw:commentRss>http://kb.huptas.net/2006/08/08/where-to-start-with-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ant ssh tasks</title>
		<link>http://kb.huptas.net/2006/02/23/ant-ssh-tasks/</link>
		<comments>http://kb.huptas.net/2006/02/23/ant-ssh-tasks/#comments</comments>
		<pubDate>Thu, 23 Feb 2006 10:30:14 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=95</guid>
		<description><![CDATA[http://ant.apache.org/manual/install.html http://www.jcraft.com/jsch/index.html]]></description>
		<wfw:commentRss>http://kb.huptas.net/2006/02/23/ant-ssh-tasks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proxy authentication settings for JRE</title>
		<link>http://kb.huptas.net/2006/02/22/proxy-authentication-settings-for-jre/</link>
		<comments>http://kb.huptas.net/2006/02/22/proxy-authentication-settings-for-jre/#comments</comments>
		<pubDate>Wed, 22 Feb 2006 21:04:53 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=94</guid>
		<description><![CDATA[proxies.html proxie_config.html C:\Program Files\Java\jre1.5.0_06\lib\net.properties java.net.useSystemProxies=true http.proxyHost=10.10.80.10 http.proxyPort=3128 http.nonProxyHosts=localhost&#124;127.0.0.1 http.auth.ntlm.domain=ADOMAIN]]></description>
		<wfw:commentRss>http://kb.huptas.net/2006/02/22/proxy-authentication-settings-for-jre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
