<?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>mikewitters.com &#187; EAI</title>
	<atom:link href="http://mikewitters.wordpress.com/category/eai/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikewitters.wordpress.com</link>
	<description>my $0.02 about stuff</description>
	<lastBuildDate>Wed, 30 Nov 2011 12:22:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mikewitters.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>mikewitters.com &#187; EAI</title>
		<link>http://mikewitters.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mikewitters.wordpress.com/osd.xml" title="mikewitters.com" />
	<atom:link rel='hub' href='http://mikewitters.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Entering the blogosphere &#8211; with purpose.</title>
		<link>http://mikewitters.wordpress.com/2007/04/14/entering-the-blogosphere-with-purpose/</link>
		<comments>http://mikewitters.wordpress.com/2007/04/14/entering-the-blogosphere-with-purpose/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 23:50:47 +0000</pubDate>
		<dc:creator>mikewitters</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[EAI]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[LifeLessons]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[ProfessionalStuff]]></category>
		<category><![CDATA[SoftwareDev]]></category>

		<guid isPermaLink="false">http://192.168.1.4/?p=16</guid>
		<description><![CDATA[So why do I blog? Well, a few weeks ago I heard a guy in a podcast or something, can&#8217;t remember exactly, say something along the lines of &#8220;With the way information is flowing today, and what KIDS just know about the internet and online identities, if you&#8217;re in a tech field and you don&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikewitters.wordpress.com&amp;blog=1088232&amp;post=16&amp;subd=mikewitters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So why do I blog?  Well, a few weeks ago I heard a guy in a podcast or something, can&#8217;t remember exactly, say something along the lines of &#8220;With the way information is flowing today, and what KIDS just know about the internet and online identities, if you&#8217;re in a tech field and you don&#8217;t have an online identity in 2010 then you will be at a disadvantage to those who do.&#8221;   I can&#8217;t remember the details because at the moment I giggled about it.  A few days later, during my daughters 3rd birthday party at my house, I walked into my office and found my wife trying to help my nephew upload a picture she had just taken of him into his myspace page.  We fiddled around with it for a bit and finally got it done.  I was somewhat taken by the fact that he&#8217;s 12 years old and was talking about this friends page and that friends page, how cool they were, and how many people visited them.  I decided that the guy I had heard was probably right.  I wish I would have paid more attention to who he was.  I do remember that he had started and sold 4 or 5 companies that were on the edge of technology &#8211; basically the commentator was saying he had a knack for seeing things coming and being right about them. <span id="more-16"></span><br />
I decided to create an online persona&#8230; even if noone sees any of it.  I also decided I had to do it with a purpose.  I struggled with what sort of content to blog about:  gripes, programming, design and architecture stuff, or whatever.  Up to now I&#8217;ve pretty much just babbled on about this or that.  I will probably still do so from time to time, but I&#8217;m going to try to focus on important issues&#8230; things that I can offer some intelligible thoughts and ideas to.  I dont want to be the four hundred thousandth guy who teaches you how to make curved divs with CSS or the 2 millionth who says you should check into SOA.  I want to be more pointed.  So, there are 4 major categories of stuff I&#8217;m going to have on the site.  First, I have decided to make available some of the code I re-write in one form or another client after client.  I&#8217;ll write them with a generic spin so that they aren&#8217;t tailored to any client.  Second, I want to document the &#8216;gotchas&#8217; that I see in architecture and development.  Any one might be a small code level issue or some major enterprise architecture decision that could derail whatever it is you are working on.  Third, general development and architecture &#8216;preaching&#8217; &#8211; self explanatory.  And finally, anything else I want to mention.  I&#8217;ll try to keep this to a minimum and I&#8217;ll try to make sure that whatever it is has a point &#8211; Again, I don&#8217;t want to just babble.  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
The first framework I&#8217;m going to make available is what I&#8217;m calling <strong>JobMF</strong> (Java Organized Byte Message Framework).  It will be a framework for creating &#8216;fixed&#8217; format messages in Java.  See my next post for more details.  It&#8217;s a crappy name, and I&#8217;ll take suggestions for a new one if you&#8217;ve got any.  I have a list of &#8216;gotchas&#8217; a mile long so I just have to decide what is worthy and post them.  As for the other stuff, well, as the mood strikes me about something, I&#8217;ll write it up.<br />
Anyways, enough babbling about what I&#8217;m going to try to not just babble about in the future.  I hope I write something that people find interesting.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mikewitters.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mikewitters.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikewitters.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikewitters.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikewitters.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikewitters.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikewitters.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikewitters.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikewitters.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikewitters.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikewitters.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikewitters.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikewitters.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikewitters.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikewitters.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikewitters.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikewitters.wordpress.com&amp;blog=1088232&amp;post=16&amp;subd=mikewitters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikewitters.wordpress.com/2007/04/14/entering-the-blogosphere-with-purpose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1436a3ee10594fdfc81705f1415b595?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikewitters</media:title>
		</media:content>
	</item>
		<item>
		<title>Resume Writing 101 (says me)</title>
		<link>http://mikewitters.wordpress.com/2007/04/05/resume-writing/</link>
		<comments>http://mikewitters.wordpress.com/2007/04/05/resume-writing/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 03:14:12 +0000</pubDate>
		<dc:creator>mikewitters</dc:creator>
				<category><![CDATA[BusinessMgmt]]></category>
		<category><![CDATA[EAI]]></category>
		<category><![CDATA[LifeLessons]]></category>
		<category><![CDATA[SoftwareDev]]></category>

		<guid isPermaLink="false">http://192.168.1.4/?p=12</guid>
		<description><![CDATA[Part of my job at my company is to interview potential employees whose resumes fit a technical profile &#8211; basically they&#8217;re a Java/WebSphere person (or aspire to be). They range from entry level people (who don&#8217;t really fit this blog post) to people who have been doing development for many years. I have two major [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikewitters.wordpress.com&amp;blog=1088232&amp;post=57&amp;subd=mikewitters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Part of my job at my company is to interview potential employees whose resumes fit a technical profile &#8211; basically they&#8217;re a Java/WebSphere person (or aspire to be).  They range from entry level people (who don&#8217;t really fit this blog post) to people who have been doing development for many years.  I have two major pet peeves about resumes for potential candidates.<span id="more-57"></span></p>
<ol>
<li>Size Matters
<p>When I was at Miami University, we had a chance to work with a &#8216;resume writer&#8217; who was a real stickler on a having a single page resume.  I&#8217;m not that strict, but I do have my limits.  Just as I don&#8217;t see how someone could, even briefly, describe 5 or more years of diverse experience in a single page, I cannot, for the life of me, understand how someone could need 10 pages to give me a brief synopsis of their career, skills, and desires.  I see these ten page resumes and think that someone was paid to farm every acronym known to technology and find a way to stick it into a resume meant for my inbox.  Its irritating.  What makes it worse is when the conversation goes something like this:<br />
Me: &#8216;So, I see here that you have experience with [insert acronym here]&#8216;</p>
<p>Interviewee: &#8216;Yes, well I was on a project where we made extensive  use of [said acronym]&#8216;</p>
<p>Me: &#8216;During that project, how much did you deal with [said acronym]?&#8217;</p>
<p>Interviewee: &#8216;uhhh hummm.  Well, I was in charge of [different acronym] and had to write an ANT script to pull in the [said acronym] jar file&#8217;</p>
<p>OK, Ok&#8230; so its not usually that bad, but you can tell on these insanely large resumes that the person has been no more than &#8216;exposed&#8217; to half the stuff listed the resume.  On the other hand I&#8217;ve gotten short, concise resumes that barely interest me, only to have the interviewees blow me away with a breadth and depth of knowledge that buries what was listed in the resume.</p>
<p>I think there is a middle ground somewhere in there.  Where the resume tells enough of the story that a potential employer sees you as a possible fit and wants to spend some time (more than 15 minutes) with you to determine if you would be a good fit in their organization.  I hope <a href="http://www.mikewitters.com/resume.html">my resume</a> hits it, but only future potential employers would know (I&#8217;m not looking).</p>
</li>
<li>Originality Counts for Something
<p>
This is no joke&#8230; I&#8217;ve seen two resumes in a weeks time that were 98% identical in content (besides some whitespace, only the candidate names and previous position company names were changed).  It is plain to see that the candidates are being marketed by a firm or that they by chance copied the resume of someone I just interviewed or will be interviewing.  Either way, its a turn off for me.
</p>
<p>
If you&#8217;re being marketed by a firm I instantly know that your resume is fluff.  I have zero faith in anything it says and will therefore shuffle it to the bottom of my pile, right or wrong.  I have dealt with far too many of these candidates and realize that their responses are as canned as their resumes &#8211; to the point of being humorous sometimes.  Case in point (Not verbatim, but close)<br />
Me: &#8216;Can you give me an example of how you have used EJBs to solve a specific business problem?&#8217;</p>
<p>Interviewee: &#8216;EJBs are a mechanism in J2EE by which you can encapsulate business logic&#8217;</p>
<p>Me: &#8216;Ooooookay.   What would I use Servlet Chaining for?&#8217;</p>
<p>Interviewee: &#8216;Servlets are a mechanism in J2EE by which you can encapsulate web form requests and other web interactions&#8217;</p>
<p>That one was probably the worst case I&#8217;ve seen, but there are many other instances that come close.  I mean, really, whats the point of putting things on your resume that you can&#8217;t answer questions about in a conversational manner?
</p>
</li>
</ol>
<p>So, I guess what I&#8217;m saying is to make your resume interesting, concise, readable, and REAL.  All you need to do is get in the door, or on the phone of the potential employer &#8211; then your charm, charisma, and L33t technical skillz will win you the job.  <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mikewitters.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mikewitters.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikewitters.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikewitters.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikewitters.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikewitters.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikewitters.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikewitters.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikewitters.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikewitters.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikewitters.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikewitters.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikewitters.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikewitters.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikewitters.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikewitters.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikewitters.wordpress.com&amp;blog=1088232&amp;post=57&amp;subd=mikewitters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikewitters.wordpress.com/2007/04/05/resume-writing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1436a3ee10594fdfc81705f1415b595?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikewitters</media:title>
		</media:content>
	</item>
	</channel>
</rss>
