<?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"
	>

<channel>
	<title>Andrew Eells dot com</title>
	<atom:link href="http://www.andrew-eells.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrew-eells.com</link>
	<description>Java, Oracle, Web comments</description>
	<pubDate>Sat, 08 Nov 2008 10:33:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Laws of Productivity</title>
		<link>http://www.andrew-eells.com/2008/10/07/laws-of-productivity/</link>
		<comments>http://www.andrew-eells.com/2008/10/07/laws-of-productivity/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 21:57:56 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
		
		<category><![CDATA[Agile]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=158</guid>
		<description><![CDATA[This article discussing productivity of technical teams is really good stuff. It&#8217;s all backed up by research, which is especially helpful for those who might be building or managing a technical team and need to make a case to business sponsors or stakeholders.
A nod to Tales from a Trading Desk where I first discovered the [...]]]></description>
			<content:encoded><![CDATA[<p>This article discussing productivity of technical teams is really <a title="Rules of Productivity" href="http://lostgarden.com/Rules%20of%20Productivity.pdf" target="_blank">good stuff</a>. It&#8217;s all backed up by research, which is especially helpful for those who might be building or managing a technical team and need to make a case to business sponsors or stakeholders.</p>
<p>A nod to <a title="Tales from a Trading Desk" href="http://mdavey.wordpress.com/" target="_blank">Tales from a Trading Desk</a> where I first discovered the article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrew-eells.com/2008/10/07/laws-of-productivity/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apple of my eye?</title>
		<link>http://www.andrew-eells.com/2008/09/30/apple-of-my-eye/</link>
		<comments>http://www.andrew-eells.com/2008/09/30/apple-of-my-eye/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 20:42:21 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[JDK7]]></category>

		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=150</guid>
		<description><![CDATA[Having just signed up to collaborate on JDK7, it looks as though there&#8217;s about zero chance of this happening on a Mac OSX. Grrrr&#8230;.! Having done some further reading, it seems like this might be old news to some people - I&#8217;ve only really started to cut code on my Mac recently - and I [...]]]></description>
			<content:encoded><![CDATA[<p>Having just signed up to collaborate on JDK7, it looks as though there&#8217;s about <a title="OpenJDK answers from Sun" href="http://weblogs.java.net/blog/robogeek/archive/2007/05/some_openjdk_an.html" target="_blank">zero chance</a> of this happening on a Mac OSX. Grrrr&#8230;.! Having done some further reading, it seems like this might be old news to some people - I&#8217;ve only really started to cut code on my Mac recently - and I do vaguely remember the storm in the news when Leopard was released, so there&#8217;s obviously been a <a title="Grrrr!" href="http://www.javalobby.org/java/forums/t102936.html" target="_blank">lot of frustration</a> within the Java development community at Apple&#8217;s latency on JDK updates&#8230; Now that we are a year down the line however, is anyone any the wiser as to why Apple are not listening?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrew-eells.com/2008/09/30/apple-of-my-eye/feed/</wfw:commentRss>
		</item>
		<item>
		<title>To GPL or not&#8230;</title>
		<link>http://www.andrew-eells.com/2008/09/29/gpl/</link>
		<comments>http://www.andrew-eells.com/2008/09/29/gpl/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 18:16:06 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
		
		<category><![CDATA[Agile]]></category>

		<category><![CDATA[Database]]></category>

		<category><![CDATA[agile database framework]]></category>

		<category><![CDATA[gpl]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=134</guid>
		<description><![CDATA[As the following post describes in more detail, I have created and released under the GPL a versioning framework for database release patching. This has been tested and used in an Agile environment with multiple users throughout all stages of the development lifecycle. Please feel free to download and use it within your project, or [...]]]></description>
			<content:encoded><![CDATA[<p>As the <a title="Database Versioning Framework" href="/agile-database-framework/" target="_self">following post</a> describes in more detail, I have created and released under the <a title="GNU GPL" href="http://www.gnu.org/copyleft/gpl.html" target="_blank">GPL</a> a versioning framework for database release patching. This has been tested and used in an Agile environment with multiple users throughout all stages of the development lifecycle. Please feel free to <a href="/wp-content/uploads/2008/09/dbvtar.gz">download</a> and use it within your project, or comment on any improvements you think could be made.</p>
<p>I thought it worth explaining the reason why I have released it under the Ordinary GPL and not the Lesser version. Firstly, I doubt this framework is ever likely to appear as part of a software release bundle - it&#8217;s more likely to be used to support the software development process and releases themselves, as opposed to actually being part of an application. And secondly, I would rather this were not used for direct commercial gain but to give users of freeware a benefit over commercial applications or software houses. There&#8217;s a very good explanation of the pros and cons on the <a title="Why you shouldn't use the Lesser GPL" href="http://www.gnu.org/licenses/why-not-lgpl.html" target="_blank">GNU site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrew-eells.com/2008/09/29/gpl/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Architect Responsibilities</title>
		<link>http://www.andrew-eells.com/2008/09/22/architect/</link>
		<comments>http://www.andrew-eells.com/2008/09/22/architect/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 20:13:04 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
		
		<category><![CDATA[Architecture]]></category>

		<category><![CDATA[Roles]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=61</guid>
		<description><![CDATA[Whilst trying to identify some of the gaps in my own experience, I stumbled across coding the architecture.
It has some very useful articles on software architects and what they should be doing, as well as not doing! The most helpful for me personally was an article describing the role profile as I have worked with [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst trying to identify some of the gaps in my own experience, I stumbled across <a href="http://www.codingthearchitecture.com" target="_blank">coding the architecture</a>.</p>
<p>It has some very useful articles on software architects and what they should be doing, as well as not doing! The most helpful for me personally was an article describing the <a href="http://www.codingthearchitecture.com/2007/07/31/role_profile_for_software_architects.html" target="_blank">role profile</a> as I have worked with several architects over the years, and their daily duties varied markedly. As well as self-assessment, I think the published matrix could also be very useful whilst interviewing candidates - the author has attempted to assign a degree of responsibility to each aspect. For me, it&#8217;s not always cut and dried exactly who is contributing what to a particular project, be it a senior developer or an architect - it depends very much upon an individual&#8217;s desire to contribute as well as their particular skill-set.</p>
<p>In general, I was very impressed with the tone of <a href="http://www.codingthearchitecture.com" target="_blank">coding the architecture</a>. It is very hands-on and pragmatic in it&#8217;s approach, and dispenses with most of the fluff you sometimes hear from senior guys who haven&#8217;t got their hands dirty in a while. From my own experience and the way I have tried to build my own career, I&#8217;m of the firm belief that an architect who loses touch with the code base is asking for a fall&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrew-eells.com/2008/09/22/architect/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Browser wars?</title>
		<link>http://www.andrew-eells.com/2008/09/03/browser-wars/</link>
		<comments>http://www.andrew-eells.com/2008/09/03/browser-wars/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 14:14:41 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Amazon EC2]]></category>

		<category><![CDATA[Amazon S3]]></category>

		<category><![CDATA[Apache Hadoop]]></category>

		<category><![CDATA[BView]]></category>

		<category><![CDATA[Cloud]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=9</guid>
		<description><![CDATA[I have been interested in &#8220;the cloud&#8221; for a while, having recently employed Amazon S3&#8217;s services to great effect at BView, as well as read a little about Amazon&#8217;s EC2 and Apache&#8217;s Hadoop. So I have been following the browser wars and Google&#8217;s Chrome entry to the market and all the industry commentary with interest.
What [...]]]></description>
			<content:encoded><![CDATA[<p>I have been interested in &#8220;the cloud&#8221; for a while, having recently employed <a href="http://aws.amazon.com/s3" target="#">Amazon S3&#8217;s</a> services to great effect at <a href="http://wwww.bview.co.uk" target="#">BView</a>, as well as read a little about <a href="http://aws.amazon.com/ec2" target="#">Amazon&#8217;s EC2</a> and <a href="http://hadoop.apache.org/core/" target="#">Apache&#8217;s Hadoop</a>. So I have been following the browser wars and <a href="http://www.google.com/chrome" target="#">Google&#8217;s Chrome</a> entry to the market and all the industry commentary with interest.</p>
<p>What has this to do with cloud computing? Well, if the current trend for &#8216;Software as a service&#8217; really delivers, then which browser you are using is going to be much more important than it currently is - the really interesting part of this for me as a developer is that Google appear to have made each tab run as a separate process. But re-engineering the tab processes is something existing market players could resolve with their own browsers should the need arise - with some difficulty, yes, but definitely within the realms of possibility for gifted software engineering teams.</p>
<p>Initial reports on Chrome don&#8217;t seem all that favourable, and it really doesn&#8217;t appear to contain the &#8216;<a href="http://technology.timesonline.co.uk/tol/news/tech_and_web/article4666846.ece" target="#">killer app</a>&#8216; which might make those outside the technology industry adopt it. I would wager that Google have a very valid reason for bringing a new browser to the market, and I can&#8217;t believe that making the JavaScript engine 10% faster is what it&#8217;s really all about. But at the end of the day, Chrome is totally dependant on whichever OS it&#8217;s being run on and <a href="http://www.techdirt.com/articles/20080901/1621392138.shtml" target="_blank">suggestions</a> that Google is targeting Windows as opposed to IE are way wide of the mark for the moment.</p>
<p>With thanks to <a href="http://www.theregister.co.uk/2008/09/08/dziuba_chrome/" target="_blank">El Reg</a>, who made me reconsider my initial post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrew-eells.com/2008/09/03/browser-wars/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to Andrew Eells dot com!</title>
		<link>http://www.andrew-eells.com/2008/08/19/hello-world/</link>
		<comments>http://www.andrew-eells.com/2008/08/19/hello-world/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 14:49:36 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Dilbert]]></category>

		<category><![CDATA[Mauve]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=1</guid>
		<description><![CDATA[This is Andrew Eells dot com my first foray into a personal website. My intention is to start to showcase some of my skills and any components I may have built that might be of interest to the Software Development Community.
It is still early days though, so please bear with me whilst I start to [...]]]></description>
			<content:encoded><![CDATA[<p>This is <a href="http://www.andrew-eells.com" target="_self">Andrew Eells dot com</a> my first foray into a personal website. My intention is to start to showcase some of my skills and any components I may have built that might be of interest to the Software Development Community.</p>
<p>It is still early days though, so please bear with me whilst I start to build it out.</p>
<p>In the meantime, one of the reasons I enjoy being a techie&#8230;</p>
<div id="attachment_6" class="wp-caption alignnone" style="width: 310px"><a href="http://www.andrew-eells.com/wp-content/uploads/2008/09/mauve.jpg"><img class="size-medium wp-image-6" title="mauve" src="http://www.andrew-eells.com/wp-content/uploads/2008/09/mauve-300x109.jpg" alt="mauve database" width="300" height="109" /></a><p class="wp-caption-text">mauve database</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.andrew-eells.com/2008/08/19/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
