<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Erik's... Hmm...</title>
	
	<link>http://erik.weibust.net</link>
	<description>random crap from the mouth of erik weibust</description>
	<lastBuildDate>Wed, 28 Dec 2011 17:58:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/EriksHmm" /><feedburner:info uri="erikshmm" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>How to install Java 7 on Mac OS X (Lion)</title>
		<link>http://feedproxy.google.com/~r/EriksHmm/~3/My--iWXyzo8/</link>
		<comments>http://erik.weibust.net/2011/12/19/how-to-install-java-7-on-os-x/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 22:09:53 +0000</pubDate>
		<dc:creator>Erik Weibust</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jdk7]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://erik.weibust.net/?p=1285</guid>
		<description><![CDATA[Mac users are still waiting for Oracle / Apple to produce a simple download for using Java SE 7 on Macs running OS X. Until they provide one, the only safe way to use the Java 7 JDK is to build it from source. Luckily, Oracle provides a good wiki page that documents the process [...]]]></description>
			<content:encoded><![CDATA[<p>Mac users are still waiting for Oracle / Apple to produce a simple download for using <a title="Oracle Java SE" href="http://www.oracle.com/technetwork/java/javase/overview/index.html" target="_blank">Java SE</a> 7 on Macs running <a title="Apple OS X" href="http://www.apple.com/macosx/" target="_blank">OS X</a>. Until they provide one, the only safe way to use the Java 7 JDK is to build it from source. Luckily, Oracle provides a <a title="Instructions for installing Java JDK 7 on Apple OS X" href="http://wikis.sun.com/display/OpenJDK/Mac+OS+X+Port" target="_blank">good wiki page</a> that documents the process (and <a title="Arun Gupta post on installing JDK 7 on OS X" href="http://blogs.oracle.com/arungupta/entry/build_open_jdk_7_on" target="_blank">Arun Gupta has a useful post</a> that helped with some of the gaps).</p>
<p><strong>Check the Prerequisites:</strong></p>
<p>OS X 10.7, Xcode 4.1 (easiest, and possibly the only way to get this, is from the Mac App Store), and Java for Mac OS X 10.7 Update 1</p>
<p>or</p>
<p>OS X 10.6.8, Xcode 3.2.6 (download from Apple Developer Portal), and Java for Mac OS X 10.6 Update 6</p>
<p><a title="Mercurial version control tool" href="http://mercurial.selenic.com/" target="_blank">Mercurial</a> version control tool. I installed this easily with the use of the awesome Mac package installer <a title="Homebrew package management tool for OS X" href="http://mxcl.github.com/homebrew/" target="_blank">Homebrew</a>. Simply run: &#8220;brew install hg&#8221;. (I didn&#8217;t make a dime for that blatant Homebrew plug <img src='http://erik.weibust.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p><strong>Simple Process:</strong></p>
<ol>
<li>Follow the Oracle instructions to &#8220;Get the Code&#8221;</li>
<li>Run the Build command (part of the command is hidden by the box on the screen and if you don&#8217;t look close you may miss when copying / pasting) <img src='http://erik.weibust.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ol>
<p>For all practical purposes, that&#8217;s it. If you want to install JDK 7 in the &#8220;Apple recommended&#8221; location follow steps 3-5 on the Oracle wiki page.</p>
<p>Just for grins I&#8217;m pasting the output of my build command. Pretty nice for a &#8220;wimpy&#8221; Mac Book Air. <img src='http://erik.weibust.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<pre>&gt;&gt;&gt;Finished making images @ Sat Dec 17 00:09:17 CST 2011 ...
########################################################################
##### Leaving jdk for target(s) sanity all docs images             #####
########################################################################
##### Build time 00:20:58 jdk for target(s) sanity all docs images #####
########################################################################

## Build times ##########
Target all_product_build
Start 2011-12-16 23:34:39
End   2011-12-17 00:09:17
00:02:45 corba
00:08:18 hotspot
00:00:52 jaxp
00:00:55 jaxws
00:20:58 jdk
00:00:49 langtools
00:34:38 TOTAL
#########################

erik@eriks-mba ~/dev/sdks/macosx-port
$ build/macosx-universal/j2sdk-image/1.7.0.jdk/Contents/Home/bin/java -version
openjdk version "1.7.0-internal"
OpenJDK Runtime Environment (build 1.7.0-internal-erik_2011_12_16_23_34-b00)
OpenJDK 64-Bit Server VM (build 21.0-b17, mixed mode)</pre>
<p>If you have any questions about these steps just leave a comment below or ping me on twitter (<a title="Erik Weibust on twitter" href="http://twitter.com/erikweibust" target="_blank">@erikweibust</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://erik.weibust.net/2011/12/19/how-to-install-java-7-on-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://erik.weibust.net/2011/12/19/how-to-install-java-7-on-os-x/</feedburner:origLink></item>
		<item>
		<title>2011 Fantasy Football Team…</title>
		<link>http://feedproxy.google.com/~r/EriksHmm/~3/psd3YnKnHNM/</link>
		<comments>http://erik.weibust.net/2011/09/07/2011-fantasy-football-team/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 05:16:13 +0000</pubDate>
		<dc:creator>Erik Weibust</dc:creator>
				<category><![CDATA[sports]]></category>
		<category><![CDATA[fantasy football]]></category>
		<category><![CDATA[nfl]]></category>

		<guid isPermaLink="false">http://erik.weibust.net/?p=1276</guid>
		<description><![CDATA[We just had our 2011 Fantasy Football Draft Party.  Dang good time!  Been playing with the same 12 guys for six years now.  Best I&#8217;ve done is come in second place.  I think this year I have a legitimate chance to WIN IT ALL! My draft preparation was focused on the great insight published by [...]]]></description>
			<content:encoded><![CDATA[<p>We just had our 2011 Fantasy Football Draft Party.  Dang good time!  Been playing with the same 12 guys for six years now.  Best I&#8217;ve done is come in second place.  I think this year I have a legitimate chance to WIN IT ALL!</p>
<p>My draft preparation was focused on the great insight published by ESPN Fantasy Football guru, <a title="Matthew Berry on ESPN" href="http://sports.espn.go.com/sports/fantasy/matthewberry" target="_blank">Matthew Berry</a>. Specifically, I took notes from his <a title="Matthew Berry - Draft Day Manifesto" href="http://sports.espn.go.com/fantasy/football/ffl/story?page=NFLDK2K11_TMRManifesto" target="_blank">Draft Day Manifesto</a>.  Anyhow, the steal of the draft was me sprinting up to our board and grabbing Michael Vick with the 9th pick.  I have no idea how he fell that far but I&#8217;m not complaining!  Then, my double whammy, was me stealing Antonio Gates in the end of our 4th round!  If you think I&#8217;m crazy, go read the stats in the DDM linked to above.</p>
<p>Here are the rest of my genius picks:</p>
<p>Rd 1 &#8211; QB &#8211; Michael Vick</p>
<p>Rd 2 &#8211; WR &#8211; Roddy White</p>
<p>Rd 3 &#8211; RB &#8211; Frank Gore</p>
<p>Rd 4 &#8211; TE &#8211; Antonio Gates</p>
<p>Rd 5 &#8211; RB &#8211; Knowshon Moreno</p>
<p>Rd 6 &#8211; WR &#8211; Santana Moss</p>
<p>Rd 7 &#8211; RB &#8211; Pierre Thomas</p>
<p>Rd 8 &#8211; WR &#8211; Johnny Knox</p>
<p>Rd 9 &#8211; WR &#8211; Mike Thomas</p>
<p>Rd 10 &#8211; RB &#8211; Daniel Thomas</p>
<p>Rd 11 &#8211; K &#8211; John Kasay</p>
<p>Rd 12 &#8211; DEF &#8211; Atlanta Falcons</p>
<p>Miscellaneous observations&#8230;  I grabbed 4 guys with 4 letter last names&#8230;  I grabbed 3 guys with the last name of Thomas&#8230;  Clearly, if my job as a Technology Consultant goes south, I should be able to land a job in the NFL as a GM.</p>
<p>Here is the draft board to back this up:</p>
<p><a href="http://erik.weibust.net/wp-content/uploads/2011/09/Photo-Sep-06-22-44-45-HDR.jpeg"><img class="aligncenter size-medium wp-image-1279" title="2011 Fantasy Football Draft Board" src="http://erik.weibust.net/wp-content/uploads/2011/09/Photo-Sep-06-22-44-45-HDR-300x224.jpg" alt="2011 Fantasy Football Draft Board" width="381" height="285" /></a></p>
<p>Look for a celebratory / told-you-so blog post at the end of the season when I will the Fantasy Bowl!</p>
]]></content:encoded>
			<wfw:commentRss>http://erik.weibust.net/2011/09/07/2011-fantasy-football-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://erik.weibust.net/2011/09/07/2011-fantasy-football-team/</feedburner:origLink></item>
		<item>
		<title>Dallas TechFest 2011 Recap…</title>
		<link>http://feedproxy.google.com/~r/EriksHmm/~3/sDg0t_tftcg/</link>
		<comments>http://erik.weibust.net/2011/08/16/dallas-techfest-2011-recap/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 04:12:38 +0000</pubDate>
		<dc:creator>Erik Weibust</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[dallastechfest]]></category>
		<category><![CDATA[dtf11]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[techfest]]></category>

		<guid isPermaLink="false">http://erik.weibust.net/?p=1232</guid>
		<description><![CDATA[Another year, another great Dallas TechFest event&#8230; There were some great new speakers, Ken Sipe was my favorite with his Gradle talks.  The story on Gradle is one worth listening to, regardless, of how ingrained Ant or Maven are at your organization.  The best place to go if you&#8217;re new to Gradle is their website. The [...]]]></description>
			<content:encoded><![CDATA[<p>Another year, another great <a title="Dallas TechFest 2011" href="http://dallastechfest.com/" target="_blank">Dallas TechFest</a> event&#8230;</p>
<p>There were some great new speakers, <a title="Ken Sipe" href="http://kensipe.blogspot.com/" target="_blank">Ken Sipe</a> was my favorite with his <a title="Gradle" href="http://gradle.org/" target="_blank">Gradle</a> talks.  The story on Gradle is one worth listening to, regardless, of how ingrained Ant or Maven are at your organization.  The best place to go if you&#8217;re new to Gradle is their website. The <a title="Gradle Documentation" href="http://gradle.org/documentation.html" target="_blank">Gradle documentation</a> is great.  Java &#8220;developer-types&#8221; can start with this <a title="Gradle Tutorial for Java Projects" href="http://gradle.org/tutorial_java_projects.html" target="_blank">Gradle tutorial geared to building Java projects</a>.</p>
<p>There were also some great returning speakers, I especially liked <a title="Arun Gupta at Dallas TechFest" href="http://blogs.oracle.com/arungupta/entry/dallas_tech_fest_2011_trip" target="_blank">Arun Gupta, with his Java EE Workshop</a>.  A few years ago, I wouldn&#8217;t consider starting a new enterprise Java application without the Spring stack.  To be honest, in my mind, Spring == Enterprise Java.  However, after seeing Arun&#8217;s talks the last two years, Oracle and the <a title="Java EE 6" href="http://www.oracle.com/technetwork/java/javaee/overview/index.html" target="_blank">Java EE 6</a> stack have rapidly closed the gap on SpringSource, and now just might have a story to tell in the enterprise development space.  I highly recommend you follow <a title="Arun Gupta on Twitter" href="http://twitter.com/#!/arungupta" target="_blank">Arun on Twitter</a>, or <a title="Arun Gupta's Blog" href="http://blogs.oracle.com/arungupta/" target="_blank">subscribe to his blog</a>.  The content is outstanding and the current Java EE story is really impressive.</p>
<p>This was my first year as a presenter at TechFest, after having been involved as an organizer the past 4 years.  I gave a double session on The <a title="Grails" href="http://grails.org/" target="_blank">Grails Framework</a>.  The attendees were great.  Lots of great participation and an all-around good time was had by all. Don&#8217;t forget to tell Tim that you want him to use the website we built next year.  ;)</p>
<pre><span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px; white-space: normal;"><strong style="display: block; margin: 12px 0 4px;"><a title="Grails Workshop - Dallas TechFest 2011" href="http://www.slideshare.net/eweibust/grails-workshop-dallas-techfest-2011" target="_blank">Grails Workshop - Dallas TechFest 2011</a></strong></span></pre>
<div style="width: 425px;"><iframe src="http://www.slideshare.net/slideshow/embed_code/8848626" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="355"></iframe></div>
<div id="__ss_8848626" style="width: 425px;">
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/eweibust" target="_blank">Erik Weibust</a></div>
</div>
<div>Lastly, I need to add there was numerous great speakers / sessions I didn&#8217;t get to see.  <a title="Craig Walls on Twitter" href="http://twitter.com/#!/habuma" target="_blank">Craig Walls</a>, author of <a title="Spring in Action" href="http://www.manning.com/walls4/" target="_blank">Spring in Action</a> (required reading for all Spring developers) and lead on <a title="Spring Social" href="http://www.springsource.org/spring-social" target="_blank">Spring Social</a>gave two talks in the same slot I was speaking in so I unfortunately missed his talks.  Next year I need to make sure I&#8217;m not speaking when Craig is.I guess it&#8217;s now time to start getting ready for Dallas TechFest 2012&#8230;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://erik.weibust.net/2011/08/16/dallas-techfest-2011-recap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://erik.weibust.net/2011/08/16/dallas-techfest-2011-recap/</feedburner:origLink></item>
		<item>
		<title>Shannon Hoon</title>
		<link>http://feedproxy.google.com/~r/EriksHmm/~3/Wcuwgx6IU_4/</link>
		<comments>http://erik.weibust.net/2011/07/29/shannon-hoon/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 05:01:26 +0000</pubDate>
		<dc:creator>Erik Weibust</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://erik.weibust.net/?p=1233</guid>
		<description><![CDATA[Wow&#8230; The whole Amy Winehouse death, at the age of 27, freaked me out. Two of my favorite musicians died at 27, Kurt Cobain and Shannon Hoon. Both dudes were way messed up with drugs and lost control. Both killed themselves. One with a shotgun blast to the head and the other with a dipshit [...]]]></description>
			<content:encoded><![CDATA[<p>Wow&#8230; The whole Amy Winehouse death, at the age of 27, freaked me out. Two of my favorite musicians died at 27, <a title="Kurt Cobain" href="http://en.wikipedia.org/wiki/Kurt_Cobain" target="_blank">Kurt Cobain</a> and <a title="Shannon Hoon" href="http://en.wikipedia.org/wiki/Shannon_Hoon" target="_blank">Shannon Hoon</a>. Both dudes were way messed up with drugs and lost control. Both killed themselves. One with a shotgun blast to the head and the other with a dipshit drug overdose. Their deaths both upset me for awhile and then left me pissed off. I loved their music, still do.</p>
<p>Anyhow, I&#8217;ve been disappointed that I haven&#8217;t seen Shannon Hoon&#8217;s name in any of the stupid comparisson articles with the &#8220;<a title="27 Club" href="http://en.wikipedia.org/wiki/27_Club" target="_blank">27 club</a>&#8220;. He belongs in that list, so I felt like calling that out here. Google Shannon Hoon, or Blind Melon and then listen to some of his stuff. He died eight weeks after their second album came out. I love it and still listen to it all the time. I hate thinking about the music he never got to write and preform.  I&#8217;m sure it would have been awesome.</p>
<p>Enjoy this video if you miss Shannon Hoon&#8217;s music or want to see why I bothered writing this post&#8230;</p>
<p><a href="http://youtu.be/g4H5vsQM7z8">Blind Melon &#8211; Change</a></p>
<p>The weird thing about that video was that Blind Melon performed that song on Letterman the day Kurt Cobain was found dead.  And Hoon makes a clear statement, even says it during the song, that he doesn&#8217;t want to die.  Yet he kills himself the next year.  Bummer.  Drugs mess people up&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://erik.weibust.net/2011/07/29/shannon-hoon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://erik.weibust.net/2011/07/29/shannon-hoon/</feedburner:origLink></item>
		<item>
		<title>This blog is back from the dead…</title>
		<link>http://feedproxy.google.com/~r/EriksHmm/~3/yXS7jmMD3jg/</link>
		<comments>http://erik.weibust.net/2011/07/28/this-blog-is-back-from-the-dead/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 05:45:52 +0000</pubDate>
		<dc:creator>Erik Weibust</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[hmm]]></category>

		<guid isPermaLink="false">http://erik.weibust.net/?p=1238</guid>
		<description><![CDATA[Did you ever think I&#8217;d fire this bad boy up and start blogging again?  I didn&#8217;t.  I got hooked on twitter back in 2008 and haven&#8217;t looked back, or at this blog.  ;)  Anyhow, I&#8217;ve got the &#8220;itch&#8221; and will probably start blogging here more regularly.  No promises but I&#8217;m guessing you&#8217;ll see me chiming [...]]]></description>
			<content:encoded><![CDATA[<p>Did you ever think I&#8217;d fire this bad boy up and start blogging again?  I didn&#8217;t.  I got hooked on twitter <a title="Back when I got hooked on twitter" href="http://erik.weibust.net/2008/07/16/did-i-mention-i-got-a-twitter-account/">back in 2008</a> and haven&#8217;t looked back, or at this blog.  ;)  Anyhow, I&#8217;ve got the &#8220;itch&#8221; and will probably start blogging here more regularly.  No promises but I&#8217;m guessing you&#8217;ll see me chiming in every once in awhile.  I think I have a plugin installed that will tweet when I blog something, too.  Since most people have probably dropped this from their feed readers.</p>
<p>Also, for my *old* readers/followers&#8230;.  I&#8217;ve purged all the old posts that were just regurgitating my tweets here, to make me feel like I was still blogging. So this blog is back to a blog, and it may even get some new content.</p>
]]></content:encoded>
			<wfw:commentRss>http://erik.weibust.net/2011/07/28/this-blog-is-back-from-the-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://erik.weibust.net/2011/07/28/this-blog-is-back-from-the-dead/</feedburner:origLink></item>
		<item>
		<title>Dallas TechFest 2009 Recap…</title>
		<link>http://feedproxy.google.com/~r/EriksHmm/~3/kXuiWIQ7ST8/</link>
		<comments>http://erik.weibust.net/2009/06/22/dallas-techfest-2009-recap/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 05:04:21 +0000</pubDate>
		<dc:creator>Erik Weibust</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA["dallas techfest"]]></category>
		<category><![CDATA[dallastechfest]]></category>
		<category><![CDATA[dtf09]]></category>
		<category><![CDATA[techfest]]></category>

		<guid isPermaLink="false">http://erik.weibust.net/?p=1011</guid>
		<description><![CDATA[After close to 6 months of planning, Dallas TechFest 2009 is&#8230; &#8220;in the books.&#8221;  Planning and running an all-day tech conference with 40 presentations, 400+ (ok 401) attendees, X great sponsors, and Java and .NET developers is *totally* exhausting.  I took Saturday off to relax and now I&#8217;m back on my laptop writing this review. [...]]]></description>
			<content:encoded><![CDATA[<p>After close to 6 months of planning, <a title="Dallas TechFest 2009" href="http://www.dallastechfest.com">Dallas TechFest 2009</a> is&#8230; &#8220;in the books.&#8221;  Planning and running an all-day tech conference with 40 presentations, 400+ (ok 401) attendees, X great sponsors, and Java and .NET developers is <strong>*totally*</strong> exhausting.  I took Saturday off to relax and now I&#8217;m back on my laptop writing this review.</p>
<p>First, let me say, that it wasn&#8217;t just Java and .NET.  That was just a joke because it&#8217;s always those two languages pitted against each other.  Dallas TechFest was 8 technology tracks: Java, .NET, Flex, ColdFustion, Ruby, and Silverlight, and in those tracks other technologies were mixed in.  Our great speakers present at user groups and conferences all over the country, they&#8217;ve also authored a number of books.</p>
<p>Anyhow, thanks to everyone that helped out.  <a title="Tim Rayburn" href="http://timrayburn.net/">Tim Rayburn</a> did an awesome job heading things up, and <a title="Chris Koenig" href="http://blogs.msdn.com/chkoenig/">Chris Koenig</a> was the guy that kept things moving when we were being lazy and blowing off responsibilities, and <a title="Omar Villarreal" href="http://weblogs.asp.net/omarv/">Omar Villarreal</a> did great with sponsors.  I was especially happy to see the returning sponsors.  And lastly, I gotta thank <a title="Jonathan Campos" href="http://unitedmindset.com/jonbcampos/">Jonathan Campos</a> for all his work, that was a great after party.  I look forward to helping out again next year, given the chance.</p>
<p>Here are some relevant links covering the event:</p>
<ul>
<li><a title="Twitter #dallastechfest" href="http://search.twitter.com/search?q=dallastechfest">Twitter: #dallastechfest</a></li>
<li><a title="Twitter #dtf09" href="http://search.twitter.com/search?q=dtf09">Twitter: #dtf09</a></li>
<li><a title="Flickr photo set Dallas TechFest 2009" href="http://www.flickr.com/photos/chriskoenig/sets/72157619931314229/">Flickr photo set: Dallas TechFest 2009</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://erik.weibust.net/2009/06/22/dallas-techfest-2009-recap/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://erik.weibust.net/2009/06/22/dallas-techfest-2009-recap/</feedburner:origLink></item>
		<item>
		<title>Review of Spring Web Flow 2 Web Development</title>
		<link>http://feedproxy.google.com/~r/EriksHmm/~3/sLBDgvHVwdU/</link>
		<comments>http://erik.weibust.net/2009/05/28/review-of-spring-web-flow-2-web-development/#comments</comments>
		<pubDate>Fri, 29 May 2009 04:26:36 +0000</pubDate>
		<dc:creator>Erik Weibust</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring web flow]]></category>

		<guid isPermaLink="false">http://erik.weibust.net/?p=1002</guid>
		<description><![CDATA[I was approached by one of the editors at Packt Publishing about doing a review of Spring Web Flow 2 Web Development.  I obviously said yes, the title of this post *is* &#8220;Review of Spring Web Flow 2 Web Development&#8221;    Plus, I really don&#8217;t have much experience with Spring Web Flow 2 (SWF2) and [...]]]></description>
			<content:encoded><![CDATA[<p>I was approached by one of the editors at <a title="Packt Publishing" href="http://www.packtpub.com">Packt Publishing</a> about doing a review of <a title="Spring Web Flow 2 Web Development" href="http://www.packtpub.com/develop-powerful-web-applications-with-spring-web-flow-2">Spring Web Flow 2 Web Development</a>.  I obviously said yes, the title of this post *is* &#8220;Review of Spring Web Flow 2 Web Development&#8221;  <img src='http://erik.weibust.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Plus, I really don&#8217;t have much experience with <a title="Spring Web Flow 2" href="http://www.springsource.org/webflow">Spring Web Flow 2</a> (SWF2) and felt doing the review made perfect sense.</p>
<p>For those of you that appreciate my short, don&#8217;t-hold-back, opinions, I&#8217;ll start there:</p>
<p>Spring Web Flow 2 Web Development is both a great &#8220;getting started&#8221; book for people wanting to learn SWF2 and serves as a good high-level &#8220;getting started&#8221; with web programming using Spring / Java EE.  Definitely worth the time and money.</p>
<p>Now my detailed review:</p>
<p>Again, I really liked how Spring Web Flow 2 Web Development serves as both a jump-start on SWF2 and also covers technologies outside of SWF (<a title="Spring Security" href="http://static.springframework.org/spring-security/site/index.html">Spring Security</a>, build tools, <a title="Apache Tiles" href="http://tiles.apache.org/">Apache Tiles</a>, etc).  The book isn&#8217;t a detailed reference manual, that leaves you feeling you still don&#8217;t know how to use the technology, but gives the right amount of walk-through examples and framework documentation.</p>
<p>When finished with the book you will understand how to install SWF2, how to build and use the examples.  You will have numerous, feature-rich examples the authors build throughout the book.  You&#8217;ll know how to use SWF2 in a request-respone Spring MVC app and also with a JSF application.  You  get a solid tutorial on using Apache Tiles (kind of odd in a SWF book), a very detailed explanation of Spring Security and integrating Spring Security with SWF.  You also will understand how to test your flow definition and SWF application while also learning about <a title="EasyMock" href="http://easymock.org/">EasyMock</a>.</p>
<p>Here are my bulleted notes chapter by chapter:</p>
<p>ch 1:<br />
Very short, brief intro to Spring Web Flow 2.<br />
High level terms and definitions</p>
<p>ch 2 setup and example app:<br />
install swf2<br />
discuss the distribution<br />
discuss the example apps and how to build from src<br />
covers build systems (ant, mvn, ivy)<br />
eclipse and spring ide<br />
then a thorough example app<br />
-flow definition<br />
-service layer<br />
-dao with jpa impl</p>
<p>ch 3<br />
web flow documentation<br />
detailed look at flow definition (.., scopes, states)<br />
least favorite chapter<br />
hard to read, not enough example tying concepts together</p>
<p>ch4<br />
spring faces<br />
starts with intro to jsf<br />
I&#8217;m not interested in jsf</p>
<p>ch 5<br />
sub flows &#8211; built on ch2 and ch3<br />
spring javascript abstraction<br />
oddly placed apache tiles tutorial for combining swf, spring js, and tiles<br />
reference for web flow configuration</p>
<p>ch 6 testing swf apps<br />
covers use of AbstractXmlFlowExecutionTests<br />
short intro to EasyMock<br />
tests subflows</p>
<p>ch 7<br />
really good intro spring security<br />
spring security and swf</p>
]]></content:encoded>
			<wfw:commentRss>http://erik.weibust.net/2009/05/28/review-of-spring-web-flow-2-web-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://erik.weibust.net/2009/05/28/review-of-spring-web-flow-2-web-development/</feedburner:origLink></item>
		<item>
		<title>apt-get Notes for an Ubuntu user…</title>
		<link>http://feedproxy.google.com/~r/EriksHmm/~3/RpeNagoX_x0/</link>
		<comments>http://erik.weibust.net/2009/05/03/apt-get-notes-for-an-ubuntu-user/#comments</comments>
		<pubDate>Sun, 03 May 2009 15:50:52 +0000</pubDate>
		<dc:creator>Erik Weibust</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[notes]]></category>

		<guid isPermaLink="false">http://erik.weibust.net/?p=570</guid>
		<description><![CDATA[I&#8217;m adjusting to life as an Ubuntu user. How I got to being an Ubuntu user again is an ugly story of a failed Windows 7 install, more on that another time. One of the things I struggle with when using Ubuntu, is should I use the cmd-line and apt-get to update/upgrade/install software on my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m adjusting to life as an <a title="Ubuntu Home" href="http://www.ubuntu.com/">Ubuntu</a> user.  How I got to being an Ubuntu user again is an ugly story of a failed Windows 7 install, more on that another time. One of the things I struggle with when using Ubuntu, is should I use the cmd-line and <a title="apt-get search" href="http://www.google.com/search?q=apt-get">apt-get</a> to update/upgrade/install software on my systems or should I use the gui tool.  I&#8217;ve settled on apt-get from the cmd-line and now am trying to gather some information on what does what.</p>
<p>I&#8217;ll be using this post as a dumping spot for all my apt-get notes/gotchas/howtos.  You&#8217;ll see my notes on apt-get update and install.  What isn&#8217;t really clear, is how I search through the repos and understand the version and compatibility info on a package, or how I *even* do that.  I&#8217;ll go back and re-read the debian url I list below looking for that info and add it in the comments when I find it.</p>
<p>apt commands:</p>
<p>$ sudo apt-get update<br />
### apt-get update will &#8220;check&#8221; all the repos I have setup in my sources.list to see if there is anything new.  Most importantly running update is a must to move apt-get to reading a new, updated sources.list. Run update before upgrade.</p>
<p>$ sudo apt-get install app-name<br />
## apt-get install app-name will install the latest version of app-name.  If what is on my box is &#8220;current&#8221; nothing will be installed.</p>
<p>$ clean</p>
<p>$ remove</p>
<p>apt-get tutorial at debian site:<br />
<a href="http://www.debian.org/doc/manuals/debian-tutorial/ch-dpkg.html"> http://www.debian.org/doc/manuals/debian-tutorial/ch-dpkg.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://erik.weibust.net/2009/05/03/apt-get-notes-for-an-ubuntu-user/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://erik.weibust.net/2009/05/03/apt-get-notes-for-an-ubuntu-user/</feedburner:origLink></item>
		<item>
		<title>R.I.P. Kurt Cobain – 15 Years Gone…</title>
		<link>http://feedproxy.google.com/~r/EriksHmm/~3/uXtN9E_WhY0/</link>
		<comments>http://erik.weibust.net/2009/04/08/rip-kurt-cobain-15-years-gone/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 06:06:52 +0000</pubDate>
		<dc:creator>Erik Weibust</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA["kurt cobain"]]></category>
		<category><![CDATA[nirvana]]></category>

		<guid isPermaLink="false">http://erik.weibust.net/?p=984</guid>
		<description><![CDATA[Man, I almost missed it.  Kurt Cobain, one of my favorite artists / songwriters / musicians / band leaders was found dead 15 years ago today, April 8, 1994. I was a sophomore in college, and I was devastated.  Nirvana was easily my favorite band and the news shocked me.  I was so pissed when [...]]]></description>
			<content:encoded><![CDATA[<p>Man, I almost missed it.  <a title="Kurt Cobain" href="http://en.wikipedia.org/wiki/Kurt_Cobain">Kurt Cobain</a>, one of my favorite artists / songwriters / musicians / band leaders was found dead 15 years ago today, April 8, 1994.</p>
<p>I was a sophomore in college, and I was devastated.  Nirvana was easily my favorite band and the news shocked me.  I was so pissed when I heard that he had committed suicide.  It was such a loser move.  I&#8217;m still bitter that he did it.  What a waste.</p>
<p>Take a minute and enjoy some Nirvana and have a good thought for Kurt&#8217;s daughter.  I&#8217;m sure she misses her dad.</p>
<div id="attachment_985" class="wp-caption aligncenter" style="width: 394px"><img class="size-full wp-image-985" title="R.I.P. Kurt Cobain" src="http://erik.weibust.net/wp-content/uploads/2009/04/23416405-23416407-large.jpg" alt="R.I.P. Kurt Cobain" width="384" height="579" /><p class="wp-caption-text">R.I.P. Kurt Cobain</p></div>
]]></content:encoded>
			<wfw:commentRss>http://erik.weibust.net/2009/04/08/rip-kurt-cobain-15-years-gone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://erik.weibust.net/2009/04/08/rip-kurt-cobain-15-years-gone/</feedburner:origLink></item>
		<item>
		<title>Obama the President</title>
		<link>http://feedproxy.google.com/~r/EriksHmm/~3/3V1gonMDaS8/</link>
		<comments>http://erik.weibust.net/2009/03/31/obama-the-president/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 02:39:23 +0000</pubDate>
		<dc:creator>Erik Weibust</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://erik.weibust.net/?p=979</guid>
		<description><![CDATA[Obama the President.  Can we trust him?]]></description>
			<content:encoded><![CDATA[<p>Obama the President.  Can we trust him?</p>
<div id="attachment_980" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-980" title="obama_the_president" src="http://erik.weibust.net/wp-content/uploads/2009/03/obama_the_president.jpg" alt="Obama the President" width="600" height="406" /><p class="wp-caption-text">Obama the President</p></div>
]]></content:encoded>
			<wfw:commentRss>http://erik.weibust.net/2009/03/31/obama-the-president/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://erik.weibust.net/2009/03/31/obama-the-president/</feedburner:origLink></item>
	</channel>
</rss>

