<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Joey Javas</title>
	<atom:link href="http://joeyjavas.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://joeyjavas.wordpress.com</link>
	<description>... And You Can Too</description>
	<lastBuildDate>Wed, 25 Aug 2010 04:03:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='joeyjavas.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Joey Javas</title>
		<link>http://joeyjavas.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://joeyjavas.wordpress.com/osd.xml" title="Joey Javas" />
	<atom:link rel='hub' href='http://joeyjavas.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Java Constructor Rules</title>
		<link>http://joeyjavas.wordpress.com/2010/05/21/java-constructor-rules/</link>
		<comments>http://joeyjavas.wordpress.com/2010/05/21/java-constructor-rules/#comments</comments>
		<pubDate>Fri, 21 May 2010 16:59:12 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://joeyjavas.com/?p=552</guid>
		<description><![CDATA[The following rules must be adhered to when creating Java constructors: 1) The name of the constructor must be the same as the class name for which the constructor is being defined. 2) The constructor must not define a return type. 3) If a constructor is not defined for a class, the compiler creates a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=552&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following rules must be adhered to when creating Java constructors:</p>
<p>1) The name of the constructor must be the same as the class name for which the constructor is being defined.<br />
2) The constructor must not define a return type.<br />
3) If a constructor is not defined for a class, the compiler creates a default constructor. This default constructor contains no arguments.<br />
4) If a constructor is defined for class, the compiler does not create a default constructor.<br />
5) Overloaded constructors may be created but there cannot be two constructors in the same class with the same argument list.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavas.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavas.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavas.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavas.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavas.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavas.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavas.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavas.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavas.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavas.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavas.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavas.wordpress.com/552/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavas.wordpress.com/552/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavas.wordpress.com/552/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=552&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavas.wordpress.com/2010/05/21/java-constructor-rules/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>
	</item>
		<item>
		<title>Add Additional Parameters to an ExtJS Tree Node Click</title>
		<link>http://joeyjavas.wordpress.com/2010/05/20/add-additional-parameters-to-an-extjs-tree-node-click/</link>
		<comments>http://joeyjavas.wordpress.com/2010/05/20/add-additional-parameters-to-an-extjs-tree-node-click/#comments</comments>
		<pubDate>Thu, 20 May 2010 16:46:50 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://joeyjavas.com/?p=543</guid>
		<description><![CDATA[I recently encountered a situation in which I needed to send additional, dynamic parameters to a URL when an ExtJS tree node was clicked. After some trial and error, I discovered that I needed to add a TreeLoader object to my tree. (I was previously trying to use the dataUrl property of the tree itself.) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=543&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently encountered a situation in which I needed to send additional, dynamic parameters to a URL when an ExtJS tree node was clicked. After some trial and error, I discovered that I needed to add a TreeLoader object to my tree. (I was previously trying to use the dataUrl property of the tree itself.)</p>
<p>I had some parameters that were the same for each node. These I defined in the TreeLoader&#8217;s baseParams config. </p>
<p>The dynamic parameters I had to handle differently, since I wouldn&#8217;t know what they were until the tree node was actually clicked. To capture this click event, I defined the &#8220;beforenodeclick&#8221; event of the TreeLoader. Then, within this event, I retrieved individual attributes that had been defined for the node (in my case via a JSON packet) and added these to the TreeLoader&#8217;s baseParam config.</p>
<p>Example:</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/tree_loader.png"><img src="http://joeyjavas.files.wordpress.com/2010/05/tree_loader.png?w=450&#038;h=334" alt="" title="tree_loader" width="450" height="334" class="aligncenter size-full wp-image-544" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavas.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavas.wordpress.com/543/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavas.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavas.wordpress.com/543/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavas.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavas.wordpress.com/543/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavas.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavas.wordpress.com/543/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavas.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavas.wordpress.com/543/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavas.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavas.wordpress.com/543/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavas.wordpress.com/543/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavas.wordpress.com/543/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=543&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavas.wordpress.com/2010/05/20/add-additional-parameters-to-an-extjs-tree-node-click/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/tree_loader.png" medium="image">
			<media:title type="html">tree_loader</media:title>
		</media:content>
	</item>
		<item>
		<title>What is a Java Constructor?</title>
		<link>http://joeyjavas.wordpress.com/2010/05/18/what-is-a-java-constructor/</link>
		<comments>http://joeyjavas.wordpress.com/2010/05/18/what-is-a-java-constructor/#comments</comments>
		<pubDate>Tue, 18 May 2010 17:00:03 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://joeyjavas.com/?p=555</guid>
		<description><![CDATA[In Java, a constructor defines the code that is run when a new object is created. To create a constructor, define a block of code with the same name as the class. For example, the following defines the construtor for a class called &#8220;Painting&#8221;. To invoke a constructor, use the &#8220;new&#8221; keyword, followed by the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=555&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In Java, a constructor defines the code that is run when a new object is created. </p>
<p>To create a constructor, define a block of code with the same name as the class. For example, the following defines the construtor for a class called &#8220;Painting&#8221;.</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/java_constructor.png"><img src="http://joeyjavas.files.wordpress.com/2010/05/java_constructor.png?w=450" alt="" title="java_constructor"   class="aligncenter size-full wp-image-557" /></a></p>
<p>To invoke a constructor, use the &#8220;new&#8221; keyword, followed by the name of the class.</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/invoke_constructor.png"><img src="http://joeyjavas.files.wordpress.com/2010/05/invoke_constructor.png?w=450" alt="" title="invoke_constructor"   class="aligncenter size-full wp-image-556" /></a></p>
<p>When creating a Java constructor, remember the <a href="http://joeyjavas.com/2010/05/21/java-constructor-rules/">Java Constructor Rules</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavas.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavas.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavas.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavas.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavas.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavas.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavas.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavas.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavas.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavas.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavas.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavas.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavas.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavas.wordpress.com/555/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=555&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavas.wordpress.com/2010/05/18/what-is-a-java-constructor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/java_constructor.png" medium="image">
			<media:title type="html">java_constructor</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/invoke_constructor.png" medium="image">
			<media:title type="html">invoke_constructor</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Get the Web Application Root in a JSP</title>
		<link>http://joeyjavas.wordpress.com/2010/05/16/how-to-get-the-web-application-root-in-a-jsp/</link>
		<comments>http://joeyjavas.wordpress.com/2010/05/16/how-to-get-the-web-application-root-in-a-jsp/#comments</comments>
		<pubDate>Sun, 16 May 2010 10:26:40 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JSP]]></category>

		<guid isPermaLink="false">http://joeyjavas.com/?p=537</guid>
		<description><![CDATA[To get the web application root in a Java Server Page (JSP), use the getRealPath method of the application class, as demonstrated in the example below:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=537&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To get the web application root in a Java Server Page (JSP), use the getRealPath method of the application class, as demonstrated in the example below:</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/application_get_real_path.png"><img class="aligncenter size-full wp-image-538" title="application_get_real_path" src="http://joeyjavas.files.wordpress.com/2010/05/application_get_real_path.png?w=450" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavas.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavas.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavas.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavas.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavas.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavas.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavas.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavas.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavas.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavas.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavas.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavas.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavas.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavas.wordpress.com/537/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=537&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavas.wordpress.com/2010/05/16/how-to-get-the-web-application-root-in-a-jsp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/application_get_real_path.png" medium="image">
			<media:title type="html">application_get_real_path</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Install jQuery</title>
		<link>http://joeyjavas.wordpress.com/2010/05/15/how-to-install-jquery/</link>
		<comments>http://joeyjavas.wordpress.com/2010/05/15/how-to-install-jquery/#comments</comments>
		<pubDate>Sat, 15 May 2010 22:06:56 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://joeyjavas.com/?p=529</guid>
		<description><![CDATA[Go to http://docs.jquery.com/Downloading_jQuery Scroll down to the &#8220;Current Version&#8221; section. Right-click on &#8220;Uncompressed&#8221; and select &#8220;Save Link As&#8230;&#8221; Save the file to your local web root (somewhere like C:\wwwroot\js\) Now that the file is downloaded, jQuery is ready to be included in your website. Include it with the standard script tag, then check for the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=529&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Go to <a href="http://docs.jquery.com/Downloading_jQuery" target="_blank">http://docs.jquery.com/Downloading_jQuery</a></p>
<p>Scroll down to the &#8220;Current Version&#8221; section.</p>
<p>Right-click on &#8220;Uncompressed&#8221; and select &#8220;Save Link As&#8230;&#8221;</p>
<p>Save the file to your local web root (somewhere like C:\wwwroot\js\)</p>
<p>Now that the file is downloaded, jQuery is ready to be included in your website. Include it with the standard script tag, then check for the existence of jQuery, as shown in the example below:</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/check_for_jquery.png"><img class="aligncenter size-full wp-image-530" title="check_for_jquery" src="http://joeyjavas.files.wordpress.com/2010/05/check_for_jquery.png?w=450" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavas.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavas.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavas.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavas.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavas.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavas.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavas.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavas.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavas.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavas.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavas.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavas.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavas.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavas.wordpress.com/529/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=529&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavas.wordpress.com/2010/05/15/how-to-install-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/check_for_jquery.png" medium="image">
			<media:title type="html">check_for_jquery</media:title>
		</media:content>
	</item>
		<item>
		<title>ExtJS Expand Tree Node Listener</title>
		<link>http://joeyjavas.wordpress.com/2010/05/13/extjs-expand-tree-node-listener/</link>
		<comments>http://joeyjavas.wordpress.com/2010/05/13/extjs-expand-tree-node-listener/#comments</comments>
		<pubDate>Fri, 14 May 2010 03:22:38 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[ExtJS]]></category>

		<guid isPermaLink="false">http://joeyjavas.com/?p=524</guid>
		<description><![CDATA[The listener for expanding a node in ExtJS is &#8220;expandnode&#8221;. This can be added to the &#8220;listeners&#8221; config of an ExtJS tree. Any code added to the expandnode section will run whenever a node is expanded in the tree. See example below.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=524&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The listener for expanding a node in ExtJS is &#8220;expandnode&#8221;. This can be added to the &#8220;listeners&#8221; config of an ExtJS tree. Any code added to the expandnode section will run whenever a node is expanded in the tree. See example below.</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/expand_listener.png"><img class="aligncenter size-full wp-image-526" title="expand_listener" src="http://joeyjavas.files.wordpress.com/2010/05/expand_listener.png?w=450" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavas.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavas.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavas.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavas.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavas.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavas.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavas.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavas.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavas.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavas.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavas.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavas.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavas.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavas.wordpress.com/524/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=524&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavas.wordpress.com/2010/05/13/extjs-expand-tree-node-listener/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/expand_listener.png" medium="image">
			<media:title type="html">expand_listener</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Show and Hide an ExtJS Tree Node</title>
		<link>http://joeyjavas.wordpress.com/2010/05/11/how-to-show-and-hide-an-extjs-tree-node/</link>
		<comments>http://joeyjavas.wordpress.com/2010/05/11/how-to-show-and-hide-an-extjs-tree-node/#comments</comments>
		<pubDate>Wed, 12 May 2010 04:15:27 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[ExtJS]]></category>

		<guid isPermaLink="false">http://joeyjavas.com/?p=519</guid>
		<description><![CDATA[Reference the example below for the syntax to show and hide an ExtJS tree node: Note that &#8220;tree&#8221; is a variable reference to an ExtJS tree and &#8220;nodeID&#8221; is a node within that tree.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=519&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Reference the example below for the syntax to show and hide an ExtJS tree node:</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/show_hide_tree_node.png"><img class="aligncenter size-full wp-image-520" title="show_hide_tree_node" src="http://joeyjavas.files.wordpress.com/2010/05/show_hide_tree_node.png?w=450" alt=""   /></a>Note that &#8220;tree&#8221; is a variable reference to an ExtJS tree and &#8220;nodeID&#8221; is a node within that tree.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavas.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavas.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavas.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavas.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavas.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavas.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavas.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavas.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavas.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavas.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavas.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavas.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavas.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavas.wordpress.com/519/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=519&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavas.wordpress.com/2010/05/11/how-to-show-and-hide-an-extjs-tree-node/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/show_hide_tree_node.png" medium="image">
			<media:title type="html">show_hide_tree_node</media:title>
		</media:content>
	</item>
		<item>
		<title>JSP Model View Controller</title>
		<link>http://joeyjavas.wordpress.com/2010/05/10/jsp-model-view-controller/</link>
		<comments>http://joeyjavas.wordpress.com/2010/05/10/jsp-model-view-controller/#comments</comments>
		<pubDate>Tue, 11 May 2010 05:48:31 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://joeyjavas.com/?p=516</guid>
		<description><![CDATA[The model-view-controller (MVC) is a software architecture design pattern. It aims to separate application logic from input and presentation.  The MVC design pattern can be used when writing JSPs. The model is the Java classes. This is where the application data lives and where application operations take place. Through the Java classes, the view receives [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=516&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller">model-view-controller (MVC)</a> is a software architecture design pattern. It aims to separate application logic from input and presentation.  The MVC design pattern can be used when writing JSPs.</p>
<p>The <strong>model </strong>is the Java classes. This is where the application data lives and where application operations take place. Through the Java classes, the view receives input for presentation.</p>
<p>The <strong>view </strong>is the JSP pages. The JSP pages are used to create the interface through which the data in the model is presented.</p>
<p>The <strong>controller </strong>is the Java servlets. The servlets manipulate the model. They pass input data back to the model &#8211; the Java classes.</p>
<p>The MVC relationship is summarized in the diagram below:</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/mvc-process.png"><img class="aligncenter size-full wp-image-517" title="MVC-Process" src="http://joeyjavas.files.wordpress.com/2010/05/mvc-process.png?w=450" alt=""   /></a>Source: <a href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller" target="_blank">http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavas.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavas.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavas.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavas.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavas.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavas.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavas.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavas.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavas.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavas.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavas.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavas.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavas.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavas.wordpress.com/516/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=516&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavas.wordpress.com/2010/05/10/jsp-model-view-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/mvc-process.png" medium="image">
			<media:title type="html">MVC-Process</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Create a JSP File in Eclipse</title>
		<link>http://joeyjavas.wordpress.com/2010/05/07/how-to-create-a-jsp-file-in-eclipse/</link>
		<comments>http://joeyjavas.wordpress.com/2010/05/07/how-to-create-a-jsp-file-in-eclipse/#comments</comments>
		<pubDate>Fri, 07 May 2010 15:06:02 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://joeyjavas.com/?p=505</guid>
		<description><![CDATA[To create a JSP file in Eclipse, follow the steps below. In your Java project, right-click on the folder in which you wish to create the JSP file. Select &#8220;New&#8221; -&#62; &#8220;File&#8221; In the resulting popup dialog, input a name for the file and click &#8220;Finish&#8221;: Next, put some JSP code in the file. For [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=505&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To create a JSP file in Eclipse, follow the steps below.</p>
<p>In your Java project, right-click on the folder in which you wish to create the JSP file. Select &#8220;New&#8221; -&gt; &#8220;File&#8221;</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/new_file.png"><img class="aligncenter size-full wp-image-506" title="new_file" src="http://joeyjavas.files.wordpress.com/2010/05/new_file.png?w=450&#038;h=266" alt="" width="450" height="266" /></a></p>
<p>In the resulting popup dialog, input a name for the file and click &#8220;Finish&#8221;:</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/file_name.png"><img class="aligncenter size-full wp-image-507" title="file_name" src="http://joeyjavas.files.wordpress.com/2010/05/file_name.png?w=450&#038;h=507" alt="" width="450" height="507" /></a></p>
<p>Next, put some JSP code in the file. For example:</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/create_jsp.png"><img class="aligncenter size-full wp-image-508" title="create_jsp" src="http://joeyjavas.files.wordpress.com/2010/05/create_jsp.png?w=450" alt=""   /></a></p>
<p>You should then be able to browse to the JSP file, within your application. In my case, the file exists at http://127.0.0.1:8080/website/myfile.jsp and the result is:</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/jsp_output.png"><img class="aligncenter size-full wp-image-509" title="jsp_output" src="http://joeyjavas.files.wordpress.com/2010/05/jsp_output.png?w=450" alt=""   /></a></p>
<p><!--Session data--></p>
<div id="leoHighlights_iframe_modal_div_container" style="border:1px solid black;position:absolute;visibility:hidden;display:none;width:394px;height:40px;z-index:32768;background-color:white;">
<div id="leo_iFrame_closebar" style="position:absolute;top:0;left:0;width:394px;height:40px;z-index:32768;background-image:url('//shim/content/highlightsFilter-1/header.gif');"><a href="leoHighlightsIFrameClose();"></a></div>
</div>
<p><!--Session data--></p>
<div id="leoHighlights_iframe_modal_div_container" style="border:1px solid black;position:absolute;visibility:hidden;display:none;width:394px;height:40px;z-index:32768;background-color:white;">
<div id="leo_iFrame_closebar" style="position:absolute;top:0;left:0;width:394px;height:40px;z-index:32768;background-image:url('//shim/content/highlightsFilter-1/header.gif');"><a href="leoHighlightsIFrameClose();"></a></p>
</div>
</div>
<p><span id="leoHighlights_iframe_modal_span_container"></p>
<div id="leoHighlights_iframe_modal_div_container" style="border:1px solid black;position:absolute;visibility:hidden;display:none;width:394px;height:40px;z-index:32768;background-color:white;">
<div id="leo_iFrame_closebar" style="position:absolute;top:0;left:0;width:394px;height:40px;z-index:32768;background-image:url('//shim/content/highlightsFilter-1/header.gif');"><a href="leoHighlightsIFrameClose();"></p>
<div id="leo_iFrame_close" style="position:absolute;top:10px;left:360px;width:20px;height:20px;"></div>
<p></a></div>
</div>
<p>// </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavas.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavas.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavas.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavas.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavas.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavas.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavas.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavas.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavas.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavas.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavas.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavas.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavas.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavas.wordpress.com/505/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=505&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavas.wordpress.com/2010/05/07/how-to-create-a-jsp-file-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/new_file.png" medium="image">
			<media:title type="html">new_file</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/file_name.png" medium="image">
			<media:title type="html">file_name</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/create_jsp.png" medium="image">
			<media:title type="html">create_jsp</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/jsp_output.png" medium="image">
			<media:title type="html">jsp_output</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Get a Date With Java</title>
		<link>http://joeyjavas.wordpress.com/2010/05/06/how-to-get-a-date-with-java/</link>
		<comments>http://joeyjavas.wordpress.com/2010/05/06/how-to-get-a-date-with-java/#comments</comments>
		<pubDate>Fri, 07 May 2010 07:43:07 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://joeyjavas.com/?p=500</guid>
		<description><![CDATA[How do you get a date with Java? No, not that kind of date (you were too going to ask). We&#8217;re talking about a date date, of the calendar variety. First, import the Java.util.Date class: Then, simply create a date object: The result is:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=500&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How do you get a date with Java? No, not that kind of date (you were too going to ask). We&#8217;re talking about a date date, of the calendar variety. First, import the Java.util.Date class:</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/java_import_date.png"><img class="aligncenter size-full wp-image-501" title="java_import_date" src="http://joeyjavas.files.wordpress.com/2010/05/java_import_date.png?w=450" alt=""   /></a>Then, simply create a date object:</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/java_date.png"><img class="aligncenter size-full wp-image-502" title="java_date" src="http://joeyjavas.files.wordpress.com/2010/05/java_date.png?w=450" alt=""   /></a>The result is:</p>
<p><a href="http://joeyjavas.files.wordpress.com/2010/05/java_date_result.png"><img class="aligncenter size-full wp-image-503" title="java_date_result" src="http://joeyjavas.files.wordpress.com/2010/05/java_date_result.png?w=450" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeyjavas.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeyjavas.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeyjavas.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeyjavas.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeyjavas.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeyjavas.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeyjavas.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeyjavas.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeyjavas.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeyjavas.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeyjavas.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeyjavas.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeyjavas.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeyjavas.wordpress.com/500/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeyjavas.wordpress.com&amp;blog=12283673&amp;post=500&amp;subd=joeyjavas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeyjavas.wordpress.com/2010/05/06/how-to-get-a-date-with-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de25a0a957ccd997c68d58d7a6fbd5fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dumars4</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/java_import_date.png" medium="image">
			<media:title type="html">java_import_date</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/java_date.png" medium="image">
			<media:title type="html">java_date</media:title>
		</media:content>

		<media:content url="http://joeyjavas.files.wordpress.com/2010/05/java_date_result.png" medium="image">
			<media:title type="html">java_date_result</media:title>
		</media:content>
	</item>
	</channel>
</rss>
