<?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>Frank&#039;s Java Development Blog &#187; Agile</title>
	<atom:link href="http://javablog.franksalinas.net/category/agile-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://javablog.franksalinas.net</link>
	<description>Java Enterprise Development &#38; Technology</description>
	<lastBuildDate>Sat, 24 Jul 2010 17:06:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>GreenHopper: Agile Project Management for JIRA</title>
		<link>http://javablog.franksalinas.net/2010/07/17/greenhopper-agile-project-management-for-jira/</link>
		<comments>http://javablog.franksalinas.net/2010/07/17/greenhopper-agile-project-management-for-jira/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 14:46:57 +0000</pubDate>
		<dc:creator>Frank Salinas</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[GreenHopper]]></category>
		<category><![CDATA[JIRA]]></category>

		<guid isPermaLink="false">http://javablog.franksalinas.net/?p=917</guid>
		<description><![CDATA[This looks like a truly useful project management tool for JIRA. Check it out at: http://www.atlassian.com/software/greenhopper/ No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>This looks like a truly useful project management tool for JIRA. Check it out at: <a href="http://www.atlassian.com/software/greenhopper/">http://www.atlassian.com/software/greenhopper/</a></p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://javablog.franksalinas.net/2010/07/17/greenhopper-agile-project-management-for-jira/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Recommendation: The Art of Agile Development</title>
		<link>http://javablog.franksalinas.net/2009/06/27/book-recommendation-the-art-of-agile-development/</link>
		<comments>http://javablog.franksalinas.net/2009/06/27/book-recommendation-the-art-of-agile-development/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 19:11:54 +0000</pubDate>
		<dc:creator>Frank Salinas</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Recommended]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[SDLC]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://javablog.franksalinas.net/?p=541</guid>
		<description><![CDATA[I just finished reading The Art of Agile Development by James Shore and Shane Warden. I picked up the book because I wanted to find out more about agile development. I hear a lot of terms thrown around the office about scrum processes and agile development. However, as I paid more attention to the activity [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/0596527675?ie=UTF8&amp;tag=franksalnet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596527675"><img class=" alignleft" style="border: 0px initial initial;" title="The Art of Agile Development" src="http://javablog.franksalinas.net/wp-content/uploads/2009/06/51T8FQJDhL._SL160__thumb.jpg" border="0" alt="" width="126" height="164" /></a></p>
<p><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=franksalnet-20&amp;l=as2&amp;o=1&amp;a=0596527675" border="0" alt="" width="1" height="1" />I just finished reading <em><a href="http://www.amazon.com/gp/product/0596527675?ie=UTF8&amp;tag=franksalnet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596527675">The Art of Agile Development</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=franksalnet-20&amp;l=as2&amp;o=1&amp;a=0596527675" border="0" alt="" width="1" height="1" /><br />
</em>by James Shore and Shane Warden. I picked up the book because I wanted to find out more about agile development. I hear a lot of terms thrown around the office about scrum processes and agile development. However, as I paid more attention to the activity within the work place I started to question the validity of our processes as being “agile”.</p>
<p><span id="more-541"></span>A scrum meeting which pushes almost an hour in time does not fit the definition of a stand-up scrum meeting. Developing formal requirements and functional specification documentation up front and scheduling around those processes fit in the “traditional” waterfall methodologies rather than agile methodologies. It seems to me that we are practicing traditional waterfall methodologies and masking it behind scrum terminology. I think there is room for improvement in our development processes and I want to learn as much as I can to help improve the process and speed up development.</p>
<p>The book provided exactly the information I was seeking. It&#8217;s loaded with information and thoroughly covers the entire software development process focusing on Extreme Programming (XP) methodologies. The XP lifecycle includes all the phases of the traditional software development life cycle (SDLC) of planning, analysis, design, code, test and deploy but eliminates formal documentation and reorganizes the phases into more efficient processes through the use of face-to-face collaboration, incremental design and parallel task execution.</p>
<p>XP emphasizes pair programming, test-driven development (TDD), iterative design, an open, collaborative workspace, and on-site customer support (e.g. Product Manager or other team members who are able to provide <span style="text-decoration: underline;">real</span> requirements). The authors walk you through adopting XP practices from planning workspaces, pair programming techniques, handling changing requirements and team organization along with commentary on alternatives to XP methods.</p>
<p>If you are interested in XP, or agile development in general, and want to get a solid understanding of how to work in or create an agile team this is the resource. I highly recommend it.</p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://javablog.franksalinas.net/2009/06/27/book-recommendation-the-art-of-agile-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: javablog.franksalinas.net @ 2010-09-10 02:28:44 -->