<?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>Learn from my Java experiences</title>
	<atom:link href="http://simisjavatips.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://simisjavatips.wordpress.com</link>
	<description>...helping folks one java experience at a time</description>
	<lastBuildDate>Fri, 13 Nov 2009 17:41:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='simisjavatips.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Learn from my Java experiences</title>
		<link>http://simisjavatips.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://simisjavatips.wordpress.com/osd.xml" title="Learn from my Java experiences" />
	<atom:link rel='hub' href='http://simisjavatips.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How do I set up Tomcat on my mac for deploying apps on my local machine?</title>
		<link>http://simisjavatips.wordpress.com/2009/11/13/how-do-i-set-up-tomcat-on-my-mac-for-deploying-apps-on-my-local-machine/</link>
		<comments>http://simisjavatips.wordpress.com/2009/11/13/how-do-i-set-up-tomcat-on-my-mac-for-deploying-apps-on-my-local-machine/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 17:41:58 +0000</pubDate>
		<dc:creator>Simi</dc:creator>
				<category><![CDATA[Environment]]></category>
		<category><![CDATA[Set Up]]></category>
		<category><![CDATA[deploying]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://simisjavatips.wordpress.com/?p=62</guid>
		<description><![CDATA[1. Dowload the tar.gz package. 2. Copy the tar.gz package to /usr/local folder 3. Unzip the tar.gz package &#62;&#62; tar -xzf 4. Create a symbolic link to the tomcat package for simplified upgrades &#62;&#62; sudo ln -s /usr/local/ /usr/local/tomcat 5. Change the ownership of the folders to nobody to make for restrictive running of tomcat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simisjavatips.wordpress.com&amp;blog=9833415&amp;post=62&amp;subd=simisjavatips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Dowload the tar.gz package.<br />
2. Copy the tar.gz package to /usr/local folder<br />
3. Unzip the tar.gz package<br />
<code>&gt;&gt; tar -xzf</code><br />
4. Create a symbolic link to the tomcat package for simplified upgrades<br />
<code>&gt;&gt; sudo ln -s /usr/local/ /usr/local/tomcat</code><br />
5. Change the ownership of the folders to nobody to make for restrictive running of tomcat<br />
<code>&gt;&gt; chown -R nobody:nobody /usr/local/tomcat</code><br />
6. Create scripts to start and stop tomcat (my preference is in ~/bin)<br />
a. start_tomcat<br />
<code>#! bin/sh<br />
export $CATALINA_HOME= /usr/local/tomcat<br />
export $JAVA_HOME= /usr/java<br />
$CATALINA_HOME/bin/startup.sh<br />
</code><br />
b. stop_tomcat<br />
<code>#! bin/sh<br />
export $CATALINA_HOME= /usr/local/tomcat<br />
export $JAVA_HOME= /usr/java<br />
$CATALINA_HOME/bin/shutdown.sh<br />
</code></p>
<p><strong>Note:</strong><br />
a. The $JAVA_HOME line assumes you are using default OS Java package.<br />
b. To use a different version of Java than the default look at the versions in the<br />
/System/Library/Frameworks/JavaVM.framework/Versions/ folder and set the $JAVA_HOME<br />
variable to the appropriate version<br />
c. I highly recommend using the scripts you create to startup and shutdown tomcat because<br />
I have notices that the $JAVA_HOME variables can be set very weirdly if it is done on<br />
the command line if it is not.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simisjavatips.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simisjavatips.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simisjavatips.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simisjavatips.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simisjavatips.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simisjavatips.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simisjavatips.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simisjavatips.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simisjavatips.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simisjavatips.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simisjavatips.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simisjavatips.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simisjavatips.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simisjavatips.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simisjavatips.wordpress.com&amp;blog=9833415&amp;post=62&amp;subd=simisjavatips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simisjavatips.wordpress.com/2009/11/13/how-do-i-set-up-tomcat-on-my-mac-for-deploying-apps-on-my-local-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/41d1ae31e13cffa71aa3232d178836a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simi</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I create a build.xml file?</title>
		<link>http://simisjavatips.wordpress.com/2009/10/21/how-do-i-create-a-build-xml-file/</link>
		<comments>http://simisjavatips.wordpress.com/2009/10/21/how-do-i-create-a-build-xml-file/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 20:35:37 +0000</pubDate>
		<dc:creator>Simi</dc:creator>
				<category><![CDATA[Building]]></category>
		<category><![CDATA[Introduction]]></category>
		<category><![CDATA[Ant]]></category>
		<category><![CDATA[build.xml]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[intro]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://simisjavatips.wordpress.com/?p=25</guid>
		<description><![CDATA[Okay so you have a project and you are ready to create a build.xml file that will help you consistently build the project in any IDE. The notes I am sharing here are from the points on in the Ant manual at http://ant.apache.org/manual so you can go to that manual in case you are looking [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simisjavatips.wordpress.com&amp;blog=9833415&amp;post=25&amp;subd=simisjavatips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Okay so you have a project and you are ready to create a build.xml file that will help you consistently build the project in any IDE.</p>
<p>The notes I am sharing here are from the points on in the Ant manual at <a href="http://ant.apache.org/manual">http://ant.apache.org/manual</a> so you can go to that manual in case you are looking to do something in your build.xml file that I do not talk about here.</p>
<p>The <strong>root element</strong> of the build file is <code>&lt;project&gt;</code>. You should give your project a name for documentation purposes.</p>
<p>A<strong> project has several <code>&lt;target&gt;</code></strong>s. A target is a set of steps to be done to that project. Example targets might be compiling the code, packaging the code into a &#8220;.war&#8221; file, running tests, etc.</p>
<p>Targets may have <strong>dependencies</strong> illustrated below:<br />
<code>&lt;target name="compile"&gt;...compile the code...&lt;/target&gt;<br />
&lt;target name="war" depends="compile"&gt;...make the war file...&lt;/target&gt;</code><br />
When the build is done for a target that has dependencies, Ant does the dependency analysis for you.</p>
<p>Targets consists of a set of <strong>tasks or actions</strong> to be performed. Each task is represented tby an XML element. The <strong>list of tasks that comes with Ant</strong> can be found at <a href="http://ant.apache.org/manual/coretasklist.html">http://ant.apache.org/manual/coretasklist.html</a>. These can be extended with other tasks from other sources.</p>
<p>The list of <strong>tasks most commonly used</strong> would be: delete, copy, echo, javac, jar, and war.</p>
<p>Delving into the javac task at <a href="http://ant.apache.org/manual/CoreTasks/javac.html">http://ant.apache.org/manual/CoreTasks/javac.html</a>. We can see that the javac task compiles &#8220;.java&#8221; files into &#8220;.class&#8221; files.  A simple javac task might look like:<br />
<code>&lt;javac srcdir="src" destdir="dest" classpath="xyz.jar" source="1.6"/&gt;</code><br />
The task to perform is to compile everything in the directory &#8216;src&#8217; into class files in the directory &#8216;dest&#8217;, use the &#8216;xyz.jar&#8217; for the classpath, and compile them as Java 1.6 classes.  Note that compiling the code from the &#8216;src&#8217; to the &#8216;dest&#8217; directory keeps the directory file structure from source.</p>
<p>The first example at <a href="http://ant.apache.org/manual/CoreTasks/javac.html">http://ant.apache.org/manual/CoreTasks/javac.html</a> shows you a variant of the code above because the names of the directories are in &#8216;properties&#8217;, meaning they are actually defined elsewhere and only referenced by name in the task. You can tell because the of the <code>${}</code> around them; that&#8217;s substituting for the &#8216;src&#8217; and &#8216;build&#8217; properties defined elsewhere.</p>
<p>The sixth example at <a href="http://ant.apache.org/manual/CoreTasks/javac.html">http://ant.apache.org/manual/CoreTasks/javac.html</a> shows you the other important thing to know about ant which is that you can often define collections of resources outside of the task tag itself. In this example <code>&lt;src&gt;</code>, <code>&lt;include&gt;</code>, and <code>&lt;exclude&gt;</code> tags define the collections of the resources outside of the javac task tag.</p>
<p>Attached is a sample build.xml file for a project that I recently created:<br />
<code>&lt;?xml version="1.0"?&gt;<br />
&lt;project name="jcUtdJavaApi" default="jar" basedir="."&gt;<br />
&lt;description&gt;A frame work for accessing the UT Direct API in Java&lt;/description&gt;<br />
&lt;property name="src" location="src"/&gt;<br />
&lt;property name="test-src" location="test/src"/&gt;<br />
&lt;property name="build" location="build"/&gt;<br />
&lt;property name="dist" location="dist"/&gt;<br />
&lt;property name="lib" location="lib"/&gt;<br />
&lt;path id="build-classpath"&gt;<br />
&lt;fileset dir="${lib}"&gt;&lt;include name="**/*.jar"/&gt;&lt;/fileset&gt;<br />
&lt;/path&gt;<br />
&lt;target name="clean"&gt;<br />
&lt;delete includeemptydirs="true"&gt;<br />
&lt;fileset dir="${build}" includes="**/*"/&gt;<br />
&lt;fileset dir="${dist}" includes="**/*"/&gt;<br />
&lt;/delete&gt;<br />
&lt;/target&gt;<br />
&lt;target name="compile" depends="clean"&gt;<br />
&lt;mkdir dir="${build}/classes"/&gt;<br />
&lt;javac srcdir="${src}"<br />
destdir="${build}/classes"<br />
classpathref="build-classpath"<br />
source="1.5"<br />
target="1.5"<br />
debug="true"/&gt;<br />
&lt;copy todir="${build}/classes"&gt;<br />
&lt;fileset dir="${src}"&gt;<br />
&lt;exclude name="**/*.java"/&gt;<br />
&lt;/fileset&gt;<br />
&lt;/copy&gt;<br />
&lt;/target&gt;<br />
&lt;target name="jar" depends="compile"&gt;<br />
&lt;jar jarfile="dist/UTDirect.jar" basedir="${build}/classes" /&gt;<br />
&lt;/target&gt;<br />
&lt;/project&gt;</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simisjavatips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simisjavatips.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simisjavatips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simisjavatips.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simisjavatips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simisjavatips.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simisjavatips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simisjavatips.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simisjavatips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simisjavatips.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simisjavatips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simisjavatips.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simisjavatips.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simisjavatips.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simisjavatips.wordpress.com&amp;blog=9833415&amp;post=25&amp;subd=simisjavatips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simisjavatips.wordpress.com/2009/10/21/how-do-i-create-a-build-xml-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/41d1ae31e13cffa71aa3232d178836a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simi</media:title>
		</media:content>
	</item>
		<item>
		<title>Am I using the right jar file? (or a badly transformed zip)</title>
		<link>http://simisjavatips.wordpress.com/2009/10/14/am-i-using-the-right-jar-file-or-a-badly-transformed-zip/</link>
		<comments>http://simisjavatips.wordpress.com/2009/10/14/am-i-using-the-right-jar-file-or-a-badly-transformed-zip/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:50:33 +0000</pubDate>
		<dc:creator>Simi</dc:creator>
				<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://simisjavatips.wordpress.com/?p=17</guid>
		<description><![CDATA[So I found out some time ago that a jar file is the same as a zip file so I can change the extension and move on. That was great for then but somehow last week I thought that was what I needed to do to a java download that was zipped. I changed the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simisjavatips.wordpress.com&amp;blog=9833415&amp;post=17&amp;subd=simisjavatips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I found out some time ago that a jar file is the same as a zip file so I can change the extension and move on. That was great for then but somehow last week I thought that was what I needed to do to a java download that was zipped. I changed the extension and tried to use it in the lib directory for the project and that did not work.</p>
<p>How was I able to figure out that I changed the extension on the wrong thing? I listed the contents of the jar using the following command:<br />
<code>tar -tf  file.jar</code><br />
Only then did I notice that the structure of my jar was not correct, so I:</p>
<ol>
<li>converted the package back to a zip</li>
<li>unzipped the package</li>
<li>located the jar I was supposed to use</li>
</ol>
<p>And voila my application worked as expected. Now all I have to do is remember that next time.</p>
<p>Consider this debugging tip #2. Until next discovery toodles!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simisjavatips.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simisjavatips.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simisjavatips.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simisjavatips.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simisjavatips.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simisjavatips.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simisjavatips.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simisjavatips.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simisjavatips.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simisjavatips.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simisjavatips.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simisjavatips.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simisjavatips.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simisjavatips.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simisjavatips.wordpress.com&amp;blog=9833415&amp;post=17&amp;subd=simisjavatips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simisjavatips.wordpress.com/2009/10/14/am-i-using-the-right-jar-file-or-a-badly-transformed-zip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/41d1ae31e13cffa71aa3232d178836a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simi</media:title>
		</media:content>
	</item>
		<item>
		<title>This method returns what?</title>
		<link>http://simisjavatips.wordpress.com/2009/10/09/this-method-returns-what/</link>
		<comments>http://simisjavatips.wordpress.com/2009/10/09/this-method-returns-what/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 21:17:03 +0000</pubDate>
		<dc:creator>Simi</dc:creator>
				<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://simisjavatips.wordpress.com/?p=12</guid>
		<description><![CDATA[So I spent a long time today staring at code trying to figure out how a method that was stored as Y could be cast as X. Well, if I had payed attention, I would have seen that the method returned X so it could be cast as X. The problem was there was information [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simisjavatips.wordpress.com&amp;blog=9833415&amp;post=12&amp;subd=simisjavatips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I spent a long time today staring at code trying to figure out how a method that was stored as Y could be cast as X. Well, if I had payed attention, I would have seen that the method returned X so it could be cast as X.</p>
<p>The problem was there was information being added to the request object and I did not notice the type of the information returned from the object. Had I noticed, I would have seen the error of my assumption that the object when it was pulled out of the request object could be cast back to its original type. This post is simple  but it is one of those things that can cost you time.</p>
<p>Look at this as debugging tip #1.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simisjavatips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simisjavatips.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simisjavatips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simisjavatips.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simisjavatips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simisjavatips.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simisjavatips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simisjavatips.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simisjavatips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simisjavatips.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simisjavatips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simisjavatips.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simisjavatips.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simisjavatips.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simisjavatips.wordpress.com&amp;blog=9833415&amp;post=12&amp;subd=simisjavatips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simisjavatips.wordpress.com/2009/10/09/this-method-returns-what/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/41d1ae31e13cffa71aa3232d178836a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simi</media:title>
		</media:content>
	</item>
		<item>
		<title>Why another Java blog?</title>
		<link>http://simisjavatips.wordpress.com/2009/10/07/why-another-java-blog/</link>
		<comments>http://simisjavatips.wordpress.com/2009/10/07/why-another-java-blog/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 20:35:33 +0000</pubDate>
		<dc:creator>Simi</dc:creator>
				<category><![CDATA[Introduction]]></category>
		<category><![CDATA[intro]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[why]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Well, the short answer is to help folks avoid staring at obvious programming issues or conundrums that I have for hours and was not able to solve. This is me sharing with you what not to do that has taken me hours and several conversations to arrive at. If you are feeling stuck and have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simisjavatips.wordpress.com&amp;blog=9833415&amp;post=1&amp;subd=simisjavatips&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, the short answer is to help folks avoid staring at obvious programming issues or conundrums that I have for hours and was not able to solve.</p>
<p>This is me sharing with you what not to do that has taken me hours and several conversations to arrive at. If you are feeling stuck and have a question, do not hesitate to post for help here and hopefully, I can try and help you with a simple problem. This will be an adventure for me as well as you so buckle up and enjoy the ride!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/simisjavatips.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/simisjavatips.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/simisjavatips.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/simisjavatips.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/simisjavatips.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/simisjavatips.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/simisjavatips.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/simisjavatips.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/simisjavatips.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/simisjavatips.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/simisjavatips.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/simisjavatips.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/simisjavatips.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/simisjavatips.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=simisjavatips.wordpress.com&amp;blog=9833415&amp;post=1&amp;subd=simisjavatips&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://simisjavatips.wordpress.com/2009/10/07/why-another-java-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/41d1ae31e13cffa71aa3232d178836a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
