<?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>eSoftHead, a Vietnam Software Outsourcing Company&#187; Software Development Process</title>
	<atom:link href="http://blog.esofthead.com/category/software-development-process/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.esofthead.com</link>
	<description>The official blog of eSoftHead Company</description>
	<lastBuildDate>Thu, 01 Jul 2010 21:17:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Preconditions of applying Agile process</title>
		<link>http://blog.esofthead.com/preconditions-of-applying-agile-process/</link>
		<comments>http://blog.esofthead.com/preconditions-of-applying-agile-process/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 06:27:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[Software Development Process]]></category>
		<category><![CDATA[Software Engineer]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://blog.esofthead.com/preconditions-of-applying-agile-process/</guid>
		<description><![CDATA[Probably you already hear Agile process at least one time in your software development life. Yes, this word becomes very popular nowadays. Google 'Agile' return many search results, you can see many successful case studies of Agile also the failures too. Many blames to Agile such as 'no documentation at all', 'suitable for small projects [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="P" class="cap"><span>P</span></span>robably you already hear Agile process at least one time in your software development life. Yes, this word becomes very popular nowadays. Google 'Agile' return many search results, you can see many successful case studies of Agile also the failures too. Many blames to Agile such as 'no documentation at all', 'suitable for small projects only', 'Agile is worth for process consultant not for enterprise' etc. Actually, Agile process is not suitable for all teams, it is different with older process (that the old manager already have experience) that it focuses on people, their skills and work attitude not project artifacts (use-cases, design document, process checklists, various project reports). The different focused items could cause guy, who is familiar with traditional process model, confused. If you want to applying Agile process to your real project (or the pilot one), your team must meet some pre-conditions to meet Agile, if not your project probably be failed. <span id="more-233"></span>Here they are:</p>
<ul>
<li><strong>Transparency:</strong><br />
<img src="http://farm4.static.flickr.com/3602/3479232264_b59b63485b_o.jpg" alt="agile_freedom" width="676" height="269" /><br />
All project artifacts are available and visible to all members. People can know the status of other works, project status. I saw some people show their importance by hiding source of information, or keep the knowledge of their side. We must prohibit such actions in Agile process. The clear, simple communication plan or good knowledge sharing system will increase the transparency in your project.</li>
<li><strong>Ethics:</strong>
<p><img src="http://farm4.static.flickr.com/3335/3479232292_fde6bccb94_o.jpg" alt="agile_ethics" width="395" height="278" /><br />
Sometimes, I must deal with the meaning 'What is done?'. Whether people tell the truth when they said they complete their tasks on time (usually, the developer means when they complete 100% functional coding but they do not focus on their implementation quality - I give another blog post about this in future). Give the clear definition of terms you expect all have the same understanding and people must follow the rules. The short iteration requires people report the their statuses, problems exactly daily or bi-daily - They should not hide the facts that could make the bad domino affect to project.</li>
<li><strong>Team work:</strong>
<p><img src="http://farm4.static.flickr.com/3336/3478423881_8f7b6e2c97_o.jpg" alt="agile_teamwork" width="361" height="345" /><br />
Could we lack team work when we work in a team especially in the environment requires frequent communication among members?</li>
<li><strong>Freedom:</strong>
<p><img src="http://farm4.static.flickr.com/3390/3479232354_55550ef0c8_o.jpg" alt="freedom" width="394" height="374" /></p>
<p>Think outside the box, the goal is making your project success not 'how to write the use case document and scare customer how professional we are', 'write the complexity architecture to show our high technical competence skills'. Think and do whatever makes your project successfully. Do not fix in one pattern solution to problem, for example 'We only use long pages use case to describe our requirements'.</li>
<li><strong>Open communication:</strong>
<p><img src="http://farm4.static.flickr.com/3360/3478423771_b808917ee1_o.jpg" alt="agile_open_communication" width="320" height="240" /></p>
<p>You can talk anything in a party, you can show your weakness with your friend but some people can not share the similar things in their project team. They are scared if their project managers know they have the unsolved problems (while their colleague used to have experience and he could solve it in minute), they are scared if they raise their hand and ask a silly question etc. Removing the barrier in communication, listen your colleagues is the key to make inter-communication among members becomes better.</li>
<li><strong>Maturity:</strong>
<p><img src="http://farm4.static.flickr.com/3605/3478424013_fabebff049_o.jpg" alt="maturity" width="339" height="340" /></p>
<p>I believe that fresher could not follow Agile practices successfully without coaching. Some people think that Agile just is the chaotic process, that people just coding and coding (no requirement document, you write code and test) etc. Every one could join Agile process but how about quality? Writing the right unit test is no easy and follow Agile practices such as YAGNI is not simple as what it stated. The responsibilities of Agile developer is harder than the normal one: they must write the test code, they more involve to requirements process/estimation and actively manage their tasks. The works of product owner, tester, BA are different than traditional roles too. What they learn from Agile is different from what they learn before: it is not the definition of milestone, what artifacts must have in some specific integration but the software practices, attitude and flexibility combines with their job competence skills.</li>
</ul>
<p class="zoundry_raven_tags">The rest of Agile introduction, you can see in my 'Agile introduction' presentation at <a href="http://s3.amazonaws.com/ppt-download/agileprocessintroduction-123734368283-phpapp01.pdf">here</a> .</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process&amp;bodytext=Probably%20you%20already%20hear%20Agile%20process%20at%20least%20one%20time%20in%20your%20software%20development%20life.%20Yes%2C%20this%20word%20becomes%20very%20popular%20nowadays.%20Google%20%27Agile%27%20return%20many%20search%20results%2C%20you%20can%20see%20many%20successful%20case%20studies%20of%20Agile%20also%20the%20failures%20" title="Digg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Sphinn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process&amp;notes=Probably%20you%20already%20hear%20Agile%20process%20at%20least%20one%20time%20in%20your%20software%20development%20life.%20Yes%2C%20this%20word%20becomes%20very%20popular%20nowadays.%20Google%20%27Agile%27%20return%20many%20search%20results%2C%20you%20can%20see%20many%20successful%20case%20studies%20of%20Agile%20also%20the%20failures%20" title="del.icio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;t=Preconditions%20of%20applying%20Agile%20process" title="Facebook"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Mixx"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process&amp;annotation=Probably%20you%20already%20hear%20Agile%20process%20at%20least%20one%20time%20in%20your%20software%20development%20life.%20Yes%2C%20this%20word%20becomes%20very%20popular%20nowadays.%20Google%20%27Agile%27%20return%20many%20search%20results%2C%20you%20can%20see%20many%20successful%20case%20studies%20of%20Agile%20also%20the%20failures%20" title="Google Bookmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://barrapunto.com/submit.pl?subj=Preconditions%20of%20applying%20Agile%20process&amp;story=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="BarraPunto"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/barrapunto.png" title="BarraPunto" alt="BarraPunto" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://bitacoras.com/anotaciones/http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Bitacoras.com"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bitacoras.png" title="Bitacoras.com" alt="Bitacoras.com" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="blinkbits"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="blinkbits" alt="blinkbits" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;Title=Preconditions%20of%20applying%20Agile%20process" title="BlinkList"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="blogmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes" alt="BlogMemes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Cn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Cn" alt="BlogMemes Cn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Fr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Fr" alt="BlogMemes Fr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Jp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Jp" alt="BlogMemes Jp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Sp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Sp" alt="BlogMemes Sp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Blogosphere News"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Blogsvine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Blogsvine" alt="Blogsvine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cimlap.blogter.hu/index.php?action=suggest_link&amp;title=Preconditions%20of%20applying%20Agile%20process&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="blogtercimlap"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogter.png" title="blogtercimlap" alt="blogtercimlap" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Book.mark.hu"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Book.mark.hu" alt="Book.mark.hu" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Bumpzee"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Bumpzee" alt="Bumpzee" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="co.mments"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="co.mments" alt="co.mments" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process&amp;description=Probably%20you%20already%20hear%20Agile%20process%20at%20least%20one%20time%20in%20your%20software%20development%20life.%20Yes%2C%20this%20word%20becomes%20very%20popular%20nowadays.%20Google%20%27Agile%27%20return%20many%20search%20results%2C%20you%20can%20see%20many%20successful%20case%20studies%20of%20Agile%20also%20the%20failures%20" title="connotea"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/connotea.png" title="connotea" alt="connotea" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="De.lirio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.designfloat.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Design Float"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/designfloat.png" title="Design Float" alt="Design Float" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="DotNetKicks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="DotNetKicks" alt="DotNetKicks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="DZone"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.ekudos.nl/artikel/nieuw?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process&amp;desc=Probably%20you%20already%20hear%20Agile%20process%20at%20least%20one%20time%20in%20your%20software%20development%20life.%20Yes%2C%20this%20word%20becomes%20very%20popular%20nowadays.%20Google%20%27Agile%27%20return%20many%20search%20results%2C%20you%20can%20see%20many%20successful%20case%20studies%20of%20Agile%20also%20the%20failures%20" title="eKudos"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ekudos.png" title="eKudos" alt="eKudos" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Preconditions%20of%20applying%20Agile%20process&amp;body=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="email"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Preconditions%20of%20applying%20Agile%20process&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Fark"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Faves"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="feedmelinks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="feedmelinks" alt="feedmelinks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Fleck"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Furl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Furl" alt="Furl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="GeenRedactie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="GeenRedactie" alt="GeenRedactie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://globalgrind.com/submission/submit.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;type=Article&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Global Grind"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/globalgrind.png" title="Global Grind" alt="Global Grind" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.gwar.pl/DodajGwar.html?u=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Gwar"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/gwar.png" title="Gwar" alt="Gwar" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Haohao"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://healthranker.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="HealthRanker"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/healthranker.png" title="HealthRanker" alt="HealthRanker" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hemidemi.com/user_bookmark/new?title=Preconditions%20of%20applying%20Agile%20process&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Hemidemi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/hemidemi.png" title="Hemidemi" alt="Hemidemi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Identi.ca"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="IndianPad"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://internetmedia.hu/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Internetmedia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/im.png" title="Internetmedia" alt="Internetmedia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="kick.ie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="kick.ie" alt="kick.ie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.kirtsy.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Kirtsy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/kirtsy.png" title="Kirtsy" alt="Kirtsy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://laaik.it/NewStoryCompact.aspx?uri=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;headline=Preconditions%20of%20applying%20Agile%20process&amp;cat=5e082fcc-8a3b-47e2-acec-fdf64ff19d12" title="laaik.it"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/laaikit.png" title="laaik.it" alt="laaik.it" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Leonaut"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Leonaut" alt="Leonaut" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkagogo.com/go/AddNoPopup?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="LinkaGoGo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkagogo.png" title="LinkaGoGo" alt="LinkaGoGo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://linkarena.com/bookmarks/addlink/?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="LinkArena"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkarena.png" title="LinkArena" alt="LinkArena" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process&amp;source=eSoftHead%2C+a+Vietnam+Software+Outsourcing+Company+The+official+blog+of+eSoftHead+Company&amp;summary=Probably%20you%20already%20hear%20Agile%20process%20at%20least%20one%20time%20in%20your%20software%20development%20life.%20Yes%2C%20this%20word%20becomes%20very%20popular%20nowadays.%20Google%20%27Agile%27%20return%20many%20search%20results%2C%20you%20can%20see%20many%20successful%20case%20studies%20of%20Agile%20also%20the%20failures%20" title="LinkedIn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkter.hu/index.php?action=suggest_link&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Linkter"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkter.png" title="Linkter" alt="Linkter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Live"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Ma.gnolia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Ma.gnolia" alt="Ma.gnolia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://meneame.net/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Meneame"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/meneame.png" title="Meneame" alt="Meneame" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;bm_description=Preconditions%20of%20applying%20Agile%20process&amp;plugin=soc" title="MisterWong"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.de/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;bm_description=Preconditions%20of%20applying%20Agile%20process&amp;plugin=soc" title="MisterWong.DE"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong.DE" alt="MisterWong.DE" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.muti.co.za/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="muti"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/muti.png" title="muti" alt="muti" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://myshare.url.com.tw/index.php?func=newurl&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;desc=Preconditions%20of%20applying%20Agile%20process" title="MyShare"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myshare.png" title="MyShare" alt="MyShare" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;t=Preconditions%20of%20applying%20Agile%20process" title="MySpace"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.n4g.com/tips.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="N4G"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/n4g.png" title="N4G" alt="N4G" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Preconditions%20of%20applying%20Agile%20process&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Netvibes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process&amp;popup=no" title="Netvouz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;h=Preconditions%20of%20applying%20Agile%20process" title="NewsVine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://nujij.nl/jij.lynkx?t=Preconditions%20of%20applying%20Agile%20process&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;b=Probably%20you%20already%20hear%20Agile%20process%20at%20least%20one%20time%20in%20your%20software%20development%20life.%20Yes%2C%20this%20word%20becomes%20very%20popular%20nowadays.%20Google%20%27Agile%27%20return%20many%20search%20results%2C%20you%20can%20see%20many%20successful%20case%20studies%20of%20Agile%20also%20the%20failures%20" title="NuJIJ"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/nujij.png" title="NuJIJ" alt="NuJIJ" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process&amp;body=Probably%20you%20already%20hear%20Agile%20process%20at%20least%20one%20time%20in%20your%20software%20development%20life.%20Yes%2C%20this%20word%20becomes%20very%20popular%20nowadays.%20Google%20%27Agile%27%20return%20many%20search%20results%2C%20you%20can%20see%20many%20successful%20case%20studies%20of%20Agile%20also%20the%20failures%20" title="Ping.fm"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Pownce"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Pownce" alt="Pownce" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="ppnow"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="ppnow" alt="ppnow" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;partner=sociable" title="Print"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Propeller"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ratimarks.org/bookmarks.php/?action=add&address=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Ratimarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ratimarks.png" title="Ratimarks" alt="Ratimarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://rec6.via6.com/link.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;=Preconditions%20of%20applying%20Agile%20process" title="Rec6"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/rec6.png" title="Rec6" alt="Rec6" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Reddit"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="SalesMarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="SalesMarks" alt="SalesMarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.scoopeo.com/scoop/new?newurl=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Scoopeo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/scoopeo.png" title="Scoopeo" alt="Scoopeo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="scuttle"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="scuttle" alt="scuttle" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://segnalo.alice.it/post.html.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Segnalo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/segnalo.png" title="Segnalo" alt="Segnalo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Shadows"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Shadows" alt="Shadows" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Simpy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/simpy.png" title="Simpy" alt="Simpy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Preconditions%20of%20applying%20Agile%20process&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Slashdot"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Smarking"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Smarking" alt="Smarking" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://socialogs.com/add_story.php?story_url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;story_title=Preconditions%20of%20applying%20Agile%20process" title="Socialogs"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/socialogs.png" title="Socialogs" alt="Socialogs" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="SphereIt"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Spurl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="StumbleUpon"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Symbaloo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Symbaloo" alt="Symbaloo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Taggly"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Taggly" alt="Taggly" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TailRank"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TailRank" alt="TailRank" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Technorati"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;name=Preconditions%20of%20applying%20Agile%20process" title="ThisNext"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/thisnext.png" title="ThisNext" alt="ThisNext" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Tipd"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tipd.png" title="Tipd" alt="Tipd" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;t=Preconditions%20of%20applying%20Agile%20process&amp;s=Probably%20you%20already%20hear%20Agile%20process%20at%20least%20one%20time%20in%20your%20software%20development%20life.%20Yes%2C%20this%20word%20becomes%20very%20popular%20nowadays.%20Google%20%27Agile%27%20return%20many%20search%20results%2C%20you%20can%20see%20many%20successful%20case%20studies%20of%20Agile%20also%20the%20failures%20" title="Tumblr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.upnews.it/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Upnews"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/upnews.png" title="Upnews" alt="Upnews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.webnews.de/einstellen?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Webnews.de"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webnews.png" title="Webnews.de" alt="Webnews.de" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Webride"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webride.png" title="Webride" alt="Webride" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Wikio"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio" alt="Wikio" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.fr/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Wikio FR"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio FR" alt="Wikio FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.it/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Wikio IT"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio IT" alt="Wikio IT" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://wists.com/s.php?c=&amp;r=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Wists"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wists.png" title="Wists" alt="Wists" class="sociable-hovers sociable_wists" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wykop.pl/dodaj?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F" title="Wykop"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wykop.png" title="Wykop" alt="Wykop" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.xerpi.com/block/add_link_from_extension?url=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;title=Preconditions%20of%20applying%20Agile%20process" title="Xerpi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/xerpi.png" title="Xerpi" alt="Xerpi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;submitHeadline=Preconditions%20of%20applying%20Agile%20process&amp;submitSummary=Probably%20you%20already%20hear%20Agile%20process%20at%20least%20one%20time%20in%20your%20software%20development%20life.%20Yes%2C%20this%20word%20becomes%20very%20popular%20nowadays.%20Google%20%27Agile%27%20return%20many%20search%20results%2C%20you%20can%20see%20many%20successful%20case%20studies%20of%20Agile%20also%20the%20failures%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://yigg.de/neu?exturl=http%3A%2F%2Fblog.esofthead.com%2Fpreconditions-of-applying-agile-process%2F&amp;exttitle=Preconditions%20of%20applying%20Agile%20process" title="Yigg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yiggit.png" title="Yigg" alt="Yigg" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.esofthead.com/preconditions-of-applying-agile-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object caching using Spring, Ehcache</title>
		<link>http://blog.esofthead.com/object-caching-using-spring-ehcache/</link>
		<comments>http://blog.esofthead.com/object-caching-using-spring-ehcache/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 21:56:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Object Oriented and Design]]></category>
		<category><![CDATA[Software Development Process]]></category>
		<category><![CDATA[Software Engineer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Caching]]></category>
		<category><![CDATA[Development Practices]]></category>
		<category><![CDATA[Ehcache]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.esofthead.com/object-caching-using-spring-ehcache/</guid>
		<description><![CDATA[Caching is quite important to boost the application performance. There are many cache libraries in Java world, both commercial and open source. You should choose the existing library instead creating your own library. I see some guys in my previous companies develop their own cache, and it is not good for their project. Instead of [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="C" class="cap"><span>C</span></span>aching is quite important to boost the application performance. There are many cache libraries in Java world, both commercial and open source. You should choose the existing library instead creating your own library. I see some guys in my previous companies develop their own cache, and it is not good for their project. Instead of spending time on project business features, guy spent much time to create the perfect library and maintain it through the project life cycle. Another case is using the Map and its relative classes for caching, it makes the application could not scalable and it does not provide the flexible caching mechanism the cache should have. Of course, we need to create the cache library if there is no good one in the market, but it is not true. There are many good cache libraries in Java world, one of them is Ehcache (<a href="http://ehcache.sourceforge.net/">http://ehcache.sourceforge.net/</a>). Ehcache is the excellent library provides to community with high quality, good documentation, simple use and wide adoption by other popular frameworks. It takes development team 5-10 minutes to set up the caching (of course, if you are fresher you must spend more time to understand the caching mechanism), so why you do not use such library instead of creating your own library?</p>
<p>In our application, we use Spring as IoC container, though set up the Ehcache manager is the easy task but we would like to use it with our Spring beans and exposed it as Osgi service. Spring modules is the good library help us easy in <span id="more-223"></span>configuration. It provides the consistent abstraction caching to our application, hence we can use our cache facade with other caching libraries such as JBoss cache, JCS, OScache without chaging our application code. You could download the Spring Modules at <a href="https://springmodules.dev.java.net/">https://springmodules.dev.java.net/</a>.</p>
<p>Here are the following steps to configure Ehcache in Spring application</p>
<p><strong>Configuring caching via ehcache.xml file</strong></p>
<pre lang="xml" xml:space="preserve" xml:lang="xml">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</pre>
<pre lang="xml" xml:space="preserve" xml:lang="xml">
&lt;ehcache xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot;
 xsi:noNamespaceSchemaLocation=&quot;ehcache.xsd&quot;&gt;
</pre>
<pre lang="xml" xml:space="preserve" xml:lang="xml">
 &lt;!--
 Configure it if you have overflowToDisk or diskPersistent enabled for any cache.
 java.io.tmpdir - Default temp file path
 --&gt;
 &lt;diskStore path=&quot;java.io.tmpdir&quot; /&gt;
</pre>
<pre lang="xml" xml:space="preserve" xml:lang="xml">
 &lt;!--
</pre>
<pre lang="xml" xml:space="preserve" xml:lang="xml">
    Mandatory Default Cache configuration. These settings will be applied to caches
    created programmtically using CacheManager.add(String cacheName).
</pre>
<pre lang="xml" xml:space="preserve" xml:lang="xml">
    The defaultCache has an implicit name &quot;default&quot; which is a reserved cache name.
    --&gt;
 &lt;defaultCache maxElementsInMemory=&quot;10000&quot; eternal=&quot;false&quot;
  timeToIdleSeconds=&quot;120&quot; timeToLiveSeconds=&quot;120&quot; overflowToDisk=&quot;true&quot;
  diskSpoolBufferSizeMB=&quot;30&quot; maxElementsOnDisk=&quot;10000000&quot;
  diskPersistent=&quot;false&quot; diskExpiryThreadIntervalSeconds=&quot;120&quot;
  memoryStoreEvictionPolicy=&quot;LRU&quot; /&gt;
</pre>
<pre lang="xml" xml:space="preserve" xml:lang="xml">
 &lt;!--
</pre>
<pre lang="xml" xml:space="preserve" xml:lang="xml">
    Sample cache named sampleCache1
    This cache contains a maximum in memory of 10000 elements, and will expire
    an element if it is idle for more than 5 minutes and lives for more than
    10 minutes.
</pre>
<pre lang="xml" xml:space="preserve" xml:lang="xml">
    If there are more than 10000 elements it will overflow to the
    disk cache, which in this configuration will go to wherever java.io.tmp is
    defined on your system. On a standard Linux system this will be /tmp&quot;

 --&gt;
 &lt;cache name=&quot;engroupCache&quot; maxElementsInMemory=&quot;10000&quot;
  maxElementsOnDisk=&quot;10000000&quot; eternal=&quot;false&quot; overflowToDisk=&quot;true&quot;
  diskSpoolBufferSizeMB=&quot;20&quot; timeToIdleSeconds=&quot;300&quot;
  timeToLiveSeconds=&quot;600&quot; memoryStoreEvictionPolicy=&quot;LFU&quot; /&gt;
&lt;/ehcache&gt;
</pre>
<p><strong>Declarating Ehcache in Spring context</strong></p>
<pre lang="xml" xml:space="preserve" xml:lang="xml">
&lt;bean id=&quot;cacheManager&quot;
 class=&quot;org.springframework.cache.ehcache.EhCacheManagerFactoryBean&quot;&gt;
 &lt;property name=&quot;configLocation&quot;&gt;
  &lt;value&gt;classpath:ehcache.xml&lt;/value&gt;
 &lt;/property&gt;
&lt;/bean&gt;
&lt;/pre&gt;
&lt;pre lang=&quot;xml&quot; xml:space=&quot;preserve&quot; xml:lang=&quot;xml&quot;&gt;
&lt;bean id=&quot;cacheProviderFacade&quot;
 class=&quot;org.springmodules.cache.provider.ehcache.EhCacheFacade&quot;&gt;
 &lt;property name=&quot;cacheManager&quot; ref=&quot;cacheManager&quot; /&gt;
&lt;/bean&gt;
</pre>
<p>
<strong>Programmatic use</strong>
</p>
<p>
Using ehcache is so simple, a unit test to make the test whether configuration is set up correctly and take the simple put/get could explain all.</p>
<pre class="java5">@RunWith<span style="color: #66cc66;">&#40;</span>EngroupClassRunner.<span style="color: #000000; font-weight: bold;">class</span><span style="color: #66cc66;">&#41;</span>
@ContextConfiguration<span style="color: #66cc66;">&#40;</span>locations = <span style="color: #66cc66;">&#123;</span> <span style="color: #ff0000;">&quot;/META-INF/spring/cache-context.xml&quot;</span> <span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">class</span> CacheTest <span style="color: #66cc66;">&#123;</span>
    @Autowired
    <span style="color: #000000; font-weight: bold;">protected</span> CacheProviderFacade cacheProviderFacade;</pre>
<pre class="java5">    @Test
    <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #993333;">void</span> testCacheConfiguration<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
        Assert.<span style="color: #006600;">assertNotNull</span><span style="color: #66cc66;">&#40;</span>cacheProviderFacade<span style="color: #66cc66;">&#41;</span>;</pre>
<pre class="java5">        EhCacheCachingModel model = <span style="color: #000000; font-weight: bold;">new</span> EhCacheCachingModel<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
        model.<span style="color: #006600;">setCacheName</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;engroupCache&quot;</span><span style="color: #66cc66;">&#41;</span>;</pre>
<pre class="java5">        cacheProviderFacade.<span style="color: #006600;">putInCache</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;a&quot;</span>, model, <span style="color: #000000; font-weight: bold;">new</span> <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Integer.html"><span style="color: #aaaadd; font-weight: bold;">Integer</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;
        <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Integer.html"><span style="color: #aaaadd; font-weight: bold;">Integer</span></a> fromCache = <span style="color: #66cc66;">&#40;</span><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Integer.html"><span style="color: #aaaadd; font-weight: bold;">Integer</span></a><span style="color: #66cc66;">&#41;</span> cacheProviderFacade.<span style="color: #006600;">getFromCache</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;a&quot;</span>,
                model<span style="color: #66cc66;">&#41;</span>;
        Assert.<span style="color: #006600;">assertEquals</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Integer.html"><span style="color: #aaaadd; font-weight: bold;">Integer</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span>, fromCache<span style="color: #66cc66;">&#41;</span>;
    <span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre>
<p class="zoundry_raven_tags">Besides of using ehcache to create the session like variable in our application, we would like to use ehcache to cache SQL statement in iBatis and integrate with Terracotta to complete our distributing caching solution in our future project. I will keep the post on further caching usage in future posts. Keep reading!</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache&amp;bodytext=Caching%20is%20quite%20important%20to%20boost%20the%20application%20performance.%20There%20are%20many%20cache%20libraries%20in%20Java%20world%2C%20both%20commercial%20and%20open%20source.%20You%20should%20choose%20the%20existing%20library%20instead%20creating%20your%20own%20library.%20I%20see%20some%20guys%20in%20my%20previous%20c" title="Digg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Sphinn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache&amp;notes=Caching%20is%20quite%20important%20to%20boost%20the%20application%20performance.%20There%20are%20many%20cache%20libraries%20in%20Java%20world%2C%20both%20commercial%20and%20open%20source.%20You%20should%20choose%20the%20existing%20library%20instead%20creating%20your%20own%20library.%20I%20see%20some%20guys%20in%20my%20previous%20c" title="del.icio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;t=Object%20caching%20using%20Spring%2C%20Ehcache" title="Facebook"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Mixx"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache&amp;annotation=Caching%20is%20quite%20important%20to%20boost%20the%20application%20performance.%20There%20are%20many%20cache%20libraries%20in%20Java%20world%2C%20both%20commercial%20and%20open%20source.%20You%20should%20choose%20the%20existing%20library%20instead%20creating%20your%20own%20library.%20I%20see%20some%20guys%20in%20my%20previous%20c" title="Google Bookmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://barrapunto.com/submit.pl?subj=Object%20caching%20using%20Spring%2C%20Ehcache&amp;story=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="BarraPunto"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/barrapunto.png" title="BarraPunto" alt="BarraPunto" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://bitacoras.com/anotaciones/http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Bitacoras.com"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bitacoras.png" title="Bitacoras.com" alt="Bitacoras.com" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="blinkbits"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="blinkbits" alt="blinkbits" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;Title=Object%20caching%20using%20Spring%2C%20Ehcache" title="BlinkList"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="blogmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes" alt="BlogMemes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Cn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Cn" alt="BlogMemes Cn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Fr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Fr" alt="BlogMemes Fr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Jp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Jp" alt="BlogMemes Jp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Sp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Sp" alt="BlogMemes Sp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Blogosphere News"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Blogsvine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Blogsvine" alt="Blogsvine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cimlap.blogter.hu/index.php?action=suggest_link&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="blogtercimlap"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogter.png" title="blogtercimlap" alt="blogtercimlap" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Book.mark.hu"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Book.mark.hu" alt="Book.mark.hu" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Bumpzee"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Bumpzee" alt="Bumpzee" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="co.mments"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="co.mments" alt="co.mments" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache&amp;description=Caching%20is%20quite%20important%20to%20boost%20the%20application%20performance.%20There%20are%20many%20cache%20libraries%20in%20Java%20world%2C%20both%20commercial%20and%20open%20source.%20You%20should%20choose%20the%20existing%20library%20instead%20creating%20your%20own%20library.%20I%20see%20some%20guys%20in%20my%20previous%20c" title="connotea"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/connotea.png" title="connotea" alt="connotea" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="De.lirio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.designfloat.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Design Float"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/designfloat.png" title="Design Float" alt="Design Float" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="DotNetKicks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="DotNetKicks" alt="DotNetKicks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="DZone"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.ekudos.nl/artikel/nieuw?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache&amp;desc=Caching%20is%20quite%20important%20to%20boost%20the%20application%20performance.%20There%20are%20many%20cache%20libraries%20in%20Java%20world%2C%20both%20commercial%20and%20open%20source.%20You%20should%20choose%20the%20existing%20library%20instead%20creating%20your%20own%20library.%20I%20see%20some%20guys%20in%20my%20previous%20c" title="eKudos"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ekudos.png" title="eKudos" alt="eKudos" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Object%20caching%20using%20Spring%2C%20Ehcache&amp;body=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="email"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Object%20caching%20using%20Spring%2C%20Ehcache&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Fark"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Faves"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="feedmelinks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="feedmelinks" alt="feedmelinks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Fleck"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Furl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Furl" alt="Furl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="GeenRedactie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="GeenRedactie" alt="GeenRedactie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://globalgrind.com/submission/submit.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;type=Article&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Global Grind"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/globalgrind.png" title="Global Grind" alt="Global Grind" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.gwar.pl/DodajGwar.html?u=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Gwar"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/gwar.png" title="Gwar" alt="Gwar" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Haohao"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://healthranker.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="HealthRanker"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/healthranker.png" title="HealthRanker" alt="HealthRanker" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hemidemi.com/user_bookmark/new?title=Object%20caching%20using%20Spring%2C%20Ehcache&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Hemidemi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/hemidemi.png" title="Hemidemi" alt="Hemidemi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Identi.ca"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="IndianPad"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://internetmedia.hu/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Internetmedia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/im.png" title="Internetmedia" alt="Internetmedia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="kick.ie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="kick.ie" alt="kick.ie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.kirtsy.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Kirtsy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/kirtsy.png" title="Kirtsy" alt="Kirtsy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://laaik.it/NewStoryCompact.aspx?uri=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;headline=Object%20caching%20using%20Spring%2C%20Ehcache&amp;cat=5e082fcc-8a3b-47e2-acec-fdf64ff19d12" title="laaik.it"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/laaikit.png" title="laaik.it" alt="laaik.it" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Leonaut"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Leonaut" alt="Leonaut" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkagogo.com/go/AddNoPopup?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="LinkaGoGo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkagogo.png" title="LinkaGoGo" alt="LinkaGoGo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://linkarena.com/bookmarks/addlink/?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="LinkArena"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkarena.png" title="LinkArena" alt="LinkArena" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache&amp;source=eSoftHead%2C+a+Vietnam+Software+Outsourcing+Company+The+official+blog+of+eSoftHead+Company&amp;summary=Caching%20is%20quite%20important%20to%20boost%20the%20application%20performance.%20There%20are%20many%20cache%20libraries%20in%20Java%20world%2C%20both%20commercial%20and%20open%20source.%20You%20should%20choose%20the%20existing%20library%20instead%20creating%20your%20own%20library.%20I%20see%20some%20guys%20in%20my%20previous%20c" title="LinkedIn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkter.hu/index.php?action=suggest_link&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Linkter"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkter.png" title="Linkter" alt="Linkter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Live"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Ma.gnolia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Ma.gnolia" alt="Ma.gnolia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://meneame.net/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Meneame"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/meneame.png" title="Meneame" alt="Meneame" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;bm_description=Object%20caching%20using%20Spring%2C%20Ehcache&amp;plugin=soc" title="MisterWong"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.de/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;bm_description=Object%20caching%20using%20Spring%2C%20Ehcache&amp;plugin=soc" title="MisterWong.DE"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong.DE" alt="MisterWong.DE" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.muti.co.za/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="muti"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/muti.png" title="muti" alt="muti" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://myshare.url.com.tw/index.php?func=newurl&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;desc=Object%20caching%20using%20Spring%2C%20Ehcache" title="MyShare"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myshare.png" title="MyShare" alt="MyShare" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;t=Object%20caching%20using%20Spring%2C%20Ehcache" title="MySpace"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.n4g.com/tips.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="N4G"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/n4g.png" title="N4G" alt="N4G" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Object%20caching%20using%20Spring%2C%20Ehcache&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Netvibes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache&amp;popup=no" title="Netvouz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;h=Object%20caching%20using%20Spring%2C%20Ehcache" title="NewsVine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://nujij.nl/jij.lynkx?t=Object%20caching%20using%20Spring%2C%20Ehcache&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;b=Caching%20is%20quite%20important%20to%20boost%20the%20application%20performance.%20There%20are%20many%20cache%20libraries%20in%20Java%20world%2C%20both%20commercial%20and%20open%20source.%20You%20should%20choose%20the%20existing%20library%20instead%20creating%20your%20own%20library.%20I%20see%20some%20guys%20in%20my%20previous%20c" title="NuJIJ"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/nujij.png" title="NuJIJ" alt="NuJIJ" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache&amp;body=Caching%20is%20quite%20important%20to%20boost%20the%20application%20performance.%20There%20are%20many%20cache%20libraries%20in%20Java%20world%2C%20both%20commercial%20and%20open%20source.%20You%20should%20choose%20the%20existing%20library%20instead%20creating%20your%20own%20library.%20I%20see%20some%20guys%20in%20my%20previous%20c" title="Ping.fm"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Pownce"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Pownce" alt="Pownce" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="ppnow"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="ppnow" alt="ppnow" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;partner=sociable" title="Print"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Propeller"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ratimarks.org/bookmarks.php/?action=add&address=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Ratimarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ratimarks.png" title="Ratimarks" alt="Ratimarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://rec6.via6.com/link.php?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;=Object%20caching%20using%20Spring%2C%20Ehcache" title="Rec6"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/rec6.png" title="Rec6" alt="Rec6" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Reddit"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="SalesMarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="SalesMarks" alt="SalesMarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.scoopeo.com/scoop/new?newurl=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Scoopeo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/scoopeo.png" title="Scoopeo" alt="Scoopeo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="scuttle"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="scuttle" alt="scuttle" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://segnalo.alice.it/post.html.php?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Segnalo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/segnalo.png" title="Segnalo" alt="Segnalo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Shadows"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Shadows" alt="Shadows" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Simpy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/simpy.png" title="Simpy" alt="Simpy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Object%20caching%20using%20Spring%2C%20Ehcache&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Slashdot"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Smarking"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Smarking" alt="Smarking" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://socialogs.com/add_story.php?story_url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;story_title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Socialogs"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/socialogs.png" title="Socialogs" alt="Socialogs" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="SphereIt"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Spurl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="StumbleUpon"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Symbaloo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Symbaloo" alt="Symbaloo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Taggly"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Taggly" alt="Taggly" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TailRank"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TailRank" alt="TailRank" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Technorati"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;name=Object%20caching%20using%20Spring%2C%20Ehcache" title="ThisNext"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/thisnext.png" title="ThisNext" alt="ThisNext" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Tipd"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tipd.png" title="Tipd" alt="Tipd" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;t=Object%20caching%20using%20Spring%2C%20Ehcache&amp;s=Caching%20is%20quite%20important%20to%20boost%20the%20application%20performance.%20There%20are%20many%20cache%20libraries%20in%20Java%20world%2C%20both%20commercial%20and%20open%20source.%20You%20should%20choose%20the%20existing%20library%20instead%20creating%20your%20own%20library.%20I%20see%20some%20guys%20in%20my%20previous%20c" title="Tumblr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.upnews.it/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Upnews"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/upnews.png" title="Upnews" alt="Upnews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.webnews.de/einstellen?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Webnews.de"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webnews.png" title="Webnews.de" alt="Webnews.de" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Webride"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webride.png" title="Webride" alt="Webride" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Wikio"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio" alt="Wikio" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.fr/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Wikio FR"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio FR" alt="Wikio FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.it/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Wikio IT"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio IT" alt="Wikio IT" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://wists.com/s.php?c=&amp;r=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Wists"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wists.png" title="Wists" alt="Wists" class="sociable-hovers sociable_wists" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wykop.pl/dodaj?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F" title="Wykop"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wykop.png" title="Wykop" alt="Wykop" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.xerpi.com/block/add_link_from_extension?url=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;title=Object%20caching%20using%20Spring%2C%20Ehcache" title="Xerpi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/xerpi.png" title="Xerpi" alt="Xerpi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;submitHeadline=Object%20caching%20using%20Spring%2C%20Ehcache&amp;submitSummary=Caching%20is%20quite%20important%20to%20boost%20the%20application%20performance.%20There%20are%20many%20cache%20libraries%20in%20Java%20world%2C%20both%20commercial%20and%20open%20source.%20You%20should%20choose%20the%20existing%20library%20instead%20creating%20your%20own%20library.%20I%20see%20some%20guys%20in%20my%20previous%20c&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://yigg.de/neu?exturl=http%3A%2F%2Fblog.esofthead.com%2Fobject-caching-using-spring-ehcache%2F&amp;exttitle=Object%20caching%20using%20Spring%2C%20Ehcache" title="Yigg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yiggit.png" title="Yigg" alt="Yigg" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.esofthead.com/object-caching-using-spring-ehcache/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Case study of applying continuous integration for enterprise project</title>
		<link>http://blog.esofthead.com/case-study-of-applying-continuous-integration-for-enterprise-project/</link>
		<comments>http://blog.esofthead.com/case-study-of-applying-continuous-integration-for-enterprise-project/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 14:42:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Engroup]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Osgi]]></category>
		<category><![CDATA[Software Development Process]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Development Practices]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.esofthead.com/?p=142</guid>
		<description><![CDATA[Continuous integration is one of good development practices that we apply in many projects before. We try to integrate the code of every body as soon as possible (usually developers check in whenever they finish their small tasks and within a day), make the automation test (unit test and integration test) and we have a [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="C" class="cap"><span>C</span></span>ontinuous integration is one of good development practices that we apply in many projects before. We try to integrate the code of every body as soon as possible (usually developers check in whenever they finish their small tasks and within a day), make the automation test (unit test and integration test) and we have a dedicated build server schedule get the latest code, run test automatically and make the delivery. In this blog, I will give an example of applying continuous integration practice in our latest challenging project, its name is <a href="http://esofthead.com/node/25">Engroup</a>.<span id="more-142"></span><br />
<strong><span style="FONT-SIZE: 1.5em"><strong>Development Context:</strong></span></strong></p>
<ul>
<li>Engroup is the mix project of Java and Flash/Flex with server side is written by Java and front-end is developed by Flex.</li>
<li>Now, there are many projects:</li>
<li style="LIST-STYLE-TYPE: none">
<ul>
<li>Engroup server has 29 sub-projects (include test projects for Engroup modules and documentation project). The number of projects would be increased in future. Maven is the main tool to build Engroup server projects. In some cases, we combine with Ant via maven-ant tasks to utilize Ant power to support doing tasks that Maven can't.</li>
<li>Engroup client has 18 sub-projects. Ant is the main tool to build Engroup client projects by mainly using <a href="http://livedocs.adobe.com/flex/3/html/help.html?content=anttasks_1.html">Flex-Ant</a> task also our custom tasks to generate the code from Engroup server.</li>
</ul>
</li>
<li>Developers commit code daily.</li>
<li>Long list of project dependencies: Engroup module projects depend on Engroup core and common modules.</li>
<li>Back-end services must have unit test for its implementation.</li>
<li>Database backup must be generated in every build and Engroup installer must be available in every successfully build.</li>
</ul>
<p><strong><span style="FONT-SIZE: 1.5em"><strong>Related build tools:</strong></span></strong></p>
<ul>
<li><strong>Hudson (<a href="https://hudson.dev.java.net/">https://hudson.dev.java.net/</a>):</strong> one of the best CI Java build server. Simple to run, simple to use. Have many plug-ins and a clean dashboard to follow the build status.</li>
<li><strong>Nexus (<a href="http://nexus.sonatype.org/">http://nexus.sonatype.org/</a>):</strong> a powerful and robust Maven manager. Nexus is very easy to use and we deploy our Engroup server modules to our nexus server.</li>
<li><strong>Maven (<a title="http://maven.apache.org" href="http://maven.apache.org">http://maven.apache.org</a></strong><strong>):</strong> an excellent build tool. A must tool for any Java projects.</li>
<li><strong>Ant (</strong><a title="http://ant.apache.org" href="http://ant.apache.org"><strong>http://ant.apache.org</strong></a><strong>):</strong> another excellent Java build tool. A must tool for any Java projects. A combination of Ant and Maven strengthen the power of each tool.</li>
</ul>
<p><strong><span style="FONT-SIZE: 1.5em"><strong>Our standard build process:</strong></span></strong></p>
<ol>
<li>CI server (Hudson) will get the latest sources from SVN server.</li>
<li>Build Engroup projects order depends on project dependencies.</li>
<li>Run unit test.</li>
<li>Make the reports (thanks for the help of Maven): checkstyle, pmd, junit, cobertura.</li>
<li>Deploy Engroup modules to maven repository manager if the build is success.</li>
<li>Back up database if all module builds are success.</li>
<li>Make the Engroup installer.</li>
</ol>
<p><strong><span style="FONT-SIZE: 1.5em"><strong>Manage projects and build process by CI server (Hudson)</strong></span></strong></p>
<p>It is fairly easy to create the new build job on Hudson, create 'Create Job' link at Hudson CI server and simply fill necessary information<br />
<a href="http://blog.esofthead.com/content/images/project_configure.png"><img title="Project Configuration" src="http://blog.esofthead.com/content/images/project_configure_small.png" alt="Project Configuration" width="379" height="168" /></a></p>
<p>You can integrate Unit test, checkstyle, cobertura, pmd to project dashboard by selecting them in build settings section.<br />
<a href="http://blog.esofthead.com/content/images/project_build_settings.png"><img title="Project Build Settings" src="http://blog.esofthead.com/content/images/project_build_settings_small.png" alt="Project Build Settings" width="379" height="168" /></a><br />
And you could manage builds and its status on dashboard page, for multiple projects it is better if you customize the list view of modules. For example, in our project we make the customization view for client and server view also view of common artifacts (documentations, installer).<br />
<a href="http://blog.esofthead.com/content/images/ci_dashboard.png"><img title="CI Dashboard" src="http://blog.esofthead.com/content/images/ci_dashboard_small.png" alt="CI Dashboard" width="378" height="167" /></a></p>
<p><strong style="FONT-SIZE: 1.2em">Monitor project health</strong><br />
We can manage the health of project via the following factors:</p>
<ul>
<li><strong>Build status</strong>: how many failure or success of builds.</li>
<li><strong>Build warnings:</strong> compiler warnings, code warnings (checkstyle, violations) or defined threshold of checking tools (unit test coverage, findbugs)</li>
<li><strong>Other information:</strong> code metrics, duplicate code, source code.</li>
<li><strong>Project information:</strong> development information, license, source repository etc</li>
</ul>
<p><a href="http://blog.esofthead.com/content/images/project_dashboard.png"><img title="Project Dashboard" src="http://blog.esofthead.com/content/images/project_dashboard_small.png" alt="Project Dashboard" width="123" height="141" /></a><br />
Go to the Maven site to see project information:</p>
<p><a href="http://blog.esofthead.com/content/images/project_site.png"><img title="Project Site" src="http://blog.esofthead.com/content/images/project_site_small.png" alt="Project Site" width="384" height="169" /></a></p>
<p>and we can visit some sections to see the detail:<br />
<a href="http://blog.esofthead.com/content/images/test_coverage_report.png"><img title="Test Coverage" src="http://blog.esofthead.com/content/images/test_coverage_report_small.png" alt="Test Coverage" width="378" height="162" /></a><br />
<span style="FONT-SIZE: 1.5em"><strong>The values of applying CI in our project:</strong></span></p>
<p>Applying continuous integration in our project give us many advantages:</p>
<ul>
<li>The whole process is automated (even backup database task) - no manual task in our build process. No any human mistake causes the build broken, no build check-list is needed any longer.</li>
<li>Feedback to development status as soon as possible via unit test result and code warnings and some useful metrics.</li>
<li>Give the project status as you need.</li>
<li>Managing multiple projects status in one place.</li>
<li>Developer could get the latest other works as soon as possible (thanks for nexus - open source maven repository).</li>
</ul>
<p class="zoundry_bw_tags">Applying CI in your project should be the good option for your project as we get in our projects. Just takes some hours to make all things are run properly but the benefits you have is far greater than the effort you spent. Let's try, see and enjoy!<!-- Tag links generated by Zoundry Blog Writer. Do not manually edit. http://www.zoundry.com --></p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;bodytext=Continuous%20integration%20is%20one%20of%20good%20development%20practices%20that%20we%20apply%20in%20many%20projects%20before.%20We%20try%20to%20integrate%20the%20code%20of%20every%20body%20as%20soon%20as%20possible%20%28usually%20developers%20check%20in%20whenever%20they%20finish%20their%20small%20tasks%20and%20within%20a%20day%29%2C%20m" title="Digg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Sphinn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;notes=Continuous%20integration%20is%20one%20of%20good%20development%20practices%20that%20we%20apply%20in%20many%20projects%20before.%20We%20try%20to%20integrate%20the%20code%20of%20every%20body%20as%20soon%20as%20possible%20%28usually%20developers%20check%20in%20whenever%20they%20finish%20their%20small%20tasks%20and%20within%20a%20day%29%2C%20m" title="del.icio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;t=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Facebook"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Mixx"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;annotation=Continuous%20integration%20is%20one%20of%20good%20development%20practices%20that%20we%20apply%20in%20many%20projects%20before.%20We%20try%20to%20integrate%20the%20code%20of%20every%20body%20as%20soon%20as%20possible%20%28usually%20developers%20check%20in%20whenever%20they%20finish%20their%20small%20tasks%20and%20within%20a%20day%29%2C%20m" title="Google Bookmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://barrapunto.com/submit.pl?subj=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;story=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="BarraPunto"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/barrapunto.png" title="BarraPunto" alt="BarraPunto" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://bitacoras.com/anotaciones/http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Bitacoras.com"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bitacoras.png" title="Bitacoras.com" alt="Bitacoras.com" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="blinkbits"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="blinkbits" alt="blinkbits" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;Title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="BlinkList"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="blogmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes" alt="BlogMemes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Cn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Cn" alt="BlogMemes Cn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Fr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Fr" alt="BlogMemes Fr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Jp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Jp" alt="BlogMemes Jp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Sp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Sp" alt="BlogMemes Sp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Blogosphere News"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Blogsvine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Blogsvine" alt="Blogsvine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cimlap.blogter.hu/index.php?action=suggest_link&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="blogtercimlap"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogter.png" title="blogtercimlap" alt="blogtercimlap" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Book.mark.hu"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Book.mark.hu" alt="Book.mark.hu" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Bumpzee"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Bumpzee" alt="Bumpzee" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="co.mments"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="co.mments" alt="co.mments" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;description=Continuous%20integration%20is%20one%20of%20good%20development%20practices%20that%20we%20apply%20in%20many%20projects%20before.%20We%20try%20to%20integrate%20the%20code%20of%20every%20body%20as%20soon%20as%20possible%20%28usually%20developers%20check%20in%20whenever%20they%20finish%20their%20small%20tasks%20and%20within%20a%20day%29%2C%20m" title="connotea"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/connotea.png" title="connotea" alt="connotea" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="De.lirio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.designfloat.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Design Float"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/designfloat.png" title="Design Float" alt="Design Float" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="DotNetKicks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="DotNetKicks" alt="DotNetKicks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="DZone"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.ekudos.nl/artikel/nieuw?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;desc=Continuous%20integration%20is%20one%20of%20good%20development%20practices%20that%20we%20apply%20in%20many%20projects%20before.%20We%20try%20to%20integrate%20the%20code%20of%20every%20body%20as%20soon%20as%20possible%20%28usually%20developers%20check%20in%20whenever%20they%20finish%20their%20small%20tasks%20and%20within%20a%20day%29%2C%20m" title="eKudos"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ekudos.png" title="eKudos" alt="eKudos" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;body=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="email"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Fark"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Faves"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="feedmelinks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="feedmelinks" alt="feedmelinks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Fleck"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Furl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Furl" alt="Furl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="GeenRedactie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="GeenRedactie" alt="GeenRedactie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://globalgrind.com/submission/submit.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;type=Article&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Global Grind"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/globalgrind.png" title="Global Grind" alt="Global Grind" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.gwar.pl/DodajGwar.html?u=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Gwar"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/gwar.png" title="Gwar" alt="Gwar" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Haohao"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://healthranker.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="HealthRanker"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/healthranker.png" title="HealthRanker" alt="HealthRanker" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hemidemi.com/user_bookmark/new?title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Hemidemi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/hemidemi.png" title="Hemidemi" alt="Hemidemi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Identi.ca"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="IndianPad"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://internetmedia.hu/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Internetmedia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/im.png" title="Internetmedia" alt="Internetmedia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="kick.ie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="kick.ie" alt="kick.ie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.kirtsy.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Kirtsy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/kirtsy.png" title="Kirtsy" alt="Kirtsy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://laaik.it/NewStoryCompact.aspx?uri=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;headline=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;cat=5e082fcc-8a3b-47e2-acec-fdf64ff19d12" title="laaik.it"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/laaikit.png" title="laaik.it" alt="laaik.it" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Leonaut"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Leonaut" alt="Leonaut" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkagogo.com/go/AddNoPopup?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="LinkaGoGo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkagogo.png" title="LinkaGoGo" alt="LinkaGoGo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://linkarena.com/bookmarks/addlink/?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="LinkArena"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkarena.png" title="LinkArena" alt="LinkArena" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;source=eSoftHead%2C+a+Vietnam+Software+Outsourcing+Company+The+official+blog+of+eSoftHead+Company&amp;summary=Continuous%20integration%20is%20one%20of%20good%20development%20practices%20that%20we%20apply%20in%20many%20projects%20before.%20We%20try%20to%20integrate%20the%20code%20of%20every%20body%20as%20soon%20as%20possible%20%28usually%20developers%20check%20in%20whenever%20they%20finish%20their%20small%20tasks%20and%20within%20a%20day%29%2C%20m" title="LinkedIn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkter.hu/index.php?action=suggest_link&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Linkter"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkter.png" title="Linkter" alt="Linkter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Live"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Ma.gnolia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Ma.gnolia" alt="Ma.gnolia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://meneame.net/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Meneame"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/meneame.png" title="Meneame" alt="Meneame" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;bm_description=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;plugin=soc" title="MisterWong"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.de/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;bm_description=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;plugin=soc" title="MisterWong.DE"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong.DE" alt="MisterWong.DE" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.muti.co.za/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="muti"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/muti.png" title="muti" alt="muti" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://myshare.url.com.tw/index.php?func=newurl&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;desc=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="MyShare"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myshare.png" title="MyShare" alt="MyShare" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;t=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="MySpace"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.n4g.com/tips.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="N4G"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/n4g.png" title="N4G" alt="N4G" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Netvibes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;popup=no" title="Netvouz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;h=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="NewsVine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://nujij.nl/jij.lynkx?t=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;b=Continuous%20integration%20is%20one%20of%20good%20development%20practices%20that%20we%20apply%20in%20many%20projects%20before.%20We%20try%20to%20integrate%20the%20code%20of%20every%20body%20as%20soon%20as%20possible%20%28usually%20developers%20check%20in%20whenever%20they%20finish%20their%20small%20tasks%20and%20within%20a%20day%29%2C%20m" title="NuJIJ"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/nujij.png" title="NuJIJ" alt="NuJIJ" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;body=Continuous%20integration%20is%20one%20of%20good%20development%20practices%20that%20we%20apply%20in%20many%20projects%20before.%20We%20try%20to%20integrate%20the%20code%20of%20every%20body%20as%20soon%20as%20possible%20%28usually%20developers%20check%20in%20whenever%20they%20finish%20their%20small%20tasks%20and%20within%20a%20day%29%2C%20m" title="Ping.fm"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Pownce"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Pownce" alt="Pownce" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="ppnow"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="ppnow" alt="ppnow" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;partner=sociable" title="Print"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Propeller"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ratimarks.org/bookmarks.php/?action=add&address=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Ratimarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ratimarks.png" title="Ratimarks" alt="Ratimarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://rec6.via6.com/link.php?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Rec6"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/rec6.png" title="Rec6" alt="Rec6" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Reddit"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="SalesMarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="SalesMarks" alt="SalesMarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.scoopeo.com/scoop/new?newurl=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Scoopeo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/scoopeo.png" title="Scoopeo" alt="Scoopeo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="scuttle"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="scuttle" alt="scuttle" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://segnalo.alice.it/post.html.php?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Segnalo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/segnalo.png" title="Segnalo" alt="Segnalo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Shadows"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Shadows" alt="Shadows" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Simpy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/simpy.png" title="Simpy" alt="Simpy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Slashdot"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Smarking"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Smarking" alt="Smarking" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://socialogs.com/add_story.php?story_url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;story_title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Socialogs"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/socialogs.png" title="Socialogs" alt="Socialogs" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="SphereIt"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Spurl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="StumbleUpon"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Symbaloo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Symbaloo" alt="Symbaloo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Taggly"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Taggly" alt="Taggly" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TailRank"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TailRank" alt="TailRank" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Technorati"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;name=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="ThisNext"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/thisnext.png" title="ThisNext" alt="ThisNext" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Tipd"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tipd.png" title="Tipd" alt="Tipd" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;t=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;s=Continuous%20integration%20is%20one%20of%20good%20development%20practices%20that%20we%20apply%20in%20many%20projects%20before.%20We%20try%20to%20integrate%20the%20code%20of%20every%20body%20as%20soon%20as%20possible%20%28usually%20developers%20check%20in%20whenever%20they%20finish%20their%20small%20tasks%20and%20within%20a%20day%29%2C%20m" title="Tumblr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.upnews.it/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Upnews"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/upnews.png" title="Upnews" alt="Upnews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.webnews.de/einstellen?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Webnews.de"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webnews.png" title="Webnews.de" alt="Webnews.de" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Webride"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webride.png" title="Webride" alt="Webride" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Wikio"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio" alt="Wikio" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.fr/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Wikio FR"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio FR" alt="Wikio FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.it/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Wikio IT"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio IT" alt="Wikio IT" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://wists.com/s.php?c=&amp;r=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Wists"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wists.png" title="Wists" alt="Wists" class="sociable-hovers sociable_wists" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wykop.pl/dodaj?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F" title="Wykop"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wykop.png" title="Wykop" alt="Wykop" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.xerpi.com/block/add_link_from_extension?url=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;title=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Xerpi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/xerpi.png" title="Xerpi" alt="Xerpi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;submitHeadline=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project&amp;submitSummary=Continuous%20integration%20is%20one%20of%20good%20development%20practices%20that%20we%20apply%20in%20many%20projects%20before.%20We%20try%20to%20integrate%20the%20code%20of%20every%20body%20as%20soon%20as%20possible%20%28usually%20developers%20check%20in%20whenever%20they%20finish%20their%20small%20tasks%20and%20within%20a%20day%29%2C%20m&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://yigg.de/neu?exturl=http%3A%2F%2Fblog.esofthead.com%2Fcase-study-of-applying-continuous-integration-for-enterprise-project%2F&amp;exttitle=Case%20study%20of%20applying%20continuous%20integration%20for%20enterprise%20project" title="Yigg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yiggit.png" title="Yigg" alt="Yigg" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.esofthead.com/case-study-of-applying-continuous-integration-for-enterprise-project/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Benefits of Daily Stand-up Meeting</title>
		<link>http://blog.esofthead.com/benefits-of-daily-stand-up-meeting/</link>
		<comments>http://blog.esofthead.com/benefits-of-daily-stand-up-meeting/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 03:41:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Software Development Process]]></category>
		<category><![CDATA[Software Engineer]]></category>

		<guid isPermaLink="false">http://blog.esofthead.com/?p=86</guid>
		<description><![CDATA[We have been applying Scrum practices for months. At first, we only adopt some Scrum practices in our works but recently we apply Scrum process totally in our works. One of the most important practices impact to us much is stand-up meeting. Here are the differences before and after we apply daily standup meetings:



Before applying [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child Section1"><span style="font-size: 12pt; font-family: 'Times New Roman','serif'"><span title="W" class="cap"><span>W</span></span>e have been applying Scrum practices for months. At first, we only adopt some Scrum practices in our works but recently we apply Scrum process totally in our works. One of the most important practices impact to us much is stand-up meeting. </span><span id="more-86"></span><span style="font-size: 12pt; font-family: 'Times New Roman','serif'">Here are the differences before and after we apply daily standup meetings:<br />
<o:p></o:p></span></p>
<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td style="border-style: solid none none solid; border-color: rgb(192, 80, 77) -moz-use-text-color -moz-use-text-color rgb(192, 80, 77); border-width: 1pt medium medium 1pt; padding: 0in 5.4pt; background: #c0504d none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 239.4pt" valign="top" width="319"><strong><span style="color: white">Before applying daily standup meeting<br />
<o:p></o:p></span></strong></td>
<td style="border-style: solid solid none none; border-color: rgb(192, 80, 77) rgb(192, 80, 77) -moz-use-text-color -moz-use-text-color; border-width: 1pt 1pt medium medium; padding: 0in 5.4pt; background: #c0504d none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 239.4pt" valign="top" width="319"><strong><span style="color: white">After applying daily standup meeting<br />
<o:p></o:p></span></strong></td>
</tr>
<tr>
<td style="border-style: solid none solid solid; border-color: rgb(192, 80, 77) -moz-use-text-color rgb(192, 80, 77) rgb(192, 80, 77); border-width: 1pt medium 1pt 1pt; padding: 0in 5.4pt; width: 239.4pt" valign="top" width="319"><span>Many delay tasks are raised in the weekly meeting<br />
<o:p></o:p></span></td>
<td style="border-style: solid solid solid none; border-color: rgb(192, 80, 77) rgb(192, 80, 77) rgb(192, 80, 77) -moz-use-text-color; border-width: 1pt 1pt 1pt medium; padding: 0in 5.4pt; width: 239.4pt" valign="top" width="319">Any task are delay are recognized immediately by team daily<br />
<o:p></o:p></td>
</tr>
<tr>
<td style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #c0504d; border-width: medium medium medium 1pt; padding: 0in 5.4pt; width: 239.4pt" valign="top" width="319"><span>Some problems are raised in the weekly meeting only and late solutions impact to project's progress<br />
<o:p></o:p></span></td>
<td style="border-style: none solid none none; border-color: -moz-use-text-color #c0504d -moz-use-text-color -moz-use-text-color; border-width: medium 1pt medium medium; padding: 0in 5.4pt; width: 239.4pt" valign="top" width="319">Most of problems are identified daily and team active the solve problems<br />
<o:p></o:p></td>
</tr>
<tr>
<td style="border-style: solid none solid solid; border-color: rgb(192, 80, 77) -moz-use-text-color rgb(192, 80, 77) rgb(192, 80, 77); border-width: 1pt medium 1pt 1pt; padding: 0in 5.4pt; width: 239.4pt" valign="top" width="319"><span>Team members are passive<br />
<o:p></o:p></span></td>
<td style="border-style: solid solid solid none; border-color: rgb(192, 80, 77) rgb(192, 80, 77) rgb(192, 80, 77) -moz-use-text-color; border-width: 1pt 1pt 1pt medium; padding: 0in 5.4pt; width: 239.4pt" valign="top" width="319">Team members become more active</td>
</tr>
<tr>
<td style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #c0504d; border-width: medium medium medium 1pt; padding: 0in 5.4pt; width: 239.4pt" valign="top" width="319"><span>Project status is updated weekly<br />
<o:p></o:p></span></td>
<td style="border-style: none solid none none; border-color: -moz-use-text-color #c0504d -moz-use-text-color -moz-use-text-color; border-width: medium 1pt medium medium; padding: 0in 5.4pt; width: 239.4pt" valign="top" width="319">Project status is updated daily to all team members</td>
</tr>
<tr>
<td style="border-style: solid none solid solid; border-color: rgb(192, 80, 77) -moz-use-text-color rgb(192, 80, 77) rgb(192, 80, 77); border-width: 1pt medium 1pt 1pt; padding: 0in 5.4pt; width: 239.4pt" valign="top" width="319"><span>Members do not keep their tasks, which are assigned by PM, in mind<br />
<o:p></o:p></span></td>
<td style="border-style: solid solid solid none; border-color: rgb(192, 80, 77) rgb(192, 80, 77) rgb(192, 80, 77) -moz-use-text-color; border-width: 1pt 1pt 1pt medium; padding: 0in 5.4pt; width: 239.4pt" valign="top" width="319">Member have right to plan their own works (not PM), and they easily remember what they plan to do</td>
</tr>
</table>
<p><span style="font-size: 12pt; font-family: 'Times New Roman','serif'">Instead of writing tasks report at the end of week (this way place project member in passive way, they only record what they are assigned to do by PM), each project member spend 15 minutes/day (75 minutes/week) to answer three questions "</span><span style="font-size: 12pt; font-family: 'Times New Roman','serif'">What have you done? What do you plan to do? What impediments do you have?<span class="GramE">".</span> The Scrum Master only set the goals to be completed in week and project members are freely to plan their tasks to complete their goals. This cause project member active to think what they do, and they manage their tasks in order complete project's goals not wait the instruction from PM. Before applying Scrum practice, we receive many complaints like "Members are not active in their jobs! They do not raise problems to us etc", after applying the Scrum daily meeting we can update the project status every day! And people active to solve problems. If you have not applied daily standup meeting before, you should try it soon!<br />
<o:p></o:p></span></p>
<p><span style="font-size: 12pt; font-family: 'Times New Roman','serif'">There are some tips to make the daily standup meeting more effectively:<br />
<o:p></o:p></span></p>
<p><span style="font-size: 12pt; font-family: Symbol"><span>· </span></span> <span style="font-size: 12pt; font-family: 'Times New Roman','serif'">Do not try to solve problems! Only related people seek the solutions later not in daily standup meeting.</span><span style="font-size: 12pt; font-family: 'Times New Roman','serif'"><br />
<o:p></o:p></span></p>
<p><span style="font-size: 12pt; font-family: Symbol"><span>· </span></span> <span style="font-size: 12pt; font-family: 'Times New Roman','serif'">Limit the number of members less than 7 members and they only focus into 3 main questions, no more and no less.<br />
<o:p></o:p></span></p>
<p><span style="font-size: 12pt; font-family: Symbol"><span>· </span></span> <span style="font-size: 12pt; font-family: 'Times New Roman','serif'">Scrum master deliver the project information briefly (news, project change etc). Any message not belong the daily meeting scope should leave for weekly meeting or another group meeting.<br />
<o:p></o:p></span></p>
<p><span style="font-size: 12pt; font-family: Symbol"><span>· </span></span> <span style="font-size: 12pt; font-family: 'Times New Roman','serif'">Daily meeting should proceed at the beginning of day, not middle or very late. Do not let the short meeting impact to current employee's works<br />
<o:p></o:p></span></p>
<p class="zoundry_bw_tags"><span style="font-size: 12pt; font-family: Symbol"><span>· </span></span> <span style="font-size: 12pt; font-family: 'Times New Roman','serif'">Project members should report descriptively about their task. No use ambiguous statements like 'Yesterday, I fix some defects or do some bugs'. Report task of one day do not take a lot of time of developer. With long time tasks, it should be divided into smaller tasks (1-3 days) and have output to make all developers can understand the work done by reporters</span><span class="ztags"><a href="http://www.43things.com/tag/Standup+meeting" class="ztag" rel="tag"></a></span></p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;bodytext=We%20have%20been%20applying%20Scrum%20practices%20for%20months.%20At%20first%2C%20we%20only%20adopt%20some%20Scrum%20practices%20in%20our%20works%20but%20recently%20we%20apply%20Scrum%20process%20totally%20in%20our%20works.%20One%20of%20the%20most%20important%20practices%20impact%20to%20us%20much%20is%20stand-up%20meeting.%20Here%20are%20" title="Digg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Sphinn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;notes=We%20have%20been%20applying%20Scrum%20practices%20for%20months.%20At%20first%2C%20we%20only%20adopt%20some%20Scrum%20practices%20in%20our%20works%20but%20recently%20we%20apply%20Scrum%20process%20totally%20in%20our%20works.%20One%20of%20the%20most%20important%20practices%20impact%20to%20us%20much%20is%20stand-up%20meeting.%20Here%20are%20" title="del.icio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;t=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Facebook"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Mixx"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;annotation=We%20have%20been%20applying%20Scrum%20practices%20for%20months.%20At%20first%2C%20we%20only%20adopt%20some%20Scrum%20practices%20in%20our%20works%20but%20recently%20we%20apply%20Scrum%20process%20totally%20in%20our%20works.%20One%20of%20the%20most%20important%20practices%20impact%20to%20us%20much%20is%20stand-up%20meeting.%20Here%20are%20" title="Google Bookmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://barrapunto.com/submit.pl?subj=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;story=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="BarraPunto"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/barrapunto.png" title="BarraPunto" alt="BarraPunto" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://bitacoras.com/anotaciones/http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Bitacoras.com"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bitacoras.png" title="Bitacoras.com" alt="Bitacoras.com" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="blinkbits"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="blinkbits" alt="blinkbits" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;Title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="BlinkList"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="blogmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes" alt="BlogMemes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Cn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Cn" alt="BlogMemes Cn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Fr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Fr" alt="BlogMemes Fr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Jp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Jp" alt="BlogMemes Jp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Sp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Sp" alt="BlogMemes Sp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Blogosphere News"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Blogsvine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Blogsvine" alt="Blogsvine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cimlap.blogter.hu/index.php?action=suggest_link&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="blogtercimlap"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogter.png" title="blogtercimlap" alt="blogtercimlap" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Book.mark.hu"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Book.mark.hu" alt="Book.mark.hu" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Bumpzee"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Bumpzee" alt="Bumpzee" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="co.mments"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="co.mments" alt="co.mments" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;description=We%20have%20been%20applying%20Scrum%20practices%20for%20months.%20At%20first%2C%20we%20only%20adopt%20some%20Scrum%20practices%20in%20our%20works%20but%20recently%20we%20apply%20Scrum%20process%20totally%20in%20our%20works.%20One%20of%20the%20most%20important%20practices%20impact%20to%20us%20much%20is%20stand-up%20meeting.%20Here%20are%20" title="connotea"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/connotea.png" title="connotea" alt="connotea" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="De.lirio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.designfloat.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Design Float"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/designfloat.png" title="Design Float" alt="Design Float" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="DotNetKicks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="DotNetKicks" alt="DotNetKicks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="DZone"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.ekudos.nl/artikel/nieuw?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;desc=We%20have%20been%20applying%20Scrum%20practices%20for%20months.%20At%20first%2C%20we%20only%20adopt%20some%20Scrum%20practices%20in%20our%20works%20but%20recently%20we%20apply%20Scrum%20process%20totally%20in%20our%20works.%20One%20of%20the%20most%20important%20practices%20impact%20to%20us%20much%20is%20stand-up%20meeting.%20Here%20are%20" title="eKudos"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ekudos.png" title="eKudos" alt="eKudos" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;body=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="email"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Fark"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Faves"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="feedmelinks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="feedmelinks" alt="feedmelinks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Fleck"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Furl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Furl" alt="Furl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="GeenRedactie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="GeenRedactie" alt="GeenRedactie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://globalgrind.com/submission/submit.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;type=Article&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Global Grind"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/globalgrind.png" title="Global Grind" alt="Global Grind" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.gwar.pl/DodajGwar.html?u=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Gwar"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/gwar.png" title="Gwar" alt="Gwar" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Haohao"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://healthranker.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="HealthRanker"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/healthranker.png" title="HealthRanker" alt="HealthRanker" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hemidemi.com/user_bookmark/new?title=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Hemidemi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/hemidemi.png" title="Hemidemi" alt="Hemidemi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Identi.ca"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="IndianPad"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://internetmedia.hu/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Internetmedia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/im.png" title="Internetmedia" alt="Internetmedia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="kick.ie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="kick.ie" alt="kick.ie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.kirtsy.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Kirtsy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/kirtsy.png" title="Kirtsy" alt="Kirtsy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://laaik.it/NewStoryCompact.aspx?uri=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;headline=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;cat=5e082fcc-8a3b-47e2-acec-fdf64ff19d12" title="laaik.it"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/laaikit.png" title="laaik.it" alt="laaik.it" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Leonaut"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Leonaut" alt="Leonaut" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkagogo.com/go/AddNoPopup?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="LinkaGoGo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkagogo.png" title="LinkaGoGo" alt="LinkaGoGo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://linkarena.com/bookmarks/addlink/?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="LinkArena"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkarena.png" title="LinkArena" alt="LinkArena" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;source=eSoftHead%2C+a+Vietnam+Software+Outsourcing+Company+The+official+blog+of+eSoftHead+Company&amp;summary=We%20have%20been%20applying%20Scrum%20practices%20for%20months.%20At%20first%2C%20we%20only%20adopt%20some%20Scrum%20practices%20in%20our%20works%20but%20recently%20we%20apply%20Scrum%20process%20totally%20in%20our%20works.%20One%20of%20the%20most%20important%20practices%20impact%20to%20us%20much%20is%20stand-up%20meeting.%20Here%20are%20" title="LinkedIn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkter.hu/index.php?action=suggest_link&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Linkter"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkter.png" title="Linkter" alt="Linkter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Live"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Ma.gnolia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Ma.gnolia" alt="Ma.gnolia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://meneame.net/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Meneame"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/meneame.png" title="Meneame" alt="Meneame" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;bm_description=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;plugin=soc" title="MisterWong"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.de/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;bm_description=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;plugin=soc" title="MisterWong.DE"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong.DE" alt="MisterWong.DE" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.muti.co.za/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="muti"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/muti.png" title="muti" alt="muti" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://myshare.url.com.tw/index.php?func=newurl&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;desc=Benefits%20of%20Daily%20Stand-up%20Meeting" title="MyShare"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myshare.png" title="MyShare" alt="MyShare" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;t=Benefits%20of%20Daily%20Stand-up%20Meeting" title="MySpace"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.n4g.com/tips.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="N4G"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/n4g.png" title="N4G" alt="N4G" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Netvibes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;popup=no" title="Netvouz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;h=Benefits%20of%20Daily%20Stand-up%20Meeting" title="NewsVine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://nujij.nl/jij.lynkx?t=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;b=We%20have%20been%20applying%20Scrum%20practices%20for%20months.%20At%20first%2C%20we%20only%20adopt%20some%20Scrum%20practices%20in%20our%20works%20but%20recently%20we%20apply%20Scrum%20process%20totally%20in%20our%20works.%20One%20of%20the%20most%20important%20practices%20impact%20to%20us%20much%20is%20stand-up%20meeting.%20Here%20are%20" title="NuJIJ"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/nujij.png" title="NuJIJ" alt="NuJIJ" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;body=We%20have%20been%20applying%20Scrum%20practices%20for%20months.%20At%20first%2C%20we%20only%20adopt%20some%20Scrum%20practices%20in%20our%20works%20but%20recently%20we%20apply%20Scrum%20process%20totally%20in%20our%20works.%20One%20of%20the%20most%20important%20practices%20impact%20to%20us%20much%20is%20stand-up%20meeting.%20Here%20are%20" title="Ping.fm"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Pownce"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Pownce" alt="Pownce" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="ppnow"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="ppnow" alt="ppnow" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;partner=sociable" title="Print"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Propeller"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ratimarks.org/bookmarks.php/?action=add&address=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Ratimarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ratimarks.png" title="Ratimarks" alt="Ratimarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://rec6.via6.com/link.php?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Rec6"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/rec6.png" title="Rec6" alt="Rec6" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Reddit"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="SalesMarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="SalesMarks" alt="SalesMarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.scoopeo.com/scoop/new?newurl=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Scoopeo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/scoopeo.png" title="Scoopeo" alt="Scoopeo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="scuttle"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="scuttle" alt="scuttle" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://segnalo.alice.it/post.html.php?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Segnalo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/segnalo.png" title="Segnalo" alt="Segnalo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Shadows"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Shadows" alt="Shadows" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Simpy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/simpy.png" title="Simpy" alt="Simpy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Slashdot"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Smarking"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Smarking" alt="Smarking" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://socialogs.com/add_story.php?story_url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;story_title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Socialogs"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/socialogs.png" title="Socialogs" alt="Socialogs" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="SphereIt"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Spurl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="StumbleUpon"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Symbaloo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Symbaloo" alt="Symbaloo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Taggly"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Taggly" alt="Taggly" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TailRank"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TailRank" alt="TailRank" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Technorati"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;name=Benefits%20of%20Daily%20Stand-up%20Meeting" title="ThisNext"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/thisnext.png" title="ThisNext" alt="ThisNext" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Tipd"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tipd.png" title="Tipd" alt="Tipd" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;t=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;s=We%20have%20been%20applying%20Scrum%20practices%20for%20months.%20At%20first%2C%20we%20only%20adopt%20some%20Scrum%20practices%20in%20our%20works%20but%20recently%20we%20apply%20Scrum%20process%20totally%20in%20our%20works.%20One%20of%20the%20most%20important%20practices%20impact%20to%20us%20much%20is%20stand-up%20meeting.%20Here%20are%20" title="Tumblr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.upnews.it/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Upnews"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/upnews.png" title="Upnews" alt="Upnews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.webnews.de/einstellen?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Webnews.de"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webnews.png" title="Webnews.de" alt="Webnews.de" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Webride"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webride.png" title="Webride" alt="Webride" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Wikio"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio" alt="Wikio" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.fr/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Wikio FR"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio FR" alt="Wikio FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.it/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Wikio IT"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio IT" alt="Wikio IT" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://wists.com/s.php?c=&amp;r=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Wists"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wists.png" title="Wists" alt="Wists" class="sociable-hovers sociable_wists" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wykop.pl/dodaj?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F" title="Wykop"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wykop.png" title="Wykop" alt="Wykop" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.xerpi.com/block/add_link_from_extension?url=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;title=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Xerpi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/xerpi.png" title="Xerpi" alt="Xerpi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;submitHeadline=Benefits%20of%20Daily%20Stand-up%20Meeting&amp;submitSummary=We%20have%20been%20applying%20Scrum%20practices%20for%20months.%20At%20first%2C%20we%20only%20adopt%20some%20Scrum%20practices%20in%20our%20works%20but%20recently%20we%20apply%20Scrum%20process%20totally%20in%20our%20works.%20One%20of%20the%20most%20important%20practices%20impact%20to%20us%20much%20is%20stand-up%20meeting.%20Here%20are%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://yigg.de/neu?exturl=http%3A%2F%2Fblog.esofthead.com%2Fbenefits-of-daily-stand-up-meeting%2F&amp;exttitle=Benefits%20of%20Daily%20Stand-up%20Meeting" title="Yigg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yiggit.png" title="Yigg" alt="Yigg" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.esofthead.com/benefits-of-daily-stand-up-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pair review process &#8211; it should be better than pair programming</title>
		<link>http://blog.esofthead.com/pair-review-process-it-should-be-better-than-pair-programming/</link>
		<comments>http://blog.esofthead.com/pair-review-process-it-should-be-better-than-pair-programming/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 03:38:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Software Development Process]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://blog.esofthead.com/?p=82</guid>
		<description><![CDATA[I am a supporter of XP process with unit test, TDD etc practices without pair programming. I learned the XP practices for several years ago, reading many articles with statistical data about the benefits of pair programming. I used to believe the pair programming is the good way to improve code quality, share knowledge and [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="I" class="cap"><span>I</span></span> am a supporter of XP process with unit test, TDD etc practices without pair programming. I learned the XP practices for several years ago, reading many articles with statistical data about the benefits of pair programming. I used to believe the pair programming is the good way to improve code quality, share knowledge and senior developers can teach junior guy via pair programming but I changed my mind recently. There are some reasons I think that it is hard to apply pair programming in practice (at least in my works and other<span id="more-82"></span> associates I used to work with):</p>
<p>- The different speed of working among associates. The clever can interfere much the thinking of other and developers are not peer but teacher and student relationship. With teacher-student relationship, it takes time for senior to work the same workspace with less mature one and we have other types of training instead of pair programming.</p>
<p>- Pair programming should not applied in 'political' or unfriendly environment. People tends to protect themselves and try not show their weakness to others.</p>
<p>- Some people just like to work lonely. They do not like any involve during they code until their works are finished.</p>
<p>- We do not need two guys do for simple works.</p>
<p>- Sometimes people need relax, other member will force them work while they are tire. There are some guys can work without relax within 4 hours but others need, the different focus level in work can cause people tire and protect against pair programming.</p>
<p>With above reasons, I do not see pair programming can be applied to many teams especially the big team because they are many tyles of working, any fail in one pair can impact to others. However, without any close cooperation among developers than current, it also cause issue about quality and knowledge management, the result is clear: code is not reviewed well (code review session is not effective because people only select random source file for code review in meeting), people can not share knowledge of coding and works etc. The simple thing we can improve our works to full code review to all source codes, two people understand the same code base is performing the peer review regularly. Instead dividing into pairs for coding, we let pairs do review only, one will code and other will review their works at the end of day. Pair review should be performed every day because when some pair leave works not reviewed daily basics, they tend to select random files for review only when managers request and the effectiveness is not much. Review other works in daily basic will take much time at the beginning, but it takes more speed in future when people is aware with other's source code, business domain. We also sure each line of source code are 'done' by pair (one code and one do inspection), if there is any conflicts in pair, the technical lead will join to solve the issue. One drawback of pair review with pair programming is the response time for fixing defects, pair programming do faster but I believe the benefits of pair review is worth for pair and it overcomes the limitations of pair programming to make it can be applied more wider area.</p>
<p><a class="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/subscribe?linkname=eSoftHead%20Blog%20Feed&amp;linkurl=http%3A%2F%2Fblog.esofthead.com%2F%3Ffeed%3Drss2"><img src="http://static.addtoany.com/buttons/subscribe_120_16.gif" width="120" height="16" border="0" alt="Subscribe"/></a><script type="text/javascript">a2a_linkname="eSoftHead Blog Feed";a2a_linkurl="http://blog.esofthead.com/?feed=rss2";</script><script type="text/javascript" src="http://static.addtoany.com/menu/feed.js"></script></p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;bodytext=I%20am%20a%20supporter%20of%20XP%20process%20with%20unit%20test%2C%20TDD%20etc%20practices%20without%20pair%20programming.%20I%20learned%20the%20XP%20practices%20for%20several%20years%20ago%2C%20reading%20many%20articles%20with%20statistical%20data%20about%20the%20benefits%20of%20pair%20programming.%20I%20used%20to%20believe%20the%20pai" title="Digg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Sphinn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;notes=I%20am%20a%20supporter%20of%20XP%20process%20with%20unit%20test%2C%20TDD%20etc%20practices%20without%20pair%20programming.%20I%20learned%20the%20XP%20practices%20for%20several%20years%20ago%2C%20reading%20many%20articles%20with%20statistical%20data%20about%20the%20benefits%20of%20pair%20programming.%20I%20used%20to%20believe%20the%20pai" title="del.icio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;t=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Facebook"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Mixx"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;annotation=I%20am%20a%20supporter%20of%20XP%20process%20with%20unit%20test%2C%20TDD%20etc%20practices%20without%20pair%20programming.%20I%20learned%20the%20XP%20practices%20for%20several%20years%20ago%2C%20reading%20many%20articles%20with%20statistical%20data%20about%20the%20benefits%20of%20pair%20programming.%20I%20used%20to%20believe%20the%20pai" title="Google Bookmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://barrapunto.com/submit.pl?subj=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;story=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="BarraPunto"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/barrapunto.png" title="BarraPunto" alt="BarraPunto" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://bitacoras.com/anotaciones/http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Bitacoras.com"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bitacoras.png" title="Bitacoras.com" alt="Bitacoras.com" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="blinkbits"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="blinkbits" alt="blinkbits" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;Title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="BlinkList"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="blogmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes" alt="BlogMemes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Cn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Cn" alt="BlogMemes Cn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Fr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Fr" alt="BlogMemes Fr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Jp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Jp" alt="BlogMemes Jp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Sp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Sp" alt="BlogMemes Sp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Blogosphere News"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Blogsvine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Blogsvine" alt="Blogsvine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cimlap.blogter.hu/index.php?action=suggest_link&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="blogtercimlap"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogter.png" title="blogtercimlap" alt="blogtercimlap" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Book.mark.hu"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Book.mark.hu" alt="Book.mark.hu" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Bumpzee"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Bumpzee" alt="Bumpzee" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="co.mments"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="co.mments" alt="co.mments" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;description=I%20am%20a%20supporter%20of%20XP%20process%20with%20unit%20test%2C%20TDD%20etc%20practices%20without%20pair%20programming.%20I%20learned%20the%20XP%20practices%20for%20several%20years%20ago%2C%20reading%20many%20articles%20with%20statistical%20data%20about%20the%20benefits%20of%20pair%20programming.%20I%20used%20to%20believe%20the%20pai" title="connotea"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/connotea.png" title="connotea" alt="connotea" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="De.lirio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.designfloat.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Design Float"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/designfloat.png" title="Design Float" alt="Design Float" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="DotNetKicks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="DotNetKicks" alt="DotNetKicks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="DZone"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.ekudos.nl/artikel/nieuw?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;desc=I%20am%20a%20supporter%20of%20XP%20process%20with%20unit%20test%2C%20TDD%20etc%20practices%20without%20pair%20programming.%20I%20learned%20the%20XP%20practices%20for%20several%20years%20ago%2C%20reading%20many%20articles%20with%20statistical%20data%20about%20the%20benefits%20of%20pair%20programming.%20I%20used%20to%20believe%20the%20pai" title="eKudos"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ekudos.png" title="eKudos" alt="eKudos" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;body=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="email"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Fark"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Faves"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="feedmelinks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="feedmelinks" alt="feedmelinks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Fleck"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Furl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Furl" alt="Furl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="GeenRedactie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="GeenRedactie" alt="GeenRedactie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://globalgrind.com/submission/submit.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;type=Article&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Global Grind"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/globalgrind.png" title="Global Grind" alt="Global Grind" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.gwar.pl/DodajGwar.html?u=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Gwar"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/gwar.png" title="Gwar" alt="Gwar" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Haohao"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://healthranker.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="HealthRanker"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/healthranker.png" title="HealthRanker" alt="HealthRanker" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hemidemi.com/user_bookmark/new?title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Hemidemi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/hemidemi.png" title="Hemidemi" alt="Hemidemi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Identi.ca"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="IndianPad"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://internetmedia.hu/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Internetmedia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/im.png" title="Internetmedia" alt="Internetmedia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="kick.ie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="kick.ie" alt="kick.ie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.kirtsy.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Kirtsy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/kirtsy.png" title="Kirtsy" alt="Kirtsy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://laaik.it/NewStoryCompact.aspx?uri=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;headline=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;cat=5e082fcc-8a3b-47e2-acec-fdf64ff19d12" title="laaik.it"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/laaikit.png" title="laaik.it" alt="laaik.it" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Leonaut"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Leonaut" alt="Leonaut" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkagogo.com/go/AddNoPopup?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="LinkaGoGo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkagogo.png" title="LinkaGoGo" alt="LinkaGoGo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://linkarena.com/bookmarks/addlink/?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="LinkArena"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkarena.png" title="LinkArena" alt="LinkArena" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;source=eSoftHead%2C+a+Vietnam+Software+Outsourcing+Company+The+official+blog+of+eSoftHead+Company&amp;summary=I%20am%20a%20supporter%20of%20XP%20process%20with%20unit%20test%2C%20TDD%20etc%20practices%20without%20pair%20programming.%20I%20learned%20the%20XP%20practices%20for%20several%20years%20ago%2C%20reading%20many%20articles%20with%20statistical%20data%20about%20the%20benefits%20of%20pair%20programming.%20I%20used%20to%20believe%20the%20pai" title="LinkedIn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkter.hu/index.php?action=suggest_link&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Linkter"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkter.png" title="Linkter" alt="Linkter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Live"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Ma.gnolia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Ma.gnolia" alt="Ma.gnolia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://meneame.net/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Meneame"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/meneame.png" title="Meneame" alt="Meneame" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;bm_description=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;plugin=soc" title="MisterWong"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.de/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;bm_description=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;plugin=soc" title="MisterWong.DE"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong.DE" alt="MisterWong.DE" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.muti.co.za/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="muti"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/muti.png" title="muti" alt="muti" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://myshare.url.com.tw/index.php?func=newurl&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;desc=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="MyShare"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myshare.png" title="MyShare" alt="MyShare" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;t=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="MySpace"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.n4g.com/tips.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="N4G"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/n4g.png" title="N4G" alt="N4G" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Netvibes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;popup=no" title="Netvouz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;h=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="NewsVine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://nujij.nl/jij.lynkx?t=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;b=I%20am%20a%20supporter%20of%20XP%20process%20with%20unit%20test%2C%20TDD%20etc%20practices%20without%20pair%20programming.%20I%20learned%20the%20XP%20practices%20for%20several%20years%20ago%2C%20reading%20many%20articles%20with%20statistical%20data%20about%20the%20benefits%20of%20pair%20programming.%20I%20used%20to%20believe%20the%20pai" title="NuJIJ"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/nujij.png" title="NuJIJ" alt="NuJIJ" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;body=I%20am%20a%20supporter%20of%20XP%20process%20with%20unit%20test%2C%20TDD%20etc%20practices%20without%20pair%20programming.%20I%20learned%20the%20XP%20practices%20for%20several%20years%20ago%2C%20reading%20many%20articles%20with%20statistical%20data%20about%20the%20benefits%20of%20pair%20programming.%20I%20used%20to%20believe%20the%20pai" title="Ping.fm"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Pownce"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Pownce" alt="Pownce" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="ppnow"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="ppnow" alt="ppnow" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;partner=sociable" title="Print"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Propeller"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ratimarks.org/bookmarks.php/?action=add&address=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Ratimarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ratimarks.png" title="Ratimarks" alt="Ratimarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://rec6.via6.com/link.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Rec6"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/rec6.png" title="Rec6" alt="Rec6" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Reddit"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="SalesMarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="SalesMarks" alt="SalesMarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.scoopeo.com/scoop/new?newurl=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Scoopeo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/scoopeo.png" title="Scoopeo" alt="Scoopeo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="scuttle"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="scuttle" alt="scuttle" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://segnalo.alice.it/post.html.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Segnalo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/segnalo.png" title="Segnalo" alt="Segnalo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Shadows"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Shadows" alt="Shadows" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Simpy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/simpy.png" title="Simpy" alt="Simpy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Slashdot"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Smarking"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Smarking" alt="Smarking" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://socialogs.com/add_story.php?story_url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;story_title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Socialogs"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/socialogs.png" title="Socialogs" alt="Socialogs" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="SphereIt"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Spurl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="StumbleUpon"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Symbaloo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Symbaloo" alt="Symbaloo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Taggly"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Taggly" alt="Taggly" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TailRank"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TailRank" alt="TailRank" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Technorati"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;name=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="ThisNext"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/thisnext.png" title="ThisNext" alt="ThisNext" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Tipd"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tipd.png" title="Tipd" alt="Tipd" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;t=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;s=I%20am%20a%20supporter%20of%20XP%20process%20with%20unit%20test%2C%20TDD%20etc%20practices%20without%20pair%20programming.%20I%20learned%20the%20XP%20practices%20for%20several%20years%20ago%2C%20reading%20many%20articles%20with%20statistical%20data%20about%20the%20benefits%20of%20pair%20programming.%20I%20used%20to%20believe%20the%20pai" title="Tumblr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.upnews.it/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Upnews"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/upnews.png" title="Upnews" alt="Upnews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.webnews.de/einstellen?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Webnews.de"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webnews.png" title="Webnews.de" alt="Webnews.de" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Webride"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webride.png" title="Webride" alt="Webride" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Wikio"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio" alt="Wikio" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.fr/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Wikio FR"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio FR" alt="Wikio FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.it/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Wikio IT"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio IT" alt="Wikio IT" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://wists.com/s.php?c=&amp;r=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Wists"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wists.png" title="Wists" alt="Wists" class="sociable-hovers sociable_wists" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wykop.pl/dodaj?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F" title="Wykop"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wykop.png" title="Wykop" alt="Wykop" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.xerpi.com/block/add_link_from_extension?url=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;title=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Xerpi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/xerpi.png" title="Xerpi" alt="Xerpi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;submitHeadline=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming&amp;submitSummary=I%20am%20a%20supporter%20of%20XP%20process%20with%20unit%20test%2C%20TDD%20etc%20practices%20without%20pair%20programming.%20I%20learned%20the%20XP%20practices%20for%20several%20years%20ago%2C%20reading%20many%20articles%20with%20statistical%20data%20about%20the%20benefits%20of%20pair%20programming.%20I%20used%20to%20believe%20the%20pai&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://yigg.de/neu?exturl=http%3A%2F%2Fblog.esofthead.com%2Fpair-review-process-it-should-be-better-than-pair-programming%2F&amp;exttitle=Pair%20review%20process%20-%20it%20should%20be%20better%20than%20pair%20programming" title="Yigg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yiggit.png" title="Yigg" alt="Yigg" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.esofthead.com/pair-review-process-it-should-be-better-than-pair-programming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Template architecture for software rapid development &#8211; part 1</title>
		<link>http://blog.esofthead.com/template-architecture-for-software-rapid-development-part-1/</link>
		<comments>http://blog.esofthead.com/template-architecture-for-software-rapid-development-part-1/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 01:45:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Object Oriented and Design]]></category>
		<category><![CDATA[Software Development Process]]></category>
		<category><![CDATA[Software Engineer]]></category>

		<guid isPermaLink="false">http://blog.esofthead.com/?p=64</guid>
		<description><![CDATA[To inspire my two previous posts are 'MVC pattern: Controller is too big' and 'Template projects in software development'., the current post is written base on my deeper thinking how to create the re-usable artifacts in a software company. More ideas are completed after my study on Software Product Line and Software Factories. I will [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="T" class="cap"><span>T</span></span>o inspire my two previous posts are 'MVC pattern: Controller is too big' and 'Template projects in software development'., the current post is written base on my deeper thinking how to create the re-usable artifacts in a software company. More ideas are completed after my study on Software Product Line and Software Factories. I will write two posts about the template architecture, the first post is the introduction about the needs and benefits of template architecture, the second post is my suggestion of building template architecture and how to manage it via knowledge management system.<span id="more-64"></span></p>
<p>First, we go to the common related technical problems</p>
<p><strong>1. Lack high technical skilled resources</strong></p>
<h4></h4>
<p>In the resource market, there are just rare high technical skilled resources who has experience of developing architecture, design for various kinds of project and technologies. In Software Company, the ratio of technical architectures resource also is less than the needs of organization.</p>
<p><strong>2. Re-discovering and Re-inventing common solution domain</strong></p>
<h4></h4>
<p>Solution domain is discovered or invented in other product is not distributed to related products in a product line. Organization takes a lot effort for re-create solution for problem that is solved before, the solution can catch the traps of previous ones or the quality is not good enough.</p>
<p><strong>3. </strong><font color="#000000"><strong>Monolithic Construction - No reusable components</strong></font></p>
<p>Not only solution domain is not kept in all products in product line but reusable components across products, product lines are not defined. In addition, organization does not have strategy of defining the re-use level of component, what is reused and how it is re-used. The rigid architecture is also the reason cause all components in one product are heavily tight, that cause its components can not be used separately and it is hard to bring one component to other products except bring many related components (but they are not related business domain of new product) and perform tuning code for new products.</p>
<p><strong>4. Inefficient of R&amp;D activities</strong></p>
<h4></h4>
<p>Nowadays, there are many methodologies, toolkits, frameworks that help development members can increase their productivity and organization can deliver the better quality product with competitive cost. Normally, the cost for R&amp;D occupies 2-3% operation cost of organization and it is not much cost to have the outstanding result especially in small-medium size company. In any company, focusing on some specific technologies and tools is the wise approach to strengthen organization knowledge instead of assigning limited number of resources to research many tools, frameworks</p>
<p>Long time ago, software organizations realize that some components can be re-used across projects and they define the process that promote re-usability of software artifacts, they are documentation, architecture, module, components or API library. However, lacking the good process also the criteria, guidelines, strategy for creating reusable artifacts take many companies effort without the valuable result. By categorizing projects into separated product lines that helps software company can limit the number of product lines they are developing also define the better strategy for reuse. The reusability is not limited in API library, component etc but the group of products that share the similar business domain or architecture, technology. Product lines is the rather new terminology and there are only few resources about it, recently Software Factories term are raised many times and it has different meaning to Product Line though it is derived from Product Line. However both of them promote the reusability of software artifacts.</p>
<p><strong>Product lines introduction</strong></p>
<p>According to [9], Software product lines represent a significant departure from software reuse schemes in which attempts are made to make assets as general as possible without the context provided by an architecture and a scope definition, and from opportunistic reuse schemes in which low-payoff assets are scavenged adhoc from a reuse repository.</p>
<p>Product lines pay off because the investment in the core assets is allocated across the entire family of products. The core assets provide a production capability that allows rapid construction of high-quality products.</p>
<p><a href="http://www.haiphucnguyen.net/blog/wp-content/images/694f48739711_10AF1/clip_image0012.jpg" atomicselection="true"><img src="http://www.haiphucnguyen.net/blog/wp-content/images/694f48739711_10AF1/clip_image0011.jpg" style="border-width: 0px" border="0" height="146" width="240" /></a></p>
<p>Build a product line is a complicated task. In general, it takes a long time for building a set of related products especially it is true for outsource company that usually not control what products they will receive in future. Though maintain the business modeling across the products in one product line is difficult but the task that maintain the architecture also the reusable components in one product line is simpler. One template architecture is applied for one product line that is distinguished to others by architecture, technology also the domain knowledge. One template architecture consists:</p>
<p><strong>Architecture design: </strong></p>
<ul>
<li><strong>Software patterns:</strong> Integration patterns, design patterns, infrastructure patterns.</li>
<li><strong>Object Oriented Principles:</strong> Open-Closed principles, Liskov principles, etc</li>
</ul>
<p><strong>Domain knowledge(s):</strong> Healthcare, eLearning, Telecom, etc</p>
<p><strong>Technology and Platforms:</strong></p>
<ul>
<li><strong>Operating system:</strong> Windows, Linux, …</li>
<li><strong>Platform:</strong> Java, .NET, etc and its version platform.</li>
</ul>
<p><strong>Re-usable components: </strong></p>
<ul>
<li><strong>Common API:</strong> validation, logging, caching etc</li>
<li><strong>Domain API:</strong> HL7 (Healthcare), Barcode, EDI etc</li>
</ul>
<p><strong>Development workspace:</strong></p>
<ul>
<li><strong>Tools:</strong> are used to build product base on template architecture. That includes development tool, build tool and deploy tool.</li>
<li><strong>Guidelines: </strong>document guides people how to build product base on template architecture. It includes using common patterns, object oriented principles also usage of common and domain API. In addition, it also guides the usage of tools or practices of implementing on specific problem domain.</li>
<li><strong>Samples: </strong>it guides development in practice via samples for basic problem that can serve to solve harder domain problem.</li>
</ul>
<p>There are two things need to be considered, they are domain knowledge (that belong to business area) and technical artifacts like architecture, components (that belongs to technical area). One architecture that fit with one domain also it depends on deployment model. Two template architectures can reuse the same artifacts, such as two healthcare applications on window and web environment can share the components like HL7, EDI etc but they can have different software patterns for separated deployment model.</p>
<p><strong>Benefits of template architecture</strong></p>
<p><strong>1. Increase productivity</strong></p>
<p>The easiest thing we can see that productivity is increased, the cost is decreased. Development team members do not need to create or implementation from scratch, but they develop base on an existing TA that have guidelines, best practices also expert can support them use the TA.</p>
<p><strong>2. Predictable result, higher quality</strong></p>
<p>Due to TA is built by experienced technical geeks, also it is contributed by many real practices from previous projects, the feasible of solution or architecture are proven that make any solution base on TA is predictable and it has good quality</p>
<p><strong>3. Re-use of skills, resources</strong></p>
<p>Lack of high technical resources also they are many frameworks, toolkits, etc that has the same functionalities cause R&amp;D is difficult to define what area they should focus in. By fixing with one solution for one kind of problem that cause organization gather all efforts for this problem instead of dispersing its effort. Members also learn the best tools, best practices of solution and have deep knowledge on it instead that they know many functional areas but only introduction level.</p>
<p><strong>4. Competitive advantage</strong></p>
<p>It is obvious that if one organization can provide the good solution to client, deliver the high quality product and the cost is competitive, that company has competitive advantage compare with its opponent.</p>
<p><strong>5.</strong> <strong>Resource allocation</strong></p>
<p>By simple usage of Template Architecture also it contains guidelines, practices. That free some experienced technical geeks outside project development. Team members can develop application base on Template Architecture, which are very easier to detect any violations to architecture and implementation. The experienced technical geeks can be assigned to more important tasks such as mentor technical activities, building other template architecture.</p>
<p><strong>Reference</strong></p>
<p>[1], Nguyen Phuc Hai – Template projects in Software Development, <a href="http://www.haiphucnguyen.net/blog/?p=36">http://www.haiphucnguyen.net/blog/?p=36</a></p>
<p>[2], Nguyen Phuc Hai – MVC Pattern: Controller is too big, <a href="http://www.haiphucnguyen.net/blog/?p=42">http://www.haiphucnguyen.net/blog/?p=42</a></p>
<p>[3], Software Factories – <a href="http://www.softwarefactories.com/">http://www.softwarefactories.com/</a></p>
<p>[4], Edward Bakker – Factories 201, <a href="http://www.edwardbakker.nl/">http://www.edwardbakker.nl/</a></p>
<p>[5], Spring Framework, <a href="http://www.springframework.org/">http://www.springframework.org</a></p>
<p>[6], Spring Modules, <a href="https://springmodules.dev.java.net/">https://springmodules.dev.java.net/</a></p>
<p>[7], Enterprise Library 3.0 – April 2007, Documentation</p>
<p>[8], Jezz Santos - Factories’ ABC, <a href="http://blogs.msdn.com/jezzsa/archive/2006/08/09/sfxjargon.aspx">http://blogs.msdn.com/jezzsa/archive/2006/08/09/sfxjargon.aspx</a></p>
<p>[9], Software Engineering Institute – Software Product Lines, <a href="http://www.sei.cmu.edu/productlines/">http://www.sei.cmu.edu/productlines/</a></p>
<p>[10], Gunther Lenz and Christoph Wienands - Practical Software Factories in .NET</p>
<p>[11], Jack Greenfield, Keith Short et al – Software Factories: Assembling Applications with Patterns, Models, Frameworks and Tools</p>
<p><a class="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/subscribe?linkname=eSoftHead%20Blog%20Feed&amp;linkurl=http%3A%2F%2Fblog.esofthead.com%2F%3Ffeed%3Drss2"><img src="http://static.addtoany.com/buttons/subscribe_120_16.gif" width="120" height="16" border="0" alt="Subscribe"/></a><script type="text/javascript">a2a_linkname="eSoftHead Blog Feed";a2a_linkurl="http://blog.esofthead.com/?feed=rss2";</script><script type="text/javascript" src="http://static.addtoany.com/menu/feed.js"></script></p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;bodytext=To%20inspire%20my%20two%20previous%20posts%20are%20%27MVC%20pattern%3A%20Controller%20is%20too%20big%27%20and%20%27Template%20projects%20in%20software%20development%27.%2C%20the%20current%20post%20is%20written%20base%20on%20my%20deeper%20thinking%20how%20to%20create%20the%20re-usable%20artifacts%20in%20a%20software%20company.%20More%20ideas" title="Digg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Sphinn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;notes=To%20inspire%20my%20two%20previous%20posts%20are%20%27MVC%20pattern%3A%20Controller%20is%20too%20big%27%20and%20%27Template%20projects%20in%20software%20development%27.%2C%20the%20current%20post%20is%20written%20base%20on%20my%20deeper%20thinking%20how%20to%20create%20the%20re-usable%20artifacts%20in%20a%20software%20company.%20More%20ideas" title="del.icio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;t=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Facebook"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Mixx"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;annotation=To%20inspire%20my%20two%20previous%20posts%20are%20%27MVC%20pattern%3A%20Controller%20is%20too%20big%27%20and%20%27Template%20projects%20in%20software%20development%27.%2C%20the%20current%20post%20is%20written%20base%20on%20my%20deeper%20thinking%20how%20to%20create%20the%20re-usable%20artifacts%20in%20a%20software%20company.%20More%20ideas" title="Google Bookmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://barrapunto.com/submit.pl?subj=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;story=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="BarraPunto"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/barrapunto.png" title="BarraPunto" alt="BarraPunto" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://bitacoras.com/anotaciones/http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Bitacoras.com"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bitacoras.png" title="Bitacoras.com" alt="Bitacoras.com" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="blinkbits"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="blinkbits" alt="blinkbits" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;Title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="BlinkList"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="blogmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes" alt="BlogMemes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Cn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Cn" alt="BlogMemes Cn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Fr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Fr" alt="BlogMemes Fr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Jp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Jp" alt="BlogMemes Jp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Sp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Sp" alt="BlogMemes Sp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Blogosphere News"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Blogsvine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Blogsvine" alt="Blogsvine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cimlap.blogter.hu/index.php?action=suggest_link&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="blogtercimlap"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogter.png" title="blogtercimlap" alt="blogtercimlap" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Book.mark.hu"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Book.mark.hu" alt="Book.mark.hu" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Bumpzee"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Bumpzee" alt="Bumpzee" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="co.mments"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="co.mments" alt="co.mments" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;description=To%20inspire%20my%20two%20previous%20posts%20are%20%27MVC%20pattern%3A%20Controller%20is%20too%20big%27%20and%20%27Template%20projects%20in%20software%20development%27.%2C%20the%20current%20post%20is%20written%20base%20on%20my%20deeper%20thinking%20how%20to%20create%20the%20re-usable%20artifacts%20in%20a%20software%20company.%20More%20ideas" title="connotea"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/connotea.png" title="connotea" alt="connotea" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="De.lirio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.designfloat.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Design Float"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/designfloat.png" title="Design Float" alt="Design Float" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="DotNetKicks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="DotNetKicks" alt="DotNetKicks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="DZone"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.ekudos.nl/artikel/nieuw?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;desc=To%20inspire%20my%20two%20previous%20posts%20are%20%27MVC%20pattern%3A%20Controller%20is%20too%20big%27%20and%20%27Template%20projects%20in%20software%20development%27.%2C%20the%20current%20post%20is%20written%20base%20on%20my%20deeper%20thinking%20how%20to%20create%20the%20re-usable%20artifacts%20in%20a%20software%20company.%20More%20ideas" title="eKudos"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ekudos.png" title="eKudos" alt="eKudos" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;body=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="email"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;u=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Fark"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Faves"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="feedmelinks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="feedmelinks" alt="feedmelinks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Fleck"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Furl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Furl" alt="Furl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="GeenRedactie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="GeenRedactie" alt="GeenRedactie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://globalgrind.com/submission/submit.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;type=Article&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Global Grind"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/globalgrind.png" title="Global Grind" alt="Global Grind" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.gwar.pl/DodajGwar.html?u=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Gwar"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/gwar.png" title="Gwar" alt="Gwar" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Haohao"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://healthranker.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="HealthRanker"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/healthranker.png" title="HealthRanker" alt="HealthRanker" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hemidemi.com/user_bookmark/new?title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Hemidemi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/hemidemi.png" title="Hemidemi" alt="Hemidemi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Identi.ca"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="IndianPad"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://internetmedia.hu/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Internetmedia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/im.png" title="Internetmedia" alt="Internetmedia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="kick.ie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="kick.ie" alt="kick.ie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.kirtsy.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Kirtsy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/kirtsy.png" title="Kirtsy" alt="Kirtsy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://laaik.it/NewStoryCompact.aspx?uri=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;headline=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;cat=5e082fcc-8a3b-47e2-acec-fdf64ff19d12" title="laaik.it"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/laaikit.png" title="laaik.it" alt="laaik.it" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Leonaut"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Leonaut" alt="Leonaut" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkagogo.com/go/AddNoPopup?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="LinkaGoGo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkagogo.png" title="LinkaGoGo" alt="LinkaGoGo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://linkarena.com/bookmarks/addlink/?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="LinkArena"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkarena.png" title="LinkArena" alt="LinkArena" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;source=eSoftHead%2C+a+Vietnam+Software+Outsourcing+Company+The+official+blog+of+eSoftHead+Company&amp;summary=To%20inspire%20my%20two%20previous%20posts%20are%20%27MVC%20pattern%3A%20Controller%20is%20too%20big%27%20and%20%27Template%20projects%20in%20software%20development%27.%2C%20the%20current%20post%20is%20written%20base%20on%20my%20deeper%20thinking%20how%20to%20create%20the%20re-usable%20artifacts%20in%20a%20software%20company.%20More%20ideas" title="LinkedIn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkter.hu/index.php?action=suggest_link&amp;url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Linkter"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkter.png" title="Linkter" alt="Linkter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Live"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Ma.gnolia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Ma.gnolia" alt="Ma.gnolia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://meneame.net/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Meneame"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/meneame.png" title="Meneame" alt="Meneame" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;bm_description=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;plugin=soc" title="MisterWong"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.de/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;bm_description=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;plugin=soc" title="MisterWong.DE"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong.DE" alt="MisterWong.DE" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.muti.co.za/submit?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="muti"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/muti.png" title="muti" alt="muti" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://myshare.url.com.tw/index.php?func=newurl&amp;url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;desc=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="MyShare"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myshare.png" title="MyShare" alt="MyShare" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;t=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="MySpace"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.n4g.com/tips.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="N4G"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/n4g.png" title="N4G" alt="N4G" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Netvibes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;popup=no" title="Netvouz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;h=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="NewsVine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://nujij.nl/jij.lynkx?t=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;u=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;b=To%20inspire%20my%20two%20previous%20posts%20are%20%27MVC%20pattern%3A%20Controller%20is%20too%20big%27%20and%20%27Template%20projects%20in%20software%20development%27.%2C%20the%20current%20post%20is%20written%20base%20on%20my%20deeper%20thinking%20how%20to%20create%20the%20re-usable%20artifacts%20in%20a%20software%20company.%20More%20ideas" title="NuJIJ"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/nujij.png" title="NuJIJ" alt="NuJIJ" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;body=To%20inspire%20my%20two%20previous%20posts%20are%20%27MVC%20pattern%3A%20Controller%20is%20too%20big%27%20and%20%27Template%20projects%20in%20software%20development%27.%2C%20the%20current%20post%20is%20written%20base%20on%20my%20deeper%20thinking%20how%20to%20create%20the%20re-usable%20artifacts%20in%20a%20software%20company.%20More%20ideas" title="Ping.fm"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Pownce"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Pownce" alt="Pownce" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="ppnow"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="ppnow" alt="ppnow" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;partner=sociable" title="Print"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Propeller"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ratimarks.org/bookmarks.php/?action=add&address=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Ratimarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ratimarks.png" title="Ratimarks" alt="Ratimarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://rec6.via6.com/link.php?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Rec6"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/rec6.png" title="Rec6" alt="Rec6" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Reddit"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="SalesMarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="SalesMarks" alt="SalesMarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.scoopeo.com/scoop/new?newurl=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Scoopeo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/scoopeo.png" title="Scoopeo" alt="Scoopeo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="scuttle"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="scuttle" alt="scuttle" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://segnalo.alice.it/post.html.php?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Segnalo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/segnalo.png" title="Segnalo" alt="Segnalo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Shadows"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Shadows" alt="Shadows" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Simpy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/simpy.png" title="Simpy" alt="Simpy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Slashdot"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Smarking"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Smarking" alt="Smarking" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://socialogs.com/add_story.php?story_url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;story_title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Socialogs"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/socialogs.png" title="Socialogs" alt="Socialogs" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="SphereIt"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Spurl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="StumbleUpon"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Symbaloo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Symbaloo" alt="Symbaloo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Taggly"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Taggly" alt="Taggly" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TailRank"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TailRank" alt="TailRank" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Technorati"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;name=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="ThisNext"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/thisnext.png" title="ThisNext" alt="ThisNext" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Tipd"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tipd.png" title="Tipd" alt="Tipd" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;t=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;s=To%20inspire%20my%20two%20previous%20posts%20are%20%27MVC%20pattern%3A%20Controller%20is%20too%20big%27%20and%20%27Template%20projects%20in%20software%20development%27.%2C%20the%20current%20post%20is%20written%20base%20on%20my%20deeper%20thinking%20how%20to%20create%20the%20re-usable%20artifacts%20in%20a%20software%20company.%20More%20ideas" title="Tumblr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.upnews.it/submit?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Upnews"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/upnews.png" title="Upnews" alt="Upnews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.webnews.de/einstellen?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Webnews.de"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webnews.png" title="Webnews.de" alt="Webnews.de" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Webride"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webride.png" title="Webride" alt="Webride" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Wikio"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio" alt="Wikio" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.fr/vote?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Wikio FR"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio FR" alt="Wikio FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.it/vote?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Wikio IT"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio IT" alt="Wikio IT" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://wists.com/s.php?c=&amp;r=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Wists"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wists.png" title="Wists" alt="Wists" class="sociable-hovers sociable_wists" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wykop.pl/dodaj?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F" title="Wykop"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wykop.png" title="Wykop" alt="Wykop" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.xerpi.com/block/add_link_from_extension?url=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;title=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Xerpi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/xerpi.png" title="Xerpi" alt="Xerpi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;submitHeadline=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201&amp;submitSummary=To%20inspire%20my%20two%20previous%20posts%20are%20%27MVC%20pattern%3A%20Controller%20is%20too%20big%27%20and%20%27Template%20projects%20in%20software%20development%27.%2C%20the%20current%20post%20is%20written%20base%20on%20my%20deeper%20thinking%20how%20to%20create%20the%20re-usable%20artifacts%20in%20a%20software%20company.%20More%20ideas&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://yigg.de/neu?exturl=http%3A%2F%2Fblog.esofthead.com%2Ftemplate-architecture-for-software-rapid-development-part-1%2F&amp;exttitle=Template%20architecture%20for%20software%20rapid%20development%20-%20part%201" title="Yigg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yiggit.png" title="Yigg" alt="Yigg" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.esofthead.com/template-architecture-for-software-rapid-development-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing change</title>
		<link>http://blog.esofthead.com/managing-change/</link>
		<comments>http://blog.esofthead.com/managing-change/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 01:43:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[Software Development Process]]></category>

		<guid isPermaLink="false">http://blog.esofthead.com/?p=61</guid>
		<description><![CDATA[Change means that people omit their habits (routine behaviors) and they set up a new habit. All know that it is not easy for anyone to change their habit, the reason comes from their mind and their capacity ('does it need to change?' or 'can we change it successfully?' etc). However, one all agree that [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="C" class="cap"><span>C</span></span>hange means that people omit their habits (routine behaviors) and they set up a new habit. All know that it is not easy for anyone to change their habit, the reason comes from their mind and their capacity ('does it need to change?' or 'can we change it successfully?' etc). However, one all agree that any company must accept change while its operation time. Change people habit is difficult but change organizational behavior is very difficult (if company has 200 associates, it means that the difficulty of behavior is 200 times more difficult than people change).<span id="more-61"></span> How to make the chance in professional works and private life, I think 10 following tips is very useful (it is extracted from <a href="http://www.allbusiness.com/management/change-management/11336-1.html" title="http://www.allbusiness.com/management/change-management/11336-1.html">http://www.allbusiness.com/management/change-management/11336-1.html</a>)</p>
<ol>
<li><strong>Don’t resist.</strong> While your gut reaction to change is often refusal, such a response is not productive. Change is inevitable, and you must learn to accept it. The quicker you do, the smoother your transition.</li>
<li><strong>Find the positive.</strong> Even the most difficult changes can produce positive results. Don’t waste time dwelling on what you don't like. Focus instead on the potential benefits and new opportunities the changes may bring, and your spirits will remain lighter throughout the transition.</li>
<li><strong>Create a list.</strong> You'll feel much better about change when you're able to manage its details and results. Make a list of what needs to be done to implement the change. The more prepared you are, the less change will overwhelm you.</li>
<li><strong>Familiarize quickly.</strong> Jump headfirst into change, whether it’s new ways of doing things, new offices, or new teams. Take time up front to learn a new program, take a tour of a new office facility, or introduce yourself to a new coworker. The more quickly you are acclimated to new things, the more quickly they will become familiar to you.</li>
<li><strong>Consider others.</strong> Change rarely affects one person; in most cases it affects many people at once. Change experienced as a group can become either a supportive, unifying experience or a negative, frustrating one. Consider what kind of group you want to be a part of, and then seek to make it so through your words and actions.</li>
<li><strong>Focus on one change at a time.</strong> While we can learn to accept and manage change, piling numerous changes up all at once can become too overwhelming, even for the most flexible of us. If there are many changes going on in your work life, this is probably not the best time to also start those home renovations. Managing change in one area of your life is easier when you have other areas that remain familiar and comforting.</li>
<li><strong>Exercise patience with yourself.</strong> When things change significantly, accept that you will not be able to master them all right away. If you're dealing with updated computer systems, a shakeup in business operations, or any other major business change, things will take time. Give yourself a break, and don’t add to your stress by trying to become a whiz at everything overnight.</li>
<li><strong>Ask productive questions.</strong> Ask yourself questions that will make a positive difference, such as, “How can I help facilitate the transition?” or “How will I need to adjust my daily schedule to accommodate this new process?” Avoid asking “whys,” and instead learn to move forward by asking questions that will help you become comfortable with the changes.</li>
<li><strong>Take control.</strong> Change is stressful because it threatens a person’s sense of control. Don’t allow a powerless feeling to overwhelm you; face new challenges head-on. Focus on how you can make it work for you. You will feel empowered by your renewed sense of control when you stop allowing change to overcome you, and instead overcome change through hard work and steady determination.</li>
<li><strong>Don’t get too comfortable.</strong> While it's important to familiarize and adjust to change, it's fruitless to get so comfortable that you believe things will not change again. Adjust, but do so with the knowledge that nothing lasts forever, and this too may give way to more change in the future.</li>
</ol>
<p>Talking by my voice about managing change in one organization, we must agree that let people accept the change or any innovative program can take period time to implement successfully but it is the must for organization to grow. Time to complete the long period program can be long (2-3 years or more), but each milestone achievement can be verified in 3-6 months. There are two approach of  changing current working process:</p>
<ul>
<li><strong>Improving current process:</strong> organization identify its problems such as low productivity, bad quality, high cost of operations etc. The executive team want to have an improvement plan to change this circumstance. Some expert teams are established to identify all problems and propose solutions. After that the solution is implemented to organization. Some process such as TQM, Six sigma etc support to this approach.</li>
<li><strong>Reengineering organization: </strong>re-engineering organization takes sorter time than improving current process, the failure rate is higher but the ROI achievement may be much higher. This approach requires the organization will change even its basic operations or its business areas. The change is required because it relates to survival of company, or the change require when company wants to move from 'red ocean' to 'blue ocean' - see book "<strong>Blue Ocean Strategy: How to Create Uncontested Market Space and Make Competition Irrelevant</strong>" at here <a href="http://www.amazon.com/Blue-Ocean-Strategy-Uncontested-Competition/dp/1591396190" title="http://www.amazon.com/Blue-Ocean-Strategy-Uncontested-Competition/dp/1591396190">http://www.amazon.com/Blue-Ocean-Strategy-Uncontested-Competition/dp/1591396190</a>)</li>
</ul>
<p>Careless the approach of changing organizational behavior, two more things besides above 10 tips are the support of associates (especially from BOD) and eight key factors of any Quality Improvement Program(see <a href="http://software.isixsigma.com/library/content/c021230a.asp">http://software.isixsigma.com/library/content/c021230a.asp</a>)</p>
<p><a class="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/subscribe?linkname=eSoftHead%20Blog%20Feed&amp;linkurl=http%3A%2F%2Fblog.esofthead.com%2F%3Ffeed%3Drss2"><img src="http://static.addtoany.com/buttons/subscribe_120_16.gif" width="120" height="16" border="0" alt="Subscribe"/></a><script type="text/javascript">a2a_linkname="eSoftHead Blog Feed";a2a_linkurl="http://blog.esofthead.com/?feed=rss2";</script><script type="text/javascript" src="http://static.addtoany.com/menu/feed.js"></script></p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change&amp;bodytext=Change%20means%20that%20people%20omit%20their%20habits%20%28routine%20behaviors%29%20and%20they%20set%20up%20a%20new%20habit.%20All%20know%20that%20it%20is%20not%20easy%20for%20anyone%20to%20change%20their%20habit%2C%20the%20reason%20comes%20from%20their%20mind%20and%20their%20capacity%20%28%27does%20it%20need%20to%20change%3F%27%20or%20%27can%20we%20chang" title="Digg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Sphinn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change&amp;notes=Change%20means%20that%20people%20omit%20their%20habits%20%28routine%20behaviors%29%20and%20they%20set%20up%20a%20new%20habit.%20All%20know%20that%20it%20is%20not%20easy%20for%20anyone%20to%20change%20their%20habit%2C%20the%20reason%20comes%20from%20their%20mind%20and%20their%20capacity%20%28%27does%20it%20need%20to%20change%3F%27%20or%20%27can%20we%20chang" title="del.icio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;t=Managing%20change" title="Facebook"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Mixx"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change&amp;annotation=Change%20means%20that%20people%20omit%20their%20habits%20%28routine%20behaviors%29%20and%20they%20set%20up%20a%20new%20habit.%20All%20know%20that%20it%20is%20not%20easy%20for%20anyone%20to%20change%20their%20habit%2C%20the%20reason%20comes%20from%20their%20mind%20and%20their%20capacity%20%28%27does%20it%20need%20to%20change%3F%27%20or%20%27can%20we%20chang" title="Google Bookmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://barrapunto.com/submit.pl?subj=Managing%20change&amp;story=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="BarraPunto"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/barrapunto.png" title="BarraPunto" alt="BarraPunto" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://bitacoras.com/anotaciones/http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Bitacoras.com"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bitacoras.png" title="Bitacoras.com" alt="Bitacoras.com" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="blinkbits"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="blinkbits" alt="blinkbits" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;Title=Managing%20change" title="BlinkList"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="blogmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes" alt="BlogMemes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Cn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Cn" alt="BlogMemes Cn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Fr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Fr" alt="BlogMemes Fr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Jp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Jp" alt="BlogMemes Jp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Sp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Sp" alt="BlogMemes Sp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Blogosphere News"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Blogsvine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Blogsvine" alt="Blogsvine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cimlap.blogter.hu/index.php?action=suggest_link&amp;title=Managing%20change&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="blogtercimlap"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogter.png" title="blogtercimlap" alt="blogtercimlap" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Book.mark.hu"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Book.mark.hu" alt="Book.mark.hu" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Bumpzee"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Bumpzee" alt="Bumpzee" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="co.mments"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="co.mments" alt="co.mments" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change&amp;description=Change%20means%20that%20people%20omit%20their%20habits%20%28routine%20behaviors%29%20and%20they%20set%20up%20a%20new%20habit.%20All%20know%20that%20it%20is%20not%20easy%20for%20anyone%20to%20change%20their%20habit%2C%20the%20reason%20comes%20from%20their%20mind%20and%20their%20capacity%20%28%27does%20it%20need%20to%20change%3F%27%20or%20%27can%20we%20chang" title="connotea"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/connotea.png" title="connotea" alt="connotea" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="De.lirio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.designfloat.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Design Float"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/designfloat.png" title="Design Float" alt="Design Float" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="DotNetKicks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="DotNetKicks" alt="DotNetKicks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="DZone"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.ekudos.nl/artikel/nieuw?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change&amp;desc=Change%20means%20that%20people%20omit%20their%20habits%20%28routine%20behaviors%29%20and%20they%20set%20up%20a%20new%20habit.%20All%20know%20that%20it%20is%20not%20easy%20for%20anyone%20to%20change%20their%20habit%2C%20the%20reason%20comes%20from%20their%20mind%20and%20their%20capacity%20%28%27does%20it%20need%20to%20change%3F%27%20or%20%27can%20we%20chang" title="eKudos"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ekudos.png" title="eKudos" alt="eKudos" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Managing%20change&amp;body=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="email"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Managing%20change&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Fark"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Faves"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="feedmelinks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="feedmelinks" alt="feedmelinks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Fleck"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Furl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Furl" alt="Furl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="GeenRedactie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="GeenRedactie" alt="GeenRedactie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://globalgrind.com/submission/submit.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;type=Article&amp;title=Managing%20change" title="Global Grind"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/globalgrind.png" title="Global Grind" alt="Global Grind" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.gwar.pl/DodajGwar.html?u=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Gwar"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/gwar.png" title="Gwar" alt="Gwar" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Haohao"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://healthranker.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="HealthRanker"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/healthranker.png" title="HealthRanker" alt="HealthRanker" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hemidemi.com/user_bookmark/new?title=Managing%20change&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Hemidemi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/hemidemi.png" title="Hemidemi" alt="Hemidemi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Identi.ca"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="IndianPad"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://internetmedia.hu/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Internetmedia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/im.png" title="Internetmedia" alt="Internetmedia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="kick.ie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="kick.ie" alt="kick.ie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.kirtsy.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Kirtsy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/kirtsy.png" title="Kirtsy" alt="Kirtsy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://laaik.it/NewStoryCompact.aspx?uri=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;headline=Managing%20change&amp;cat=5e082fcc-8a3b-47e2-acec-fdf64ff19d12" title="laaik.it"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/laaikit.png" title="laaik.it" alt="laaik.it" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Leonaut"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Leonaut" alt="Leonaut" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkagogo.com/go/AddNoPopup?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="LinkaGoGo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkagogo.png" title="LinkaGoGo" alt="LinkaGoGo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://linkarena.com/bookmarks/addlink/?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="LinkArena"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkarena.png" title="LinkArena" alt="LinkArena" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change&amp;source=eSoftHead%2C+a+Vietnam+Software+Outsourcing+Company+The+official+blog+of+eSoftHead+Company&amp;summary=Change%20means%20that%20people%20omit%20their%20habits%20%28routine%20behaviors%29%20and%20they%20set%20up%20a%20new%20habit.%20All%20know%20that%20it%20is%20not%20easy%20for%20anyone%20to%20change%20their%20habit%2C%20the%20reason%20comes%20from%20their%20mind%20and%20their%20capacity%20%28%27does%20it%20need%20to%20change%3F%27%20or%20%27can%20we%20chang" title="LinkedIn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkter.hu/index.php?action=suggest_link&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Linkter"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkter.png" title="Linkter" alt="Linkter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Live"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Ma.gnolia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Ma.gnolia" alt="Ma.gnolia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://meneame.net/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Meneame"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/meneame.png" title="Meneame" alt="Meneame" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;bm_description=Managing%20change&amp;plugin=soc" title="MisterWong"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.de/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;bm_description=Managing%20change&amp;plugin=soc" title="MisterWong.DE"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong.DE" alt="MisterWong.DE" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.muti.co.za/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="muti"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/muti.png" title="muti" alt="muti" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://myshare.url.com.tw/index.php?func=newurl&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;desc=Managing%20change" title="MyShare"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myshare.png" title="MyShare" alt="MyShare" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;t=Managing%20change" title="MySpace"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.n4g.com/tips.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="N4G"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/n4g.png" title="N4G" alt="N4G" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Managing%20change&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Netvibes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change&amp;popup=no" title="Netvouz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;h=Managing%20change" title="NewsVine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://nujij.nl/jij.lynkx?t=Managing%20change&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;b=Change%20means%20that%20people%20omit%20their%20habits%20%28routine%20behaviors%29%20and%20they%20set%20up%20a%20new%20habit.%20All%20know%20that%20it%20is%20not%20easy%20for%20anyone%20to%20change%20their%20habit%2C%20the%20reason%20comes%20from%20their%20mind%20and%20their%20capacity%20%28%27does%20it%20need%20to%20change%3F%27%20or%20%27can%20we%20chang" title="NuJIJ"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/nujij.png" title="NuJIJ" alt="NuJIJ" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change&amp;body=Change%20means%20that%20people%20omit%20their%20habits%20%28routine%20behaviors%29%20and%20they%20set%20up%20a%20new%20habit.%20All%20know%20that%20it%20is%20not%20easy%20for%20anyone%20to%20change%20their%20habit%2C%20the%20reason%20comes%20from%20their%20mind%20and%20their%20capacity%20%28%27does%20it%20need%20to%20change%3F%27%20or%20%27can%20we%20chang" title="Ping.fm"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Pownce"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Pownce" alt="Pownce" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="ppnow"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="ppnow" alt="ppnow" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;partner=sociable" title="Print"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Propeller"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ratimarks.org/bookmarks.php/?action=add&address=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Ratimarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ratimarks.png" title="Ratimarks" alt="Ratimarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://rec6.via6.com/link.php?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;=Managing%20change" title="Rec6"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/rec6.png" title="Rec6" alt="Rec6" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Reddit"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="SalesMarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="SalesMarks" alt="SalesMarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.scoopeo.com/scoop/new?newurl=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Scoopeo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/scoopeo.png" title="Scoopeo" alt="Scoopeo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="scuttle"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="scuttle" alt="scuttle" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://segnalo.alice.it/post.html.php?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Segnalo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/segnalo.png" title="Segnalo" alt="Segnalo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Shadows"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Shadows" alt="Shadows" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Simpy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/simpy.png" title="Simpy" alt="Simpy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Managing%20change&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Slashdot"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Smarking"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Smarking" alt="Smarking" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://socialogs.com/add_story.php?story_url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;story_title=Managing%20change" title="Socialogs"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/socialogs.png" title="Socialogs" alt="Socialogs" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="SphereIt"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Spurl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="StumbleUpon"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Symbaloo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Symbaloo" alt="Symbaloo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Taggly"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Taggly" alt="Taggly" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TailRank"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TailRank" alt="TailRank" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Technorati"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;name=Managing%20change" title="ThisNext"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/thisnext.png" title="ThisNext" alt="ThisNext" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Tipd"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tipd.png" title="Tipd" alt="Tipd" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;t=Managing%20change&amp;s=Change%20means%20that%20people%20omit%20their%20habits%20%28routine%20behaviors%29%20and%20they%20set%20up%20a%20new%20habit.%20All%20know%20that%20it%20is%20not%20easy%20for%20anyone%20to%20change%20their%20habit%2C%20the%20reason%20comes%20from%20their%20mind%20and%20their%20capacity%20%28%27does%20it%20need%20to%20change%3F%27%20or%20%27can%20we%20chang" title="Tumblr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.upnews.it/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Upnews"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/upnews.png" title="Upnews" alt="Upnews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.webnews.de/einstellen?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Webnews.de"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webnews.png" title="Webnews.de" alt="Webnews.de" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Webride"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webride.png" title="Webride" alt="Webride" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Wikio"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio" alt="Wikio" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.fr/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Wikio FR"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio FR" alt="Wikio FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.it/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Wikio IT"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio IT" alt="Wikio IT" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://wists.com/s.php?c=&amp;r=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Wists"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wists.png" title="Wists" alt="Wists" class="sociable-hovers sociable_wists" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wykop.pl/dodaj?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F" title="Wykop"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wykop.png" title="Wykop" alt="Wykop" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.xerpi.com/block/add_link_from_extension?url=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;title=Managing%20change" title="Xerpi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/xerpi.png" title="Xerpi" alt="Xerpi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;submitHeadline=Managing%20change&amp;submitSummary=Change%20means%20that%20people%20omit%20their%20habits%20%28routine%20behaviors%29%20and%20they%20set%20up%20a%20new%20habit.%20All%20know%20that%20it%20is%20not%20easy%20for%20anyone%20to%20change%20their%20habit%2C%20the%20reason%20comes%20from%20their%20mind%20and%20their%20capacity%20%28%27does%20it%20need%20to%20change%3F%27%20or%20%27can%20we%20chang&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://yigg.de/neu?exturl=http%3A%2F%2Fblog.esofthead.com%2Fmanaging-change%2F&amp;exttitle=Managing%20change" title="Yigg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yiggit.png" title="Yigg" alt="Yigg" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.esofthead.com/managing-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Having one big process for all kinds of projects, it is wrong!</title>
		<link>http://blog.esofthead.com/having-one-big-process-for-all-kinds-of-projects-it-is-wrong/</link>
		<comments>http://blog.esofthead.com/having-one-big-process-for-all-kinds-of-projects-it-is-wrong/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 01:42:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Software Development Process]]></category>
		<category><![CDATA[Software Engineer]]></category>

		<guid isPermaLink="false">http://blog.esofthead.com/?p=59</guid>
		<description><![CDATA[Nowadays, there are many processes as RUP, Scrum, FDD, XP etc. Each process has its strong and weak points and it advices that users should custom some parts while using, the custom depends on the specific circumstance of project. In any software company, we have the software development process. They can build process by themselves [...]]]></description>
			<content:encoded><![CDATA[<p class="first-child "><span title="N" class="cap"><span>N</span></span>owadays, there are many processes as RUP, Scrum, FDD, XP etc. Each process has its strong and weak points and it advices that users should custom some parts while using, the custom depends on the specific circumstance of project. In any software company, we have the software development process. They can build process by themselves but almost cases, they custom from the well-known process like RUP, Scrum etc. Defining the one process for all kinds of projects seems to be the right solution when company has few projects but the problem will be raised when company get more and more projects.<span id="more-59"></span></p>
<p>Why it is a problem when we have common process for all projects in company? The reason is simple: each project has specific characteristics, and they require you must custom our process that adjust its context. However, three problems are raised:</p>
<ul>
<li>If company find that the current process can not cover some mistakes in some projects, they will add more rules to process (that means add more works to project members) to prevent this problem in other projects. We can understand this fact as they made the process more 'perfect'. However, such additional rules may not help other projects to fix its problem and project team members do not care its rules but it takes effort of considering, in some cases it takes time for them to do just because the rules define. The consequence of adding more rules is obvious, project effort is increased and company process becomes bigger and bigger. Some projects use a small part of this process, others use another part.</li>
<li>It takes more time to maintain and study: the more bigger of process, the more time to learn <img src='http://blog.esofthead.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . In addition, it also takes process engineer takes more effort of maintain the consistent of process. Any changes in process take a lot of effort to correct other places.</li>
<li>Project team members apply process incorrectly: of course, all rules of one process can not apply all to projects. Company allows project can customize process that meet the project goals. However, if project has the right to customize company is not sure that what they think rules are un-needed is correct? Some cases, they remove some rules is the key factors to project success or when they choose another approach but no support from company. I give you a detail example: if there are two projects, one has 40 and other has 10 associates. The first project, client expect you have the formal communication with formal requirements and follow the requirement workflow strictly. The second one, client also require how you develop the application as soon as possible with high quality. With the first project, we can choose to apply the Business Modelling and use cases is the main artifact of managing requirements, it is supposed the company support this approach via templates, guidelines etc. But the second one, project should choose more agile approach of managing requirements such as writing user stories. If the company does not support, team must do by themselves. Of course, user stories may not added to process because in some meanings, user stories and use cases serve for the same purpose.</li>
</ul>
<p>In manafactoring company, it is clear that we can have one workflow that serve for one product line. Software should not be considered as one product line but it should be divided into many groups that have the similar characteristic. That help company can control the software development process apply for each project strictly, project receive more guidelines for company and the effort to maintain will reduce. Just link to programming language: having a big process for all project is similar with you writing the program using procedure language, if we have one process for each kind of projects it is similar you use OO for programming. Of course, software development process also have inheritance characteristic <img src='http://blog.esofthead.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Here is the example:</p>
<p>Core Software Process: (the must for all projects in company)</p>
<p>- Requirements, Analysis and Design, Implementation (Code review check list), Testing (Unit test ...)</p>
<p>RUP Software Process: Core Software Process (custom for specific kinds of projects)</p>
<p>- Requirements (Business Modelling, Use cases, ...), Analysis and Design (template document...), ...</p>
<p>Scrum Software Process: Core Software Process (custom for specific kinds of projects)</p>
<p>- Requirements (User stories ...), Analysis and Design (template document...), ...stand-up meeting ...</p>
<p class="zoundry_bw_tags">&nbsp;</p>
<p class="zoundry_bw_tags">The kind of project does not mean about the team size but we can categorize the project base on client's expectation (does they need the formal requirements, test cases ..., high quality product), project's context (lack of client support, domain knowledge is complicated, maintenance on legacy application) etc</p>
<p class="zoundry_bw_tags"> <span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://technorati.com/tag/Project%20Management%20Software%20Development%20Process" class="ztag" rel="tag">Project Management Software Development Process</a></span></p>
<p><a class="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/subscribe?linkname=eSoftHead%20Blog%20Feed&amp;linkurl=http%3A%2F%2Fblog.esofthead.com%2F%3Ffeed%3Drss2"><img src="http://static.addtoany.com/buttons/subscribe_120_16.gif" width="120" height="16" border="0" alt="Subscribe"/></a><script type="text/javascript">a2a_linkname="eSoftHead Blog Feed";a2a_linkurl="http://blog.esofthead.com/?feed=rss2";</script><script type="text/javascript" src="http://static.addtoany.com/menu/feed.js"></script></p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;bodytext=Nowadays%2C%20there%20are%20many%20processes%20as%20RUP%2C%20Scrum%2C%20FDD%2C%20XP%20etc.%20Each%20process%20has%20its%20strong%20and%20weak%20points%20and%20it%20advices%20that%20users%20should%20custom%20some%20parts%20while%20using%2C%20the%20custom%20depends%20on%20the%20specific%20circumstance%20of%20project.%20In%20any%20software%20com" title="Digg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Sphinn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;notes=Nowadays%2C%20there%20are%20many%20processes%20as%20RUP%2C%20Scrum%2C%20FDD%2C%20XP%20etc.%20Each%20process%20has%20its%20strong%20and%20weak%20points%20and%20it%20advices%20that%20users%20should%20custom%20some%20parts%20while%20using%2C%20the%20custom%20depends%20on%20the%20specific%20circumstance%20of%20project.%20In%20any%20software%20com" title="del.icio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;t=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Facebook"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Mixx"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;annotation=Nowadays%2C%20there%20are%20many%20processes%20as%20RUP%2C%20Scrum%2C%20FDD%2C%20XP%20etc.%20Each%20process%20has%20its%20strong%20and%20weak%20points%20and%20it%20advices%20that%20users%20should%20custom%20some%20parts%20while%20using%2C%20the%20custom%20depends%20on%20the%20specific%20circumstance%20of%20project.%20In%20any%20software%20com" title="Google Bookmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://barrapunto.com/submit.pl?subj=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;story=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="BarraPunto"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/barrapunto.png" title="BarraPunto" alt="BarraPunto" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://bitacoras.com/anotaciones/http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Bitacoras.com"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bitacoras.png" title="Bitacoras.com" alt="Bitacoras.com" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="blinkbits"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="blinkbits" alt="blinkbits" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;Title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="BlinkList"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="blogmarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes" alt="BlogMemes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Cn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Cn" alt="BlogMemes Cn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Fr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Fr" alt="BlogMemes Fr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Jp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Jp" alt="BlogMemes Jp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="BlogMemes Sp"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="BlogMemes Sp" alt="BlogMemes Sp" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Blogosphere News"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Blogsvine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Blogsvine" alt="Blogsvine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cimlap.blogter.hu/index.php?action=suggest_link&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="blogtercimlap"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/blogter.png" title="blogtercimlap" alt="blogtercimlap" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Book.mark.hu"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Book.mark.hu" alt="Book.mark.hu" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Bumpzee"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Bumpzee" alt="Bumpzee" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="co.mments"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="co.mments" alt="co.mments" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;description=Nowadays%2C%20there%20are%20many%20processes%20as%20RUP%2C%20Scrum%2C%20FDD%2C%20XP%20etc.%20Each%20process%20has%20its%20strong%20and%20weak%20points%20and%20it%20advices%20that%20users%20should%20custom%20some%20parts%20while%20using%2C%20the%20custom%20depends%20on%20the%20specific%20circumstance%20of%20project.%20In%20any%20software%20com" title="connotea"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/connotea.png" title="connotea" alt="connotea" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="De.lirio.us"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="De.lirio.us" alt="De.lirio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.designfloat.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Design Float"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/designfloat.png" title="Design Float" alt="Design Float" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="DotNetKicks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dotnetkicks.png" title="DotNetKicks" alt="DotNetKicks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="DZone"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.ekudos.nl/artikel/nieuw?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;desc=Nowadays%2C%20there%20are%20many%20processes%20as%20RUP%2C%20Scrum%2C%20FDD%2C%20XP%20etc.%20Each%20process%20has%20its%20strong%20and%20weak%20points%20and%20it%20advices%20that%20users%20should%20custom%20some%20parts%20while%20using%2C%20the%20custom%20depends%20on%20the%20specific%20circumstance%20of%20project.%20In%20any%20software%20com" title="eKudos"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ekudos.png" title="eKudos" alt="eKudos" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;body=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="email"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Fark"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Faves"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="feedmelinks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="feedmelinks" alt="feedmelinks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://beta3.fleck.com/bookmarklet.php?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Fleck"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/fleck.png" title="Fleck" alt="Fleck" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Furl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Furl" alt="Furl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="GeenRedactie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="GeenRedactie" alt="GeenRedactie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://globalgrind.com/submission/submit.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;type=Article&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Global Grind"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/globalgrind.png" title="Global Grind" alt="Global Grind" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.gwar.pl/DodajGwar.html?u=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Gwar"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/gwar.png" title="Gwar" alt="Gwar" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Haohao"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://healthranker.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="HealthRanker"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/healthranker.png" title="HealthRanker" alt="HealthRanker" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.hemidemi.com/user_bookmark/new?title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Hemidemi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/hemidemi.png" title="Hemidemi" alt="Hemidemi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Identi.ca"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.indianpad.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="IndianPad"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/indianpad.png" title="IndianPad" alt="IndianPad" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://internetmedia.hu/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Internetmedia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/im.png" title="Internetmedia" alt="Internetmedia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="kick.ie"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="kick.ie" alt="kick.ie" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.kirtsy.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Kirtsy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/kirtsy.png" title="Kirtsy" alt="Kirtsy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://laaik.it/NewStoryCompact.aspx?uri=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;headline=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;cat=5e082fcc-8a3b-47e2-acec-fdf64ff19d12" title="laaik.it"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/laaikit.png" title="laaik.it" alt="laaik.it" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Leonaut"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Leonaut" alt="Leonaut" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkagogo.com/go/AddNoPopup?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="LinkaGoGo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkagogo.png" title="LinkaGoGo" alt="LinkaGoGo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://linkarena.com/bookmarks/addlink/?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="LinkArena"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkarena.png" title="LinkArena" alt="LinkArena" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;source=eSoftHead%2C+a+Vietnam+Software+Outsourcing+Company+The+official+blog+of+eSoftHead+Company&amp;summary=Nowadays%2C%20there%20are%20many%20processes%20as%20RUP%2C%20Scrum%2C%20FDD%2C%20XP%20etc.%20Each%20process%20has%20its%20strong%20and%20weak%20points%20and%20it%20advices%20that%20users%20should%20custom%20some%20parts%20while%20using%2C%20the%20custom%20depends%20on%20the%20specific%20circumstance%20of%20project.%20In%20any%20software%20com" title="LinkedIn"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkter.hu/index.php?action=suggest_link&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Linkter"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/linkter.png" title="Linkter" alt="Linkter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Live"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Ma.gnolia"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Ma.gnolia" alt="Ma.gnolia" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://meneame.net/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Meneame"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/meneame.png" title="Meneame" alt="Meneame" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;bm_description=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;plugin=soc" title="MisterWong"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.de/addurl/?bm_url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;bm_description=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;plugin=soc" title="MisterWong.DE"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong.DE" alt="MisterWong.DE" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.muti.co.za/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="muti"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/muti.png" title="muti" alt="muti" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://myshare.url.com.tw/index.php?func=newurl&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;desc=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="MyShare"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myshare.png" title="MyShare" alt="MyShare" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;t=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="MySpace"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.n4g.com/tips.aspx?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="N4G"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/n4g.png" title="N4G" alt="N4G" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Netvibes"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;popup=no" title="Netvouz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;h=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="NewsVine"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://nujij.nl/jij.lynkx?t=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;b=Nowadays%2C%20there%20are%20many%20processes%20as%20RUP%2C%20Scrum%2C%20FDD%2C%20XP%20etc.%20Each%20process%20has%20its%20strong%20and%20weak%20points%20and%20it%20advices%20that%20users%20should%20custom%20some%20parts%20while%20using%2C%20the%20custom%20depends%20on%20the%20specific%20circumstance%20of%20project.%20In%20any%20software%20com" title="NuJIJ"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/nujij.png" title="NuJIJ" alt="NuJIJ" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;body=Nowadays%2C%20there%20are%20many%20processes%20as%20RUP%2C%20Scrum%2C%20FDD%2C%20XP%20etc.%20Each%20process%20has%20its%20strong%20and%20weak%20points%20and%20it%20advices%20that%20users%20should%20custom%20some%20parts%20while%20using%2C%20the%20custom%20depends%20on%20the%20specific%20circumstance%20of%20project.%20In%20any%20software%20com" title="Ping.fm"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Pownce"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Pownce" alt="Pownce" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="ppnow"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="ppnow" alt="ppnow" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;partner=sociable" title="Print"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Propeller"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ratimarks.org/bookmarks.php/?action=add&address=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Ratimarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/ratimarks.png" title="Ratimarks" alt="Ratimarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://rec6.via6.com/link.php?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Rec6"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/rec6.png" title="Rec6" alt="Rec6" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Reddit"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="SalesMarks"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="SalesMarks" alt="SalesMarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.scoopeo.com/scoop/new?newurl=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Scoopeo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/scoopeo.png" title="Scoopeo" alt="Scoopeo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="scuttle"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="scuttle" alt="scuttle" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://segnalo.alice.it/post.html.php?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Segnalo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/segnalo.png" title="Segnalo" alt="Segnalo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Shadows"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Shadows" alt="Shadows" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Simpy"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/simpy.png" title="Simpy" alt="Simpy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Slashdot"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Smarking"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Smarking" alt="Smarking" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://socialogs.com/add_story.php?story_url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;story_title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Socialogs"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/socialogs.png" title="Socialogs" alt="Socialogs" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.sphere.com/search?q=sphereit:http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="SphereIt"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/sphere.png" title="SphereIt" alt="SphereIt" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Spurl"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Spurl" alt="Spurl" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="StumbleUpon"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Symbaloo"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Symbaloo" alt="Symbaloo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="Taggly"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="Taggly" alt="Taggly" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TailRank"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TailRank" alt="TailRank" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Technorati"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;name=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="ThisNext"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/thisnext.png" title="ThisNext" alt="ThisNext" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Tipd"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tipd.png" title="Tipd" alt="Tipd" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;t=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;s=Nowadays%2C%20there%20are%20many%20processes%20as%20RUP%2C%20Scrum%2C%20FDD%2C%20XP%20etc.%20Each%20process%20has%20its%20strong%20and%20weak%20points%20and%20it%20advices%20that%20users%20should%20custom%20some%20parts%20while%20using%2C%20the%20custom%20depends%20on%20the%20specific%20circumstance%20of%20project.%20In%20any%20software%20com" title="Tumblr"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.upnews.it/submit?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Upnews"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/upnews.png" title="Upnews" alt="Upnews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.webnews.de/einstellen?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Webnews.de"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webnews.png" title="Webnews.de" alt="Webnews.de" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Webride"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/webride.png" title="Webride" alt="Webride" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Wikio"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio" alt="Wikio" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.fr/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Wikio FR"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio FR" alt="Wikio FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wikio.it/vote?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Wikio IT"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wikio.png" title="Wikio IT" alt="Wikio IT" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://wists.com/s.php?c=&amp;r=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Wists"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wists.png" title="Wists" alt="Wists" class="sociable-hovers sociable_wists" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.wykop.pl/dodaj?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F" title="Wykop"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/wykop.png" title="Wykop" alt="Wykop" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.xerpi.com/block/add_link_from_extension?url=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;title=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Xerpi"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/xerpi.png" title="Xerpi" alt="Xerpi" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;submitHeadline=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21&amp;submitSummary=Nowadays%2C%20there%20are%20many%20processes%20as%20RUP%2C%20Scrum%2C%20FDD%2C%20XP%20etc.%20Each%20process%20has%20its%20strong%20and%20weak%20points%20and%20it%20advices%20that%20users%20should%20custom%20some%20parts%20while%20using%2C%20the%20custom%20depends%20on%20the%20specific%20circumstance%20of%20project.%20In%20any%20software%20com&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://yigg.de/neu?exturl=http%3A%2F%2Fblog.esofthead.com%2Fhaving-one-big-process-for-all-kinds-of-projects-it-is-wrong%2F&amp;exttitle=Having%20one%20big%20process%20for%20all%20kinds%20of%20projects%2C%20it%20is%20wrong%21" title="Yigg"><img src="http://blog.esofthead.com/wp-content/plugins/sociable/images/yiggit.png" title="Yigg" alt="Yigg" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.esofthead.com/having-one-big-process-for-all-kinds-of-projects-it-is-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

