<?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>The Art Of Tech Blog</title>
	<atom:link href="http://jefferyhaynes.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://jefferyhaynes.net</link>
	<description>Living with one foot in Tech, and one in the Real World.</description>
	<lastBuildDate>Thu, 27 Oct 2011 14:38:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jefferyhaynes.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Art Of Tech Blog</title>
		<link>http://jefferyhaynes.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jefferyhaynes.net/osd.xml" title="The Art Of Tech Blog" />
	<atom:link rel='hub' href='http://jefferyhaynes.net/?pushpress=hub'/>
		<item>
		<title>More On Find</title>
		<link>http://jefferyhaynes.net/2011/10/27/more-on-find/</link>
		<comments>http://jefferyhaynes.net/2011/10/27/more-on-find/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 14:34:35 +0000</pubDate>
		<dc:creator>theartoftechonline</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jefferyhaynes.net/?p=326</guid>
		<description><![CDATA[At Oracle we do our development on Linux VMs running in one of our Data Centers.   Because of this I have had to get real familiar with various linux/unix commands.   I find this one particularly useful. find . -name &#8220;*.jar&#8221; &#124; while read LINE; do grep STRTOFIND &#8220;$LINE&#8221;;done For STRTOFIND replace this with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=326&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>At Oracle we do our development on Linux VMs running in one of our Data Centers.   Because of this I have had to get real familiar with various linux/unix commands.   I find this one particularly useful.</p>
<p>find . -name &#8220;*.jar&#8221; | while read LINE; do grep STRTOFIND &#8220;$LINE&#8221;;done</p>
<p>For STRTOFIND replace this with a classname and it will print the .jar&#8217;s that reference that class.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theartoftechonline.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theartoftechonline.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theartoftechonline.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theartoftechonline.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theartoftechonline.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theartoftechonline.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theartoftechonline.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theartoftechonline.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theartoftechonline.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theartoftechonline.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theartoftechonline.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theartoftechonline.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theartoftechonline.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theartoftechonline.wordpress.com/326/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=326&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jefferyhaynes.net/2011/10/27/more-on-find/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22ee2c98ce127a012d4dae2ff176e903?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theartoftechonline</media:title>
		</media:content>
	</item>
		<item>
		<title>ADF and Oracle My New World</title>
		<link>http://jefferyhaynes.net/2011/07/25/adf-and-oracle-my-new-world/</link>
		<comments>http://jefferyhaynes.net/2011/07/25/adf-and-oracle-my-new-world/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 12:34:55 +0000</pubDate>
		<dc:creator>theartoftechonline</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ADF update]]></category>

		<guid isPermaLink="false">http://jefferyhaynes.net/?p=323</guid>
		<description><![CDATA[I have made a move into the ADF world as I have returned back to Oracle to continue on my career path. The next series of articles will deal with ADF ramp up and my impressions of the technology as I get used to using it.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=323&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have made a move into the ADF world as I have returned back to Oracle to continue on my career path.  The next series of articles will deal with ADF ramp up and my impressions of the technology as I get used to using it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theartoftechonline.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theartoftechonline.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theartoftechonline.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theartoftechonline.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theartoftechonline.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theartoftechonline.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theartoftechonline.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theartoftechonline.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theartoftechonline.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theartoftechonline.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theartoftechonline.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theartoftechonline.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theartoftechonline.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theartoftechonline.wordpress.com/323/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=323&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jefferyhaynes.net/2011/07/25/adf-and-oracle-my-new-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22ee2c98ce127a012d4dae2ff176e903?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theartoftechonline</media:title>
		</media:content>
	</item>
		<item>
		<title>Grep For It</title>
		<link>http://jefferyhaynes.net/2011/05/16/grep-for-it/</link>
		<comments>http://jefferyhaynes.net/2011/05/16/grep-for-it/#comments</comments>
		<pubDate>Mon, 16 May 2011 18:50:28 +0000</pubDate>
		<dc:creator>theartoftechonline</dc:creator>
				<category><![CDATA[Grep]]></category>
		<category><![CDATA[SunOS]]></category>

		<guid isPermaLink="false">http://jefferyhaynes.net/?p=321</guid>
		<description><![CDATA[Ever try to find a file with a particular character starting a line. Try this.. grep -H -r &#8216;^W&#8217; *.* This will print out the file and the text of the line that matches your regular expression.  In this case ^W means lines starting with a capitol W.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=321&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ever try to find a file with a particular character starting a line.</p>
<p>Try this..</p>
<p>grep -H -r &#8216;^W&#8217; *.*</p>
<p>This will print out the file and the text of the line that matches your regular expression.  In this case ^W means lines starting with a capitol W.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theartoftechonline.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theartoftechonline.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theartoftechonline.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theartoftechonline.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theartoftechonline.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theartoftechonline.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theartoftechonline.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theartoftechonline.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theartoftechonline.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theartoftechonline.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theartoftechonline.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theartoftechonline.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theartoftechonline.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theartoftechonline.wordpress.com/321/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=321&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jefferyhaynes.net/2011/05/16/grep-for-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22ee2c98ce127a012d4dae2ff176e903?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theartoftechonline</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgraded to Android 2.2(Froyo) for the Fascinate</title>
		<link>http://jefferyhaynes.net/2011/04/27/upgraded-to-android-2-2froyo-for-the-fascinate/</link>
		<comments>http://jefferyhaynes.net/2011/04/27/upgraded-to-android-2-2froyo-for-the-fascinate/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 13:32:08 +0000</pubDate>
		<dc:creator>theartoftechonline</dc:creator>
				<category><![CDATA[2.2]]></category>
		<category><![CDATA[Consumer Reviews]]></category>
		<category><![CDATA[Fascinate]]></category>
		<category><![CDATA[Froyo]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Verizon]]></category>

		<guid isPermaLink="false">http://jefferyhaynes.net/?p=313</guid>
		<description><![CDATA[After months of waiting, we have finally upgraded our Fascinate to Android 2.2.  The actual act of upgrading was relatively painless, however the upgrade install and the results were typical Verizon foolishness.  All you need to do is head to Menu &#62; Settings &#62; About Phone &#62; System Updates &#62; and check for updates. Then the update will start downloading to your phone.  After it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=313&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After months of waiting, we have finally upgraded our Fascinate to Android 2.2.  The actual act of upgrading was relatively painless, however the upgrade install and the results were typical Verizon foolishness.  All you need to do is head to <strong>Menu</strong> &gt; <strong>Settings</strong> &gt; <strong>About Phone </strong>&gt; <strong>System Updates</strong> &gt; and <strong>check for updates.</strong></p>
<p>Then the update will start downloading to your phone.  After it has been downloaded and the install begins, your phone will be rebooted and it will start with a flashing Verizon logo.  That logo will stay there for what seemed like 5-6 minutes as the OS is installed.    The screen will then come up, but it will only show your top bar and nothing else for a little while.  I wish there was a better notification at both times about the OS being installed because while this was going on, it was my wife&#8217;s reaction to try to turn off the phone.  We almost even pulled the battery out as it looked like it was hung.</p>
<p>After the phone is rebooted and the OS is installed and working, you will notice that your icons, application shortcuts, and your widgets are now gone.  Why Verizon has to mess with that I will never know.  I get the concept of upgrading your users to a more stable release of a product, which Android 2.2 clearly is.  I can even understand that it took Verizon 8 months to get confident enough in the upgrade process that this wouldn&#8217;t break, or severely hinder their user bases&#8217; ability to use their phones.  But to be honest most people won&#8217;t notice the changes to the phone.    But they will notice that their icons and widgets are gone and the the standard icons and widgets are back on.  This leaves a bad taste in people&#8217;s mouth.</p>
<p>Their QA process should have taken this into account.<br />
<a href="http://support.vzw.com/pdf/system_update/samsung_fascinate.pdf">Here is the list of new features.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theartoftechonline.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theartoftechonline.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theartoftechonline.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theartoftechonline.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theartoftechonline.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theartoftechonline.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theartoftechonline.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theartoftechonline.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theartoftechonline.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theartoftechonline.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theartoftechonline.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theartoftechonline.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theartoftechonline.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theartoftechonline.wordpress.com/313/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=313&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jefferyhaynes.net/2011/04/27/upgraded-to-android-2-2froyo-for-the-fascinate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22ee2c98ce127a012d4dae2ff176e903?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theartoftechonline</media:title>
		</media:content>
	</item>
		<item>
		<title>android emulator java.net.SocketException: Permission denied (maybe missing INTERNET permission)</title>
		<link>http://jefferyhaynes.net/2011/03/05/android-emulator-java-net-socketexception-permission-denied-maybe-missing-internet-permission/</link>
		<comments>http://jefferyhaynes.net/2011/03/05/android-emulator-java-net-socketexception-permission-denied-maybe-missing-internet-permission/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 17:23:17 +0000</pubDate>
		<dc:creator>theartoftechonline</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Emulator]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Manifest]]></category>

		<guid isPermaLink="false">http://jefferyhaynes.net/?p=306</guid>
		<description><![CDATA[In order to give your Android Application access to the Internet you must set the permission within the Android Manifest File. &#60;uses-permission android:name=&#8221;android.permission.INTERNET&#8221;&#62;&#60;/uses-permission&#62; This should be outside the Application Node. &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=306&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In order to give your Android Application access to the Internet you must set the permission within the Android Manifest File.</p>
<p>&lt;uses-permission android:name=&#8221;android.permission.INTERNET&#8221;&gt;&lt;/uses-permission&gt;</p>
<p>This should be outside the Application Node.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theartoftechonline.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theartoftechonline.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theartoftechonline.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theartoftechonline.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theartoftechonline.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theartoftechonline.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theartoftechonline.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theartoftechonline.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theartoftechonline.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theartoftechonline.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theartoftechonline.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theartoftechonline.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theartoftechonline.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theartoftechonline.wordpress.com/306/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=306&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jefferyhaynes.net/2011/03/05/android-emulator-java-net-socketexception-permission-denied-maybe-missing-internet-permission/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22ee2c98ce127a012d4dae2ff176e903?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theartoftechonline</media:title>
		</media:content>
	</item>
		<item>
		<title>Carbonite Off Site Backup</title>
		<link>http://jefferyhaynes.net/2010/11/23/carbonite-off-site-backup/</link>
		<comments>http://jefferyhaynes.net/2010/11/23/carbonite-off-site-backup/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 13:39:58 +0000</pubDate>
		<dc:creator>theartoftechonline</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[Carbonite]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://jefferyhaynes.net/?p=296</guid>
		<description><![CDATA[So I have decided to backup my main hard drive using the Carbonite software and backup system.    I say main hard drive because one of the biggest drawbacks of this method is that it doesn&#8217;t support external USB drives.   The inital backup understandably is extremely slow.  For instance after about 20 hrs, on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=296&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I have decided to backup my main hard drive using the <a href="http://www.carbonite.com">Carbonite</a> software and backup system.    I say main hard drive because one of the biggest drawbacks of this method is that it doesn&#8217;t support external USB drives.   The inital backup understandably is extremely slow.  For instance after about 20 hrs, on a backup of about 24GBs it&#8217;s only 12% done.    The cost is about 55 dollars a year per computer but with each computer you can have unlimited amounts of data.   Whether you have 20MBs or 1TB it&#8217;s the same cost.</p>
<p>Once you have all of your data in the cloud, you can access it from your phone via a downloadable Carbonite application or another computer through the web interface.   It&#8217;s completely secure and uses an encryption algorithm similar to what your banking institution uses.</p>
<p>If you computer ever crashes and you need to restore your files, you simply run the restore command and it will download all of the files you have previously stored on the Carbonite servers to your hard drive.  Though as with the initial upload this might take a while.</p>
<p>Once all of your data is transfered to the cloud Carbonite runs in the background uploading new and changed files making the backup experience worry free.</p>
<p>If your computer becomes sluggish because of the constant uploads, I would suggest two things.   Change the backup schedule to update your backups during a time when you&#8217;re not working.  Or turn the CarboniteService off through windows services when you are actively using your computer then turn it back on when you walk away.</p>
<p>As anyone who has owned multiple computers over the years can attest, hard drives die, computers overheat and melt(when you are walking through security &#8211; true story), and accidents happen.   By choosing a good backup system, you can work on your laptop or desktop knowing no matter what happens you have a good quality backup system in place that is always backing up your most important data.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theartoftechonline.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theartoftechonline.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theartoftechonline.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theartoftechonline.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theartoftechonline.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theartoftechonline.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theartoftechonline.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theartoftechonline.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theartoftechonline.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theartoftechonline.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theartoftechonline.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theartoftechonline.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theartoftechonline.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theartoftechonline.wordpress.com/296/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=296&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jefferyhaynes.net/2010/11/23/carbonite-off-site-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22ee2c98ce127a012d4dae2ff176e903?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theartoftechonline</media:title>
		</media:content>
	</item>
		<item>
		<title>Additional Rooting Information You Will Need</title>
		<link>http://jefferyhaynes.net/2010/09/23/additional-rooting-information-you-will-need/</link>
		<comments>http://jefferyhaynes.net/2010/09/23/additional-rooting-information-you-will-need/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 00:59:35 +0000</pubDate>
		<dc:creator>theartoftechonline</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jefferyhaynes.net/?p=291</guid>
		<description><![CDATA[When you want to go back into root and change something remember these commands. adb shell su mount -o rw,remount /dev/block/system /system exit This is very helpful when you are trying to update to Froyo.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=291&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When you want to go back into root and change something remember these commands.</p>
<p><em> </em></p>
<p><em> </em></p>
<p><em></p>
<ol>
<li><strong><span style="font-style:normal;">adb shell</span></strong></li>
<li><strong>su</strong></li>
<li><strong>mount -o rw,remount /dev/block/system /system</strong></li>
<li><strong>exit</strong></li>
</ol>
<p></em></p>
<p>This is very helpful when you are trying to update to Froyo.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theartoftechonline.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theartoftechonline.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theartoftechonline.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theartoftechonline.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theartoftechonline.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theartoftechonline.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theartoftechonline.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theartoftechonline.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theartoftechonline.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theartoftechonline.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theartoftechonline.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theartoftechonline.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theartoftechonline.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theartoftechonline.wordpress.com/291/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=291&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jefferyhaynes.net/2010/09/23/additional-rooting-information-you-will-need/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22ee2c98ce127a012d4dae2ff176e903?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theartoftechonline</media:title>
		</media:content>
	</item>
		<item>
		<title>Root Your Android Phone &amp; Get Rid of The Crapware</title>
		<link>http://jefferyhaynes.net/2010/07/31/root-your-android-phone-get-rid-of-the-crapware/</link>
		<comments>http://jefferyhaynes.net/2010/07/31/root-your-android-phone-get-rid-of-the-crapware/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 14:55:36 +0000</pubDate>
		<dc:creator>theartoftechonline</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Consumer Reviews]]></category>
		<category><![CDATA[Droid X Hacking Configuration Root]]></category>

		<guid isPermaLink="false">http://jefferyhaynes.net/?p=283</guid>
		<description><![CDATA[If you decide to do this, you will take these steps at your own risk.  I do not guarantee they will work for you, nor do I guarantee they will NOT in-validate your warranty, and in most cases these steps will.   So be careful, and only take these steps if you are willing to take [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=283&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>If you decide to do this, you will take these steps at your own risk.  I do not guarantee they will work for you, nor do I guarantee they will NOT in-validate your warranty, and in most cases these steps will.   So be careful, and only take these steps if you are willing to take on the risk yourself.</div>
<div></div>
<div>First read this..  <a href="http://www.androidcentral.com/rooting-it-me-some-qa">http://www.androidcentral.com/rooting-it-me-some-qa</a></div>
<div>If you&#8217;re interested in messing around with the OS, here is the <a href="https://opensource.motorola.com/sf/frs/do/viewRelease/projects.droidx/frs.droidx_source.shado_x3_1_13_5_10">Android Source</a>.</div>
<div>
<ol>
<li>Download and install the <a href="http://developer.android.com/sdk/index.html">Android SDK for your version of Android</a>.  (Tried on the Droid X)</li>
<li><a href="http://alldroid.org/Default.aspx?tabid=40&amp;g=posts&amp;m=5167&amp;#post5167">Set up the drivers for your phone</a> (*note: I didn&#8217;t have to do this)</li>
<li><a href="http://alldroid.org/Default.aspx?tabid=40&amp;g=posts&amp;m=5167&amp;#post5167"></a><a href="http://alldroid.org/default.aspx?g=posts&amp;t=493">Follow the Directions Here</a> (*note: I needed to change my path to include [android sdk install directory]/tools</li>
<li>Once you have done this, you now have root access to your phone.   I immediately used this power to remove some bloatware from the phone, which can be found in /system/apps.</li>
<li><a href="http://alldroid.org/default.aspx?g=posts&amp;t=493"></a><a href="http://androidforums.com/all-things-root-droid-x/131207-full-list-apps-apks-removable-non-removable-root.html">What you can remove, what you can&#8217;t remove, and everything in between.</a></li>
</ol>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theartoftechonline.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theartoftechonline.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theartoftechonline.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theartoftechonline.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theartoftechonline.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theartoftechonline.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theartoftechonline.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theartoftechonline.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theartoftechonline.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theartoftechonline.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theartoftechonline.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theartoftechonline.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theartoftechonline.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theartoftechonline.wordpress.com/283/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=283&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jefferyhaynes.net/2010/07/31/root-your-android-phone-get-rid-of-the-crapware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22ee2c98ce127a012d4dae2ff176e903?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theartoftechonline</media:title>
		</media:content>
	</item>
		<item>
		<title>Switching from the iPhone 3G to the Droid X</title>
		<link>http://jefferyhaynes.net/2010/07/25/switching-from-the-iphone-3g-to-the-droid-x/</link>
		<comments>http://jefferyhaynes.net/2010/07/25/switching-from-the-iphone-3g-to-the-droid-x/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 19:10:49 +0000</pubDate>
		<dc:creator>theartoftechonline</dc:creator>
				<category><![CDATA[Consumer Reviews]]></category>

		<guid isPermaLink="false">http://jefferyhaynes.net/?p=276</guid>
		<description><![CDATA[Background When I made the decision to move away from the iPhone I didn&#8217;t do it lightly. I have had this phone for 2 years, and during that time, it has become my primary means of communication, and audio entertainment. 3 years ago when the iPhone was initially released I saw it as an amazingly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=276&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Background</strong></p>
<p><a href="http://www.youtube.com/watch?v=Pdk2cJpSXLg&amp;feature=player_embedded">When I made the decision to move away from the iPhone I didn&#8217;t do it lightly</a>.  I have had this phone for 2 years, and during that time, it has become my primary means of communication, and audio entertainment.   3 years ago when the iPhone was initially released I saw it as an amazingly breakthrough device, but felt the price tag $799 subsidized was outrageous.   At the time I owned a Razor on Verizon, and I wanted to move into the smart phone realm so that I could answer emails while not being attached to my PC.  The lineup of phones on the Verizon network was less than stellar, so I accepted a Blackberry 7250 from my company.  I carried the Razor and the Blackberry around for a year.   Apple and AT&amp;T then cut the prices 6 months later and released the iPhone 3G in 2008.   This was both affordable and appealing as the phone had 3G capabilities.</p>
<p>So I took the leap to AT&amp;T and purchased an iPhone.   My experience with the iPhone can best be described this way;<br />
I love the interface and the design, and truly believe the people who designed it are some of the best in the Software and Hardware industry.    They should be commended for completely changing the Smart Phone game.  Their lead designer Johnny Ive is a master, the likes of which you do not often run into.  Game changers by the mere meaning of the word are few and far between, and Mr. Ive is a game changer.  Without these breakthroughs, I don&#8217;t believe we would have ever heard about the Android operating system, or found ourselves choosing between different phones within the Android lineup.</p>
<p>With all that said..  The AT&amp;T network is just horrible.  I am often surprised when a carrier&#8217;s network is strong in rural out of the way places like the middle of North Dakota, or in the mountains of Wyoming, but when it drops calls in major metropolitan areas such as Atlanta, NYC, Philly, Milwaukee, Minneapolis etc, I get a bit miffed.     I have seen the iPhone drop calls in all of those places which is very frustrating.  Lately the iPhone was having a small problem with echoing my callers voice back to them.</p>
<p>It&#8217;s pretty annoying to find that all my conversations turned into &#8220;why is my voice echoing&#8221;, &#8220;I dunno, maybe it&#8217;s my iPhone&#8221;, &#8220;you need a new device, call me when you get home.&#8221;</p>
<p>So I purchased a Droid X last week and received it on Friday.</p>
<p><strong>My initial impressions<br />
</strong></p>
<p>The device is gorgeous.  The interface is as good as, if not better than the iPhone.  The phone seems as if it was designed for multimedia from day one.  The camera takes a bit of getting used to, but it&#8217;s fully integrated with social networking sites like Twitter and Facebook.   The video recorder works well.. and it&#8217;s easy to switch from camera to video recorder with just the push of a simple on screen button.   I am not sold on the MotoBlur interface in that it comes with a lot of Widgets that I don&#8217;t need while also forcing the <a title="Blockbuster Junkware on your phone" href="http://latimesblogs.latimes.com/technology/2010/07/android-junkware.html" target="_blank">Blockbuster app onto your phone</a>.   <a href="http://www.droidforums.net/forum/droid-x-hacks/62427-how-remove-bloatware.html">There are ways to delete these applications</a>, but I wouldn&#8217;t recommend that for the faint at heart. I have only four widgets on my screen, one is a Google search widget, one is a Calendar reminder widget, a fast contact widget, and a multimedia widget that lets me cycle through pictures or videos.  For those of you not familiar with Widgets, these are small programs that stay resident on your desktop for fast access.  Things like calendar, notes, digital clocks, RSS reader etc.  There are widgets for Windows, Mac, Linux and now Android.</p>
<p>All of my contacts were already being synced with Google Contacts, so it was really easy moving over to Android.  I also instructed it to pull all of my contacts from Facebook as well.  There are a few instances now of multiple entries in my contact list, but that&#8217;s no big deal.  I will probably write an application for clearing that out, and release it to the world for free someday.</p>
<p><strong>Battery Life</strong></p>
<p>The battery life on this thing is horrible.   Not as bad as the <a href="http://www.pcworld.com/article/200505/stellar_battery_life_may_be_droid_xs_best_feature.html">HTC EVO</a> but bad enough.   I recommend that when you get your Droid..  allow the juice to run completely out of the device to the point where it shuts down, then charge it back up.  My experience doing this really improved the battery life.</p>
<p>Update:  I think this was a result of me running the GPS and WiFi while trail running yesterday morning.  In normal operations it doesn&#8217;t seem that bad.</p>
<p><strong>Things the Phone Has To Do Well</strong></p>
<p>Your smart phone has to do the following things well to be even considered useful these days.   It has to be able to make and receive calls, send text messages, read and write email, surf the net, work with the social web, maintain your contacts, and schedule and track appointments.</p>
<p>In these areas the Droid X excels.   You can setup multiple GMail accounts with ease.   You can set up Yahoo, Exchange, and other email accounts directly on your phone as well.    Typing Emails &amp; Text Messages is a pleasure as you can move back and forth between portrait and landscape mode easily.  The keyboard is also very responsive.    When you get an email, and the sender is not in your contacts you can easily add them.   You can setup your calendar to sync with your gCal which means you can move between your PC and your phone without losing the appointment information.</p>
<p>This phone is on the Verizon network, so you get all the goodness of amazing coverage and good call quality.</p>
<p>All in all it does the Smart Things extremely well.</p>
<p><strong>Multimedia</strong></p>
<p>Most people use iTunes or Windows Media these days to manage their multimedia files and to sync to their phones.  I don&#8217;t like either one of these apps because of the bloatware that comes with them.  Most of the time, I just simply want to cut and paste a music file, or a music folder to my device and call it a day.  Well iPhone limited me from doing this because of some Apple don&#8217;t trust the users mantra.   I am not sure about Windows Mobile 7, or WebOS but Android completely opens the important folders to your windows explorer.  You can do the copy and paste thing or you can use an app like <a href="http://www.doubletwist.com/dt/Home/Index.dt">doubleTwist</a>.  It&#8217;s a public beta so be warned.   I have had a few crashes with this app and the sync seems unbearably slow, but it does import your iTunes playlist allow you to subscribe and download podcasts, and it does sync with the Droid X.  iTunes version 1 had a few snags too so this is to be expected.</p>
<p>As I have mentioned before, the camera and video recorder are pretty slick with a few scene type features and the ability to edit your photo&#8217;s.  The Zoom works as expected which is not great on most Smart Phones.. though the focus action could do a better job.  It&#8217;s okay to force the user to have to touch the screen to focus, but the software should immediately focus at that point rather than waiting for you you half press the picture button.   A software update in the future will most likely fix this.</p>
<p><strong>Apps</strong></p>
<p>If your moving from an iPhone there is not a 1-1 correlation between iPhone apps and Droid apps.. however I have found many viable alternatives that I have been able to use instead.</p>
<p>There is of course the Facebook app and TwitDroyd for the socially minded.   Yelp is available for those looking for a place to eat or party.  Audible is available for those Audio Books you&#8217;re into.   There is an FM radio embedded in this guy as well.. which works really well!!   Kindle is available..  Flikster for movies.. Pandora of course.. and the list goes on and on.    Even Zillow can be found in the app store and that integrates well with maps.</p>
<p>To say the least you can always find something that mimics the iPhone apps that your used to and in some cases the apps are actually better.</p>
<p><strong>Navigation..</strong></p>
<p>Over the last week or so, I have used the navigation app to and from work along with my car mount.   The Car mount is awesome.  It&#8217;s basically a suction cup car mount that attaches to your window that acts as a docking station.  Once it&#8217;s in place, you can plug it into your cigarette lighter (who uses this for cigarette&#8217;s anymore) and the mount acts as a charging cradle for the phone.   When you plug the Droid X into the mount, the car app immediately engages and your shown a very useful screen that allows you to easily navigate quickly around the phone.  The screen is split into 6 regions, Music, My Location, Calling, App, Voice Search, and Close.</p>
<p>The Navigation App though has some kinks to work out.  It&#8217;s based on the <a href="http://www.google.com/mobile/navigation/">Google Maps Navigation Application</a>, and provides your typical 3-D navigation screen that very clearly represents the streets, how long to go to the next turn, and gives you voice directions.  The screen and information is displayed perfectly on the 4.3 inch screen and makes your route very clear to follow.   However, it keeps switching from navigation to text directions, without me pressing a button.  <strong><em>EDIT: </em><span style="font-weight:normal;">The problem for me had to do with a defective car mount.  After replacing the car mount, it worked amazingly well.</span></strong></p>
<p>The other thing I noticed was that the GPS really makes the phone very hot.  I am not sure if this is common with other Droid X&#8217;s or just mine.</p>
<p>All in all I do really enjoy the phone.  It&#8217;s amazing the things you can do with it, and I love the idea it&#8217;s so much easier to tweak than the iPhone.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theartoftechonline.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theartoftechonline.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theartoftechonline.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theartoftechonline.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theartoftechonline.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theartoftechonline.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theartoftechonline.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theartoftechonline.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theartoftechonline.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theartoftechonline.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theartoftechonline.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theartoftechonline.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theartoftechonline.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theartoftechonline.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=276&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jefferyhaynes.net/2010/07/25/switching-from-the-iphone-3g-to-the-droid-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22ee2c98ce127a012d4dae2ff176e903?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theartoftechonline</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring A J2EE Project To Use Apache IVY And Running It Within Tomcat</title>
		<link>http://jefferyhaynes.net/2010/04/18/configuring-apache-ivy-for-j2ee-project-and-running-within-tomcat/</link>
		<comments>http://jefferyhaynes.net/2010/04/18/configuring-apache-ivy-for-j2ee-project-and-running-within-tomcat/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 23:54:34 +0000</pubDate>
		<dc:creator>theartoftechonline</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Apache Ant Ivy Eclipse Tomcat]]></category>

		<guid isPermaLink="false">http://jefferyhaynes.net/?p=216</guid>
		<description><![CDATA[Adding Ivy to a J2EE project in Eclipse is pretty easy: I am currently running Eclipse Galileo, but I am pretty sure this works with any other version above 3.0. I will also use a Dynamic Web Application for these step by step directions. Create a Tomcat Server for your project.   If you haven&#8217;t done [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=216&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://theartoftechonline.files.wordpress.com/2010/04/ivywizarddialog.jpg"><br />
</a>Adding Ivy to a J2EE project in Eclipse is pretty easy:</p>
<p>I am currently running Eclipse Galileo, but I am pretty sure this works with any other version above 3.0.</p>
<p>I will also use a Dynamic Web Application for these step by step directions.</p>
<ol>
<li>Create a Tomcat Server for your project.   If you haven&#8217;t done this before, follow<a href="http://www.theprogrammersweblog.com/2010/02/starting-tomcat-in-eclipse-galileo.html"> this simple blog</a></li>
<li>Download and install the Apache <a title="IvyDE" href="http://www.apache.org/dist/ant/ivyde/updatesite" target="_blank">IvyDE</a> plugin from within the Eclipse Updater.</li>
<li>Restart Eclipse</li>
<li>Create A new Dynamic Web project.</li>
<li>Right click on your project and go to properties.</li>
<li>Select Java Build Path</li>
<li>Select the Libraries Tab</li>
<li><a href="http://theartoftechonline.files.wordpress.com/2010/04/included-libraries.jpg"><img class="aligncenter size-full wp-image-220" title="Included Libraries" src="http://theartoftechonline.files.wordpress.com/2010/04/included-libraries.jpg?w=500&#038;h=415" alt="" width="500" height="415" /></a>Select Add Library</li>
<p><a href="http://theartoftechonline.files.wordpress.com/2010/04/add-ivy-library.jpg"><img class="aligncenter size-full wp-image-221" title="Add Ivy Library" src="http://theartoftechonline.files.wordpress.com/2010/04/add-ivy-library.jpg?w=500&#038;h=480" alt="" width="500" height="480" /></a></p>
<li>Select IvyDE Managed Dependencies and hit next</li>
<li>Accept the default on the next screen and click through the generated errors.</li>
<li>Right click on your project and select New-Other</li>
<li>Type Ivy in the wizard search box.</li>
<li><a href="http://theartoftechonline.files.wordpress.com/2010/04/ivywizard.jpg"><img class="aligncenter size-full wp-image-222" title="Ivy Wizard" src="http://theartoftechonline.files.wordpress.com/2010/04/ivywizard.jpg?w=500&#038;h=476" alt="" width="500" height="476" /></a>Select the Ivy file wizard and hit next.</li>
<li>On the next screen select browse and browse to your current project.</li>
<p><img class="aligncenter size-full wp-image-224" title="Ivy Wizard Dialog" src="http://theartoftechonline.files.wordpress.com/2010/04/ivywizarddialog1.jpg?w=500&#038;h=476" alt="" width="500" height="476" /></p>
<li>Hit finish and this will create an ivy file at the root of your dynamic web project.</li>
<li>Add a few dependencies into your ivy file to see what happens.</li>
<li><a href="http://theartoftechonline.files.wordpress.com/2010/04/ivydependancy.jpg"><img class="aligncenter size-full wp-image-225" title="Ivy Dependancy" src="http://theartoftechonline.files.wordpress.com/2010/04/ivydependancy.jpg?w=437&#038;h=439" alt="" width="437" height="439" /></a>A word of note, if your Ivy Dependency tree doesn&#8217;t change automatically you can either right click on the ivy.xml entry in your project and select the menu item resolve, or you can change the basic way that the IvyDE with resolve the dependencies.   By selecting Window-Preferences-Ivy.      I usually have Ivy set to trigger a refresh on Eclipse Startup, as well as  on project open.    Seeing that the dependency tree isn&#8217;t changed very much I don&#8217;t mind telling Ivy to resolve when I make a change to the ivy.xml file itself directly.</li>
<li>Add a servlet to your application and configure it.</li>
<li>Right click on your app, and select Run As, Run On Server</li>
<li>Select your server</li>
<li>Select Finish</li>
</ol>
<p>BTW, here is the file I used for Ivy.</p>
<pre class="brush: xml;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt;
&lt;ivy-module version=&quot;2.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
       xsi:noNamespaceSchemaLocation=&quot;http://ant.apache.org/ivy/schemas/ivy.xsd&quot;&gt;
    &lt;info
        organisation=&quot;&quot;
        module=&quot;&quot;
        status=&quot;integration&quot;&gt;
	&lt;/info&gt;
	&lt;configurations defaultconfmapping=&quot;build-&gt;default;compile-&gt;compile(*),master(*);test,runtime-&gt;runtime(*),master(*)&quot;&gt;
        &lt;conf name=&quot;build&quot;/&gt;
        &lt;conf name=&quot;compile&quot;/&gt;
        &lt;conf name=&quot;test&quot; extends=&quot;compile&quot;/&gt;
        &lt;conf name=&quot;runtime&quot; extends=&quot;compile&quot;/&gt;
    &lt;/configurations&gt;
    &lt;dependencies&gt;
		&lt;dependency org=&quot;axis&quot; name=&quot;axis&quot; rev=&quot;1.4&quot; conf=&quot;runtime-&gt;default&quot;/&gt;
		&lt;dependency org=&quot;log4j&quot; name=&quot;log4j&quot; rev=&quot;1.2.9&quot; conf=&quot;runtime-&gt;default&quot;/&gt;
		&lt;dependency org=&quot;javax.servlet&quot; name=&quot;servlet-api&quot; rev=&quot;2.4&quot; conf=&quot;runtime-&gt;default&quot;/&gt;
		&lt;dependency org=&quot;javax.servlet&quot; name=&quot;jstl&quot; rev=&quot;1.1.2&quot; conf=&quot;runtime-&gt;default&quot;/&gt;
		&lt;dependency org=&quot;org.hdiv&quot; name=&quot;hdiv-jstl-taglibs-1.1.2&quot; rev=&quot;2.0.3&quot; conf=&quot;runtime-&gt;default&quot;&gt;
			&lt;exclude org=&quot;org.springframework&quot; /&gt;
			&lt;exclude org=&quot;taglibs&quot;/&gt;
		&lt;/dependency&gt;
	&lt;/dependencies&gt;
&lt;/ivy-module&gt;
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theartoftechonline.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theartoftechonline.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theartoftechonline.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theartoftechonline.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theartoftechonline.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theartoftechonline.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theartoftechonline.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theartoftechonline.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theartoftechonline.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theartoftechonline.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theartoftechonline.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theartoftechonline.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theartoftechonline.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theartoftechonline.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jefferyhaynes.net&amp;blog=8191214&amp;post=216&amp;subd=theartoftechonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jefferyhaynes.net/2010/04/18/configuring-apache-ivy-for-j2ee-project-and-running-within-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22ee2c98ce127a012d4dae2ff176e903?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theartoftechonline</media:title>
		</media:content>

		<media:content url="http://theartoftechonline.files.wordpress.com/2010/04/included-libraries.jpg" medium="image">
			<media:title type="html">Included Libraries</media:title>
		</media:content>

		<media:content url="http://theartoftechonline.files.wordpress.com/2010/04/add-ivy-library.jpg" medium="image">
			<media:title type="html">Add Ivy Library</media:title>
		</media:content>

		<media:content url="http://theartoftechonline.files.wordpress.com/2010/04/ivywizard.jpg" medium="image">
			<media:title type="html">Ivy Wizard</media:title>
		</media:content>

		<media:content url="http://theartoftechonline.files.wordpress.com/2010/04/ivywizarddialog1.jpg" medium="image">
			<media:title type="html">Ivy Wizard Dialog</media:title>
		</media:content>

		<media:content url="http://theartoftechonline.files.wordpress.com/2010/04/ivydependancy.jpg" medium="image">
			<media:title type="html">Ivy Dependancy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
