<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ICONIX Process</title>
	<atom:link href="http://iconixprocess.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iconixprocess.com</link>
	<description>Agile without being Extreme</description>
	<pubDate>Thu, 23 Aug 2007 10:38:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Activity Diagrams</title>
		<link>http://iconixprocess.com/2007/08/23/activity-diagrams/</link>
		<comments>http://iconixprocess.com/2007/08/23/activity-diagrams/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 09:52:00 +0000</pubDate>
		<dc:creator>csuscheck</dc:creator>
		
		<category><![CDATA[ICONIX Opinion]]></category>

		<guid isPermaLink="false">http://iconixprocess.com/2007/08/23/activity-diagrams/</guid>
		<description><![CDATA[Activity diagrams are a dynamic UML diagram that can be used to better describe use cases, business flow, software flow or any other type of behavior.  Activity diagrams are general purpose in their application.

Activities can have multiple arrows in but only 1 out (except object flows).
Activities must have 1 arrow out (never 0).
Decisions – [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:12pt;font-family:'Times New Roman';">Activity diagrams are a dynamic UML diagram that can be used to better describe use cases, business flow, software flow or any other type of behavior.<span>  </span>Activity diagrams are general purpose in their application.</span></p>
<ul>
<li class="MsoNormal"><span><font face="Times New Roman">Activities can have multiple arrows in but only 1 out (except object flows).</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Activities must have 1 arrow out (never 0).</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Decisions – diamonds – can have multiple arrows in but only 2 out (no more, no less).</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Forks (start of parallelism) can have multiple arrows in and multiple out.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Join (end of parallelism) can have multiple arrows in and only 1 arrow out.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Anything that forks must also join at the end.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">It’s OK to have multiple finals on an activity diagram, but you can have (and must have) only 1 start.</font></span></li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iconixprocess.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iconixprocess.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iconixprocess.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iconixprocess.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iconixprocess.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iconixprocess.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iconixprocess.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iconixprocess.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iconixprocess.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iconixprocess.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iconixprocess.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iconixprocess.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iconixprocess.com&blog=656070&post=65&subd=iconixprocess&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://iconixprocess.com/2007/08/23/activity-diagrams/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/csuscheck-128.jpg" medium="image">
			<media:title type="html">Chuck</media:title>
		</media:content>
	</item>
		<item>
		<title>Requirements Rules</title>
		<link>http://iconixprocess.com/2007/08/04/requirements-rules/</link>
		<comments>http://iconixprocess.com/2007/08/04/requirements-rules/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 15:19:27 +0000</pubDate>
		<dc:creator>csuscheck</dc:creator>
		
		<category><![CDATA[ICONIX Opinion]]></category>

		<guid isPermaLink="false">http://iconixprocess.com/2007/08/04/requirements-rules/</guid>
		<description><![CDATA[In my last blog I talked about rules for domain models.  Here are a  few rules for requirements:
Requirements are rules to which the system or business must adhere.  They are usually updated as the software development progresses and are usually written as text (although diagrams can be used to augment the requirements).

Complete: [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In my last blog I talked about rules for domain models.  Here are a  few rules for requirements:</p>
<p><span><font face="Times New Roman">Requirements are rules to which the system or business must adhere.<span>  </span>They are usually updated as the software development progresses and are usually written as text (although diagrams can be used to augment the requirements).</font></span></p>
<ul>
<li class="MsoNormal"><span><font face="Times New Roman">Complete: Requirements should be as complete- no open endedness.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Testable: Must be able to create a test for all requirements</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Consistent: Requirements must be consistent with each other; no conflicts </font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Feasible: Possible to do</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Design Free: Software requirements should be specified at the requirements level and not at the design level.<span>  </span>Keep out of the system </font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Unambiguous: Use &#8220;Shall&#8221; and Related Words. Don’t be wishywashy</font></span></li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iconixprocess.wordpress.com/64/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iconixprocess.wordpress.com/64/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iconixprocess.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iconixprocess.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iconixprocess.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iconixprocess.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iconixprocess.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iconixprocess.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iconixprocess.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iconixprocess.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iconixprocess.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iconixprocess.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iconixprocess.com&blog=656070&post=64&subd=iconixprocess&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://iconixprocess.com/2007/08/04/requirements-rules/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/csuscheck-128.jpg" medium="image">
			<media:title type="html">Chuck</media:title>
		</media:content>
	</item>
		<item>
		<title>A few hints on creating domain models</title>
		<link>http://iconixprocess.com/2007/06/07/a-few-hints-on-creating-domain-models/</link>
		<comments>http://iconixprocess.com/2007/06/07/a-few-hints-on-creating-domain-models/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 15:13:45 +0000</pubDate>
		<dc:creator>csuscheck</dc:creator>
		
		<category><![CDATA[ICONIX Opinion]]></category>

		<guid isPermaLink="false">http://iconixprocess.com/2007/06/07/a-few-hints-on-creating-domain-models/</guid>
		<description><![CDATA[Here are a few hints that I&#8217;ve put together for creating domain models and using a class diagram to express the model.
Domain models describe the business.  We use a UML class diagram (static) to describe our domain model.  The domain model helps us to understand the business before we dive into requirements and [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here are a few hints that I&#8217;ve put together for creating domain models and using a class diagram to express the model.</p>
<p><span style="font-size:12pt;font-family:'Times New Roman';">Domain models describe the business.<span>  </span>We use a UML class diagram (static) to describe our domain model.<span>  </span>The domain model helps us to understand the business before we dive into requirements and acts as a sort of glossary of terms, eventually leading to a system model which describes the software.</span></p>
<ul>
<li class="MsoNormal"><span><font face="Times New Roman">Nouns are either classes or attributes.<span>  </span>Classes and attributes are NOT verbs.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Attributes have a value that is either a word or a number, classes have a value that is compound.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">An attribute has a value and a class has an instance.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Multiplicity only works on compose and aggregate, never on generalization.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Don’t overuse multiplicity.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Generalization arrow points to the more general.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Containment diamond (aggregate or compose) is on the end of the line next to the class that does the containing.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Attributes are generally private (-) while methods are generally public (+).</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Association is the least important relationship and means “knows about or does”.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Aggregation (open diamond) normally means “contains or has a”.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Composition (black diamond) normally means “is made up of”.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">If you’re not sure of aggregation or compose, just start with aggregation.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Generalization normally means “is a type of” (usually).</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Generalization is only used when a class has a different structure or behavior – example a blue truck and a red truck are not subclasses of truck – they differ only on value but a semi is a type of truck with different behavior and characteristics.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">When determining relationships, aim for 90% of generalization, 80% of containment, 10% of associations.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Containment (aggregation and composition) on a parent class is typically inherited by the child.</font></span></li>
<li class="MsoNormal"><span><font face="Times New Roman">Keep the focus on the business, not the software when developing <em>domain</em> models.</font></span><span><font face="Times New Roman"> </font></span></li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iconixprocess.wordpress.com/63/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iconixprocess.wordpress.com/63/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iconixprocess.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iconixprocess.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iconixprocess.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iconixprocess.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iconixprocess.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iconixprocess.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iconixprocess.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iconixprocess.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iconixprocess.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iconixprocess.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iconixprocess.com&blog=656070&post=63&subd=iconixprocess&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://iconixprocess.com/2007/06/07/a-few-hints-on-creating-domain-models/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/csuscheck-128.jpg" medium="image">
			<media:title type="html">Chuck</media:title>
		</media:content>
	</item>
		<item>
		<title>Three free downloads!</title>
		<link>http://iconixprocess.com/2007/05/31/three-free-downloads/</link>
		<comments>http://iconixprocess.com/2007/05/31/three-free-downloads/#comments</comments>
		<pubDate>Thu, 31 May 2007 15:15:00 +0000</pubDate>
		<dc:creator>mattstephens</dc:creator>
		
		<category><![CDATA[ICONIX Process News]]></category>

		<guid isPermaLink="false">http://iconixprocess.com/2007/05/31/three-free-downloads/</guid>
		<description><![CDATA[As usual our goal is to streamline the process of getting reliably from requirements to working, maintainable source code and tests. Sooo&#8230; to this end, over on the Downloads page, you can find some cool free stuff which we hope you&#8217;ll find useful on your own software projects.
The latest download, made available just yesterday, is [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As usual our goal is to streamline the process of getting reliably from requirements to working, maintainable source code and tests. Sooo&#8230; to this end, <a href="http://iconixprocess.com/downloads/" title="Downloads">over on the Downloads page</a>, you can find some cool free stuff which we hope you&#8217;ll find useful on your own software projects.</p>
<p>The latest download, made available just yesterday, is the <a href="http://iconixprocess.com/downloads/eclipse-process-framework/" title="Eclipse Process Framework">ICONIX/EPF</a> zipfile: an &#8220;instant process website&#8221; generated from the <a href="http://www.eclipse.org/epf" title="Eclipse Process Framework">Eclipse Process Framework</a> (EPF). Thanks to our technical reviewer, Chuck Suscheck, for putting a serious amount of work into creating this. The result should make it easier to adopt, and follow along with, the ICONIX Process on new projects.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iconixprocess.wordpress.com/61/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iconixprocess.wordpress.com/61/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iconixprocess.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iconixprocess.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iconixprocess.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iconixprocess.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iconixprocess.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iconixprocess.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iconixprocess.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iconixprocess.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iconixprocess.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iconixprocess.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iconixprocess.com&blog=656070&post=61&subd=iconixprocess&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://iconixprocess.com/2007/05/31/three-free-downloads/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reviews of &#8216;Use Case Driven Object Modeling&#8217;</title>
		<link>http://iconixprocess.com/2007/03/30/reviews-of-use-case-driven-object-modeling/</link>
		<comments>http://iconixprocess.com/2007/03/30/reviews-of-use-case-driven-object-modeling/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 13:01:41 +0000</pubDate>
		<dc:creator>mattstephens</dc:creator>
		
		<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://iconixprocess.com/2007/03/30/reviews-of-use-case-driven-object-modeling/</guid>
		<description><![CDATA[Two new reviews of Use Case Driven Object Modeling with UML: Theory and Practice this week. The first is on JavaLobby, where reviewer Meera Subbarao sums up with: &#8220;very informative and well written&#8221;&#8230; and adds: &#8220;The Top 10 list of guidelines, and the exercises at the end of each chapter in itself is worth the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Two new reviews of <a href="http://iconixprocess.com/books/use-case-driven/" title="Theory and Practice">Use Case Driven Object Modeling with UML: Theory and Practice</a> this week. <a href="http://www.javalobby.org/java/forums/t92650.html" title="JavaLobby review">The first is on JavaLobby</a>, where reviewer Meera Subbarao sums up with: &#8220;very informative and well written&#8221;&#8230; and adds: &#8220;The Top 10 list of guidelines, and the exercises at the end of each chapter in itself is worth the price of the book.&#8221;</p>
<p>The <a href="http://www.regdeveloper.co.uk/2007/03/29/use_case_modeling/" title="Reg Developer review">second review</a> is over at The Register/Reg Developer, where reviewer Pan Patziarka  gives the verdict: &#8220;Finally, it’s worth mentioning that the book scores highly in terms of clarity of writing, good design (and use of colour) and in providing a high-level of content.&#8221;</p>
<p>The review also states: &#8220;Software development proceeds by addressing the ambiguities, yielding progressively clearer specifications and a shared understanding between client and developer. It is this process, which the authors call ‘disambiguating’, that this book so clearly documents.&#8221;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iconixprocess.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iconixprocess.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iconixprocess.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iconixprocess.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iconixprocess.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iconixprocess.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iconixprocess.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iconixprocess.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iconixprocess.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iconixprocess.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iconixprocess.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iconixprocess.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iconixprocess.com&blog=656070&post=58&subd=iconixprocess&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://iconixprocess.com/2007/03/30/reviews-of-use-case-driven-object-modeling/feed/</wfw:commentRss>
		</item>
		<item>
		<title>It&#8217;s Time for UML in the University Classroom</title>
		<link>http://iconixprocess.com/2007/01/28/its-time-for-uml-in-the-university-classroom/</link>
		<comments>http://iconixprocess.com/2007/01/28/its-time-for-uml-in-the-university-classroom/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 01:21:12 +0000</pubDate>
		<dc:creator>dougrosenberg</dc:creator>
		
		<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://iconixprocess.wordpress.com/2007/01/28/its-time-for-uml-in-the-university-classroom/</guid>
		<description><![CDATA[It&#8217;s time we did something about our colleges and universities turning out armies of programmers who know how to code, but very little about how to get from a set of requirements through a well-factored design, and then to a maintainable set of code.  One of the main goals of the Theory and Practice [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It&#8217;s time we did something about our colleges and universities turning out armies of programmers who know how to code, but very little about how to get from a set of requirements through a well-factored design, and then to a maintainable set of code.  One of the main goals of the <a href="/books/use-case-driven/">Theory and Practice</a> book is to provide a suitable text for a computer science course in this area.</p>
<p>We&#8217;ve written this book as a teaching book.  Chapters are organized into Theory, Practice, and More Practice sections.  The Theory sections explain the concepts, and include small, thought-provoking exercises.  The Practice sections present examples with mistakes deliberately left in, and present the answers to these questions a few pages later.  The More Practice section at the end presents challenge questions, half multiple-choice, and half essay.  If you&#8217;re a computer science instructor and would like to build a course around this book, <a href="mailto:umltraining@iconixsw.com">email us</a>, we&#8217;d like to talk with you.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iconixprocess.wordpress.com/51/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iconixprocess.wordpress.com/51/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iconixprocess.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iconixprocess.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iconixprocess.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iconixprocess.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iconixprocess.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iconixprocess.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iconixprocess.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iconixprocess.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iconixprocess.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iconixprocess.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iconixprocess.com&blog=656070&post=51&subd=iconixprocess&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://iconixprocess.com/2007/01/28/its-time-for-uml-in-the-university-classroom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finding the agile sweet spot between light- and heavyweight processes</title>
		<link>http://iconixprocess.com/2007/01/04/finding-the-agile-sweet-spot-between-light-and-heavyweight-processes/</link>
		<comments>http://iconixprocess.com/2007/01/04/finding-the-agile-sweet-spot-between-light-and-heavyweight-processes/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 11:45:25 +0000</pubDate>
		<dc:creator>iconix</dc:creator>
		
		<category><![CDATA[ICONIX Process News]]></category>

		<guid isPermaLink="false">http://iconixprocess.wordpress.com/2007/01/04/finding-the-agile-sweet-spot-between-light-and-heavyweight-processes/</guid>
		<description><![CDATA[One process is much larger
And the other’s way too small
And the full UML that OMG gives you
Is incomprehensible to all . . .

(Sing to the tune of “Go Ask Alice” by Jefferson Airplane)
In theory, every single aspect of the UML is potentially useful, but in practice, there never seems to be enough time to do [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><em>One process is much larger<br />
And the other’s way too small<br />
And the full UML that OMG gives you<br />
Is incomprehensible to all . . .<br />
</em></p>
<p>(Sing to the tune of “Go Ask Alice” by Jefferson Airplane)</p>
<p>In theory, every single aspect of the UML is potentially useful, but in practice, there never seems to be enough time to do modeling, analysis, and design. There’s always pressure from management to jump to code, to start coding prematurely because progress on software projects tends to get measured by how much code exists.</p>
<p>The ICONIX Process is a minimalist, streamlined approach that focuses on that area that lies in between use cases and code. Its emphasis is on what needs to happen at that point in the life cycle where you’re starting out: you have a start on some use cases, and now you need to do good analysis and design.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iconixprocess.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iconixprocess.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iconixprocess.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iconixprocess.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iconixprocess.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iconixprocess.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iconixprocess.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iconixprocess.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iconixprocess.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iconixprocess.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iconixprocess.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iconixprocess.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iconixprocess.com&blog=656070&post=9&subd=iconixprocess&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://iconixprocess.com/2007/01/04/finding-the-agile-sweet-spot-between-light-and-heavyweight-processes/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>