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

<channel>
	<title>Sceneric Thinking &#187; Delivery</title>
	<atom:link href="http://www.sceneric.com/blogs/?feed=rss2&#038;cat=5" rel="self" type="application/rss+xml" />
	<link>http://www.sceneric.com/blogs</link>
	<description>thoughts on technology and industry</description>
	<lastBuildDate>Thu, 28 Jun 2012 14:12:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Recognising Launch Anxiety</title>
		<link>http://www.sceneric.com/blogs/?p=98</link>
		<comments>http://www.sceneric.com/blogs/?p=98#comments</comments>
		<pubDate>Thu, 08 Dec 2011 02:01:02 +0000</pubDate>
		<dc:creator>jimherbert</dc:creator>
				<category><![CDATA[Delivery]]></category>
		<category><![CDATA[Methodology]]></category>

		<guid isPermaLink="false">http://www.sceneric.com/blogs/?p=98</guid>
		<description><![CDATA[With every project there will come a time during testing where the bugs are being raised, and fixed and classified in the usual way:

Blocking bug &#8211; can&#8217;t launch with one of these
Major bug &#8211; don&#8217;t want to launch with more than X of these
Minor bug &#8211; don&#8217;t want to launch with more than Y of [...]]]></description>
			<content:encoded><![CDATA[<p>With every project there will come a time during testing where the bugs are being raised, and fixed and classified in the usual way:</p>
<ul>
<li>Blocking bug &#8211; can&#8217;t launch with one of these</li>
<li>Major bug &#8211; don&#8217;t want to launch with more than X of these</li>
<li>Minor bug &#8211; don&#8217;t want to launch with more than Y of these</li>
</ul>
<p>No matter how well the project has gone, there will come a point when the pressure is on to launch and suddenly those Major&#8217;s seem like Blockers or &#8220;actually, this Minor is more important than this Blocker can you work on that&#8221;.  At Sceneric we call this &#8220;launch anxiety&#8221; and it can stop a project on the brink of success.  How to recognise it?</p>
<ul>
<li>Track the bugs in a decent bug / task tracking package (we use Jira &amp; Greenhopper)</li>
<li>If, close to launch deadline, there is a sudden upward trend of Blocking bugs &#8211; sit down and discuss as a team.  Are these *really* Blocking bugs, or is it a way of delaying launch (which might be useful from a dependency perspective), a genuine fear of launching or simply a way to get &#8220;best value for money&#8221; in the dev phase</li>
</ul>
<p>If launch anxiety is taking hold, it&#8217;s important to clients and vendors alike to remember the cost of not launching.  We often see 100% increases in online revenue with new sites &#8211; it begs the question &#8220;is this bug <strong>really</strong> stopping me from launching my site and missing out on that extra cash?&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sceneric.com/blogs/?feed=rss2&amp;p=98</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating SVN and Mantis on WAMP</title>
		<link>http://www.sceneric.com/blogs/?p=62</link>
		<comments>http://www.sceneric.com/blogs/?p=62#comments</comments>
		<pubDate>Tue, 12 May 2009 22:30:07 +0000</pubDate>
		<dc:creator>jimherbert</dc:creator>
				<category><![CDATA[Delivery]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[change control]]></category>
		<category><![CDATA[mantis]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.sceneric.com/blogs/?p=62</guid>
		<description><![CDATA[A superb blog article here:
http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/
describes how to integrate SVN and Mantis, however the post-commit hook is for linux.  To do this on windows:
post-commit.bat
SET REPOS=%1
SET REV=%2
SET TMP_LOG=%TEMP%.\svnfileTMP-%REV%
D:\&#60;svnhome&#62;\bin\svnlook log -r %REV% %REPOS%&#62;%TMP_LOG% 

D:\&#60;phphome&#62;\php.exe -q D:\&#60;mantishome&#62;\core\checkin.php &#60; %TMP_LOG%
]]></description>
			<content:encoded><![CDATA[<p>A superb blog article here:</p>
<p><a href="http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/" target="_blank">http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/</a></p>
<p>describes how to integrate SVN and Mantis, however the post-commit hook is for linux.  To do this on windows:</p>
<pre><strong>post-commit.bat</strong></pre>
<pre>SET REPOS=%1
SET REV=%2
SET TMP_LOG=%TEMP%.\svnfileTMP-%REV%
D:\&lt;svnhome&gt;\bin\svnlook log -r %REV% %REPOS%&gt;%TMP_LOG% 

D:\&lt;phphome&gt;\php.exe -q D:\&lt;mantishome&gt;\core\checkin.php &lt; %TMP_LOG%</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.sceneric.com/blogs/?feed=rss2&amp;p=62</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quality not quantity</title>
		<link>http://www.sceneric.com/blogs/?p=36</link>
		<comments>http://www.sceneric.com/blogs/?p=36#comments</comments>
		<pubDate>Sun, 15 Mar 2009 10:08:02 +0000</pubDate>
		<dc:creator>jimherbert</dc:creator>
				<category><![CDATA[Delivery]]></category>
		<category><![CDATA[Enterprise Integration]]></category>
		<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[Investment Banking]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Life and Pensions]]></category>
		<category><![CDATA[Methodology]]></category>
		<category><![CDATA[Mule]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Axis]]></category>
		<category><![CDATA[best practice]]></category>
		<category><![CDATA[CXF]]></category>
		<category><![CDATA[expert]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[offshore]]></category>
		<category><![CDATA[Webservices]]></category>

		<guid isPermaLink="false">http://www.sceneric.com/blogs/?p=36</guid>
		<description><![CDATA[As an SME consulting company, we often come up against large offshore development set-ups and the classic accountancy argument &#8220;We&#8217;ll use them as their day rates are a fraction of yours&#8221;.  There is an obvious problem with this &#8211; software development is complicated and expertise gained over years of coding, integrating and testing can lead [...]]]></description>
			<content:encoded><![CDATA[<p>As an SME consulting company, we often come up against large offshore development set-ups and the classic accountancy argument &#8220;We&#8217;ll use them as their day rates are a fraction of yours&#8221;.  There is an obvious problem with this &#8211; software development is complicated and expertise gained over years of coding, integrating and testing can lead to orders of magnitude of improvement in speed of development and subsequent quality.</p>
<p>We&#8217;ve recently come up against an excellent example of this.  While on client site, we were integrating to a credit card provider in Mule via web services.  Mule supports CXF, Axis 1 and Axis 2 as Java WS frameworks, and they all have positives and negatives so we advised the client to use the same framework as their offshore supplier had used in the back-office system to ensure support and maintenance was made easier.  We subsequently discovered that, as they had no experience of Web Service integration, the offshore supplier had used HTTPConnection and DOM &#8211; i.e. they were hard-coding each web service call.</p>
<p>That afternoon, we integrated all 5 webservices and used Mule&#8217;s definition XML to model the control process.  In 4 hours work we had acheived the equivalent of over 200 man days of offshore development.</p>
<p>Expertise was obviously the clear winner here!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sceneric.com/blogs/?feed=rss2&amp;p=36</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
