<?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>h3x.no &#187; Java</title>
	<atom:link href="http://h3x.no/category/development/java/feed" rel="self" type="application/rss+xml" />
	<link>http://h3x.no</link>
	<description>Tor Henning Ueland`s thoughts about technology and other stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 21:20:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Locate hidden files on a given path</title>
		<link>http://h3x.no/2009/11/08/locate-hidden-files-on-a-given-path</link>
		<comments>http://h3x.no/2009/11/08/locate-hidden-files-on-a-given-path#comments</comments>
		<pubDate>Sun, 08 Nov 2009 00:53:45 +0000</pubDate>
		<dc:creator>Tor Henning Ueland</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[hiddenfinder]]></category>

		<guid isPermaLink="false">http://www.h3x.no/?p=116</guid>
		<description><![CDATA[I have created a simple java command line tool that prints out all hidden files/folders in a given directory. If you need it, you can find it here: http://h3x.no/apps/hiddenFinder/hiddenFinder_v1.zip]]></description>
			<content:encoded><![CDATA[<p>I have created a simple java command line tool that prints out all hidden files/folders in a given directory. If you need it, you can find it here: <a href="http://h3x.no/apps/hiddenFinder/hiddenFinder_v1.zip">http://h3x.no/apps/hiddenFinder/hiddenFinder_v1.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://h3x.no/2009/11/08/locate-hidden-files-on-a-given-path/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hint: &#8220;org.apache.jasper.JasperException: java.lang.NumberFormatException&#8221;</title>
		<link>http://h3x.no/2009/05/13/hint-orgapachejasperjasperexception-javalangnumberformatexception</link>
		<comments>http://h3x.no/2009/05/13/hint-orgapachejasperjasperexception-javalangnumberformatexception#comments</comments>
		<pubDate>Tue, 12 May 2009 23:10:55 +0000</pubDate>
		<dc:creator>Tor Henning Ueland</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ejbql]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[jasperexception]]></category>
		<category><![CDATA[numberformatexception]]></category>
		<category><![CDATA[query]]></category>

		<guid isPermaLink="false">http://www.h3x.no/?p=50</guid>
		<description><![CDATA[Getting the exception &#8220;org.apache.jasper.JasperException: java.lang.NumberFormatException&#8221; when developing a JavaEE-app? If you are basing yourself on data from a query, make shure that you are doing a SELECT against the table name and NOT the individual fields!]]></description>
			<content:encoded><![CDATA[<p>Getting the exception &#8220;org.apache.jasper.JasperException: java.lang.NumberFormatException&#8221; when developing a JavaEE-app?</p>
<p>If you are basing yourself on data from a query, make shure that you are doing a SELECT against the table name and NOT the individual fields!</p>
]]></content:encoded>
			<wfw:commentRss>http://h3x.no/2009/05/13/hint-orgapachejasperjasperexception-javalangnumberformatexception/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
