<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Agile Software Development</title>
  <link rel="alternate" type="text/html" href="http://www.devagile.com/" />
  <link rel="self" type="text/html" href="http://www.devagile.com/modules/whatsnew/atom.php" />
  <id>tag:www.devagile.com,2012://1</id>
  <updated>2012-02-06T05:47:57-07:00</updated>
      <generator uri="http://linux2.ohwada.net/">XOOPS WhatsNew 2.12</generator>
        <rights>Copyright (c) 2012, Martinig &amp; Associates</rights>
    <author>
    <name>Martinig &amp; Associates</name>
          <uri>http://www.devagile.com/</uri>
          </author>
  <entry>
    <title type="html">Working with Agile in a Distributed Team Environment</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/mylinks/singlelink.php?lid=1061" />
    <id>tag:www.devagile.com,2012://1.3.1061</id>
    <updated>2012-02-02T10:00:56-07:00</updated>
          <published>2012-02-02T10:00:56-07:00</published>
              <category term="Agile Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">Although Agile processes are being used increasingly in many software development environments, some enterprises still havent adopted Agile because of various concerns, especially about using it with distributed teams. In this article, I focus on the obstacles to using Agile in a distributed team e ...</summary>
              <content type="html">
        <![CDATA[
        Although Agile processes are being used increasingly in many software development environments, some enterprises still havent adopted Agile because of various concerns, especially about using it with distributed teams. In this article, I focus on the obstacles to using Agile in a distributed team environment and recommend how to counter them.
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">AccuRev Announces Git Integration </title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/news/article.php?storyid=961" />
    <id>tag:www.devagile.com,2012://1.5.2</id>
    <updated>2012-01-31T02:40:28-07:00</updated>
          <published>2012-01-31T02:40:28-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>devadmin</name>
                </author>
          <summary type="html">Lexington, MA, January 31, 2012- AccuRev, Inc., the leading provider of advanced tools for managing the software development process, today broke new ground with the release of the first Git integration that seamlessly bridges the world of open source and commercial tools for enterprise-class softwa ...</summary>
              <content type="html">
        <![CDATA[
        Lexington, MA, January 31, 2012- AccuRev, Inc., the leading provider of  advanced tools for managing the software development process, today  broke new ground with the release of the first Git integration that  seamlessly bridges the world of open source and commercial tools for  enterprise-class software configuration management. 
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">An Agile Model-Driven Development Approach - A case study in a finance organization</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/mylinks/singlelink.php?lid=1060" />
    <id>tag:www.devagile.com,2012://1.3.1060</id>
    <updated>2012-01-30T12:48:18-07:00</updated>
          <published>2012-01-30T12:48:18-07:00</published>
              <category term="Agile Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">In the Sungard Front Arena, current software portfolio a business functionality called Market Server Capability (MSC) is embedded and duplicated in many components. By the application of Agile and Lean principles on model-driven development, we will get an Agile approach for constructing the archite ...</summary>
              <content type="html">
        <![CDATA[
        In the Sungard Front Arena, current software portfolio a business functionality called Market Server Capability (MSC) is embedded and duplicated in many components. By the application of Agile and Lean principles on model-driven development, we will get an Agile approach for constructing the architecture of a new MSC definition which will eliminate the duplication and inconsistency, while still maintaining a short implementation phase. The resulting architecture has a single modeling level, with merged PIM and PSMs. The model is designed by reverse engineering of the legacy code in a Test Driven Development fashion.
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">The Accidental Scrum</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/mylinks/singlelink.php?lid=1059" />
    <id>tag:www.devagile.com,2012://1.3.1059</id>
    <updated>2012-01-30T11:53:09-07:00</updated>
          <published>2012-01-30T11:53:09-07:00</published>
              <category term="Agile Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">We executed our project in a Scrum manner without even knowing our method was Scrum. What initially looked like an impossible project was delivered in six months, with exceptional customer satisfaction and confidence all around.</summary>
              <content type="html">
        <![CDATA[
        We executed our project in a Scrum manner without even knowing our method was Scrum. What initially looked like an impossible project was delivered in six months, with exceptional customer satisfaction and confidence all around.
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Mockery</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/mylinks/singlelink.php?lid=1058" />
    <id>tag:www.devagile.com,2012://1.3.1058</id>
    <updated>2012-01-30T09:32:55-07:00</updated>
          <published>2012-01-30T09:32:55-07:00</published>
              <category term="Agile Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">Mockery is a simple yet PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Doma ...</summary>
              <content type="html">
        <![CDATA[
        Mockery is a simple yet PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Online Burndown Charts</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/mylinks/singlelink.php?lid=1057" />
    <id>tag:www.devagile.com,2012://1.3.1057</id>
    <updated>2012-01-26T08:08:14-07:00</updated>
          <published>2012-01-26T08:08:14-07:00</published>
              <category term="Agile Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">This free online tool provides simple service that allows you to create and edit your Scrum burn-down charts.</summary>
              <content type="html">
        <![CDATA[
        This free online tool provides simple service that allows you to create and edit your Scrum burn-down charts.
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Sprintometer 6.50 Adds Project BurnDown Chart </title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/news/article.php?storyid=960" />
    <id>tag:www.devagile.com,2012://1.5.7</id>
    <updated>2012-01-25T05:44:22-07:00</updated>
          <published>2012-01-25T05:44:22-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>devadmin</name>
                </author>
          <summary type="html">The new version v6.50 of freeware tool Sprintometer for Scrum and XP project management has been released on Jabuary 21, 2012. Everybody knows Sprint Burn down chart used in Scrum projects but very often managers need to know situation with the whole agile project and specifically they are intereste ...</summary>
              <content type="html">
        <![CDATA[
        The new version v6.50 of freeware tool Sprintometer for Scrum and XP project management has been released on Jabuary 21, 2012. Everybody knows Sprint Burn down chart used in Scrum projects but very  often managers need to know situation with the whole agile project and  specifically they are interested in Project Burn down chart. New version  of Sprintometer allows this! 
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Parasoft Advances Static Analysis for Security, Accelerates Desktop Analysis  </title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/news/article.php?storyid=959" />
    <id>tag:www.devagile.com,2012://1.5.8</id>
    <updated>2012-01-25T04:57:13-07:00</updated>
          <published>2012-01-25T04:57:13-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>devadmin</name>
                </author>
          <summary type="html">Monrovia, CA &amp;ndash; January 24, 2012 Parasoft Corporation, industry leader in automated defect prevention and detection, today introduced a new release of Parasoft Jtest: the industry&amp;#39;s most comprehensive Java testing solution. Parasoft Jtest automates static analysis, unit testing, coverage an ...</summary>
              <content type="html">
        <![CDATA[
        Monrovia, CA &ndash; January 24, 2012 Parasoft Corporation, industry leader in  automated defect prevention and detection, today introduced a new  release of Parasoft Jtest: the industry&#39;s most comprehensive Java  testing solution. Parasoft Jtest automates static analysis, unit  testing, coverage analysis, runtime error detection, and code review.  
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Key Dimensions of User Stories</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/mylinks/singlelink.php?lid=1056" />
    <id>tag:www.devagile.com,2012://1.3.1056</id>
    <updated>2012-01-23T14:37:22-07:00</updated>
          <published>2012-01-23T14:37:22-07:00</published>
              <category term="Agile Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">Dealing with a large amount of user stories (more than your fingers and toes can account for) is not easy, most often they sit one after the other in your product backlog, or they are shuffled on a story map.</summary>
              <content type="html">
        <![CDATA[
        Dealing with a large amount of user stories (more than your fingers and toes can account for) is not easy, most often they sit one after the other in your product backlog, or they are shuffled on a story map.
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Implementing Scrum: How Does the Project Manager Fit In?</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/mylinks/singlelink.php?lid=1055" />
    <id>tag:www.devagile.com,2012://1.3.1055</id>
    <updated>2012-01-23T13:43:14-07:00</updated>
          <published>2012-01-23T13:43:14-07:00</published>
              <category term="Agile Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">There is no such role as project manager in Scrum. But there are project managers in the organization. So what is the project manager supposed to do when the team is transitioning to Scrum? The easy part is that this question has already been asked and answered so many times. The hard part is that t ...</summary>
              <content type="html">
        <![CDATA[
        There is no such role as project manager in Scrum. But there are project managers in the organization. So what is the project manager supposed to do when the team is transitioning to Scrum? The easy part is that this question has already been asked and answered so many times. The hard part is that the answers are different and sometimes contradict each other.
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Understanding the Scrum Burndown Chart</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/mylinks/singlelink.php?lid=1054" />
    <id>tag:www.devagile.com,2012://1.3.1054</id>
    <updated>2012-01-23T13:40:51-07:00</updated>
          <published>2012-01-23T13:40:51-07:00</published>
              <category term="Agile Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">The Burndown chart is very simple. It is easy to explain, easy to understand. But there are pitfalls observed in many agile workshops and adoptions. People tend to think the Burndown chart is so simple they do not give appropriate attention to understand what it says.</summary>
              <content type="html">
        <![CDATA[
        The Burndown chart is very simple. It is easy to explain, easy to understand. But there are pitfalls observed in many agile workshops and adoptions. People tend to think the Burndown chart is so simple they do not give appropriate attention to understand what it says.
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">From Hybrid to Scrum</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/mylinks/singlelink.php?lid=1053" />
    <id>tag:www.devagile.com,2012://1.3.1053</id>
    <updated>2012-01-23T13:28:43-07:00</updated>
          <published>2012-01-23T13:28:43-07:00</published>
              <category term="Agile Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">It&apos;s difficult to change learned behavior, and even harder to change group habits. This is one reason why it is difficult establish Scrum Most companies understand that Scrum has a lot of potential and bears the chance to shorten time-to-market or the delivery of high-quality software, but. . . . An ...</summary>
              <content type="html">
        <![CDATA[
        It's difficult to change learned behavior, and even harder to change group habits. This is one reason why it is difficult establish Scrum Most companies understand that Scrum has a lot of potential and bears the chance to shorten time-to-market or the delivery of high-quality software, but. . . . And there we go again: "Scrum, but. . . ."
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Approaching Agile Testing</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/mylinks/singlelink.php?lid=1052" />
    <id>tag:www.devagile.com,2012://1.3.1052</id>
    <updated>2012-01-23T13:25:34-07:00</updated>
          <published>2012-01-23T13:25:34-07:00</published>
              <category term="Agile Links Directory"/> 
        <author>
      <name>Martinig &amp; Associates</name>
                </author>
          <summary type="html">&quot;Agile testing&quot; is not a completely different testing procedure but a software testing practice, following the principles of the Agile life cycle. How? Its most salient aspect is that it emphasizes testing and close work with the end users or at least with the story owners throughout the project.</summary>
              <content type="html">
        <![CDATA[
        "Agile testing" is not a completely different testing procedure but a software testing practice, following the principles of the Agile life cycle. How? Its most salient aspect is that it emphasizes testing and close work with the end users or at least with the story owners throughout the project.
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Hansoft 6.7 Released</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/news/article.php?storyid=958" />
    <id>tag:www.devagile.com,2012://1.5.14</id>
    <updated>2012-01-19T09:27:03-07:00</updated>
          <published>2012-01-19T09:27:03-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>devadmin</name>
                </author>
          <summary type="html">Uppsala, Sweden, January 19, 2012 &amp;ndash; Hansoft, the leading vendor of tools for defect tracking, agile and lean development, has successfully launched Hansoft 6.7, including a readymade integration with JIRA. Hansoft 6.7 bridges tools and methodologies with improved features and SDK capabilities. ...</summary>
              <content type="html">
        <![CDATA[
        Uppsala, Sweden, January 19, 2012 &ndash; Hansoft, the leading vendor of tools  for defect tracking, agile and lean development, has successfully  launched Hansoft 6.7, including a readymade integration with JIRA.  Hansoft 6.7 bridges tools and methodologies with improved features and  SDK capabilities. One of the most significant new features is a full,  readymade integration with JIRA, which allows entire organizations to  work together in real time despite using different tools. 
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">SwiftSyncBeta for JIRA and Card HierarchyBeta highlight Swift-Kanban tool v1.4 </title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/news/article.php?storyid=957" />
    <id>tag:www.devagile.com,2012://1.5.15</id>
    <updated>2012-01-18T05:34:57-07:00</updated>
          <published>2012-01-18T05:34:57-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>devadmin</name>
                </author>
          <summary type="html">Silicon Valley based Lean/ Agile ALM vendor Digit&amp;eacute; announced v1.4 of its Swift-Kanban tool which introduces SwiftSyncBETA for Atlassian JIRA that provides out-of-the-box integration with Swift-Kanban, and Card HierarchyBETA an early feature for users to explore Kanban for Portfolio Management ...</summary>
              <content type="html">
        <![CDATA[
        Silicon Valley based Lean/ Agile ALM vendor Digit&eacute; announced v1.4 of its  Swift-Kanban tool which introduces SwiftSyncBETA for Atlassian JIRA  that provides out-of-the-box integration with Swift-Kanban, and Card  HierarchyBETA an early feature for users to explore Kanban for Portfolio  Management. 
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Klocwork Introduces First On-the-Fly Source Code Analysis</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/news/article.php?storyid=956" />
    <id>tag:www.devagile.com,2012://1.5.16</id>
    <updated>2012-01-17T08:58:47-07:00</updated>
          <published>2012-01-17T08:58:47-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>devadmin</name>
                </author>
          <summary type="html">Burlington, Mass &amp;ndash; Jan 17, 2012 &amp;ndash; Klocwork Inc, the global leader in automated source code analysis (SCA) solutions for developing more secure and reliable software, today launched Klocwork Insight 9.5. This latest release of the company&amp;#39;s flagship product changes the entire usage mo ...</summary>
              <content type="html">
        <![CDATA[
        Burlington, Mass &ndash; Jan 17, 2012 &ndash; Klocwork Inc, the global leader in  automated source code analysis (SCA) solutions for developing more  secure and reliable software, today launched Klocwork Insight 9.5. This  latest release of the company&#39;s flagship product changes the entire  usage model for source code analysis and removes the remaining barriers  to developer adoption of this technology. For the first time, C/C++  developers can access sophisticated source code analysis using the  simple usability model of a spell checker. 
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">AgileWrap brings Tagging, improvements in Burn-down and Dashboard </title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/news/article.php?storyid=955" />
    <id>tag:www.devagile.com,2012://1.5.17</id>
    <updated>2012-01-05T03:02:11-07:00</updated>
          <published>2012-01-05T03:02:11-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>devadmin</name>
                </author>
          <summary type="html">WoodRanch Technology (WRT), a California based company, has announced the new release of AgileWrap. The latest release of AgileWrap brings many new features and improvements: Tagging in user stories, enhancements in Burn-down chart and personal dashboard. </summary>
              <content type="html">
        <![CDATA[
        WoodRanch Technology (WRT), a California based company, has announced  the new release of&nbsp;AgileWrap. The latest release of AgileWrap brings  many new features and improvements: Tagging in user stories,&nbsp;  enhancements in Burn-down chart and personal dashboard. 
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">Latest OnTime Agile Tool Release Adds Powerful Features for Scrum Teams</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/news/article.php?storyid=954" />
    <id>tag:www.devagile.com,2012://1.5.18</id>
    <updated>2011-12-26T09:17:21-07:00</updated>
          <published>2011-12-26T09:17:21-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>devadmin</name>
                </author>
          <summary type="html">Axosoft, a privately held software company located in Scottsdale, Arizona, has announced the latest release of OnTime. With the latest release of OnTime, users are able to easily switch between Agile / Scrum and traditional terminology. This allows for scrum teams and traditional users to get starte ...</summary>
              <content type="html">
        <![CDATA[
        Axosoft, a privately held software company located in Scottsdale,  Arizona, has announced the latest release of OnTime. With the latest  release of OnTime, users are able to easily switch between Agile / Scrum  and traditional terminology. This allows for scrum teams and  traditional users to get started quickly in OnTime. With the Agile /  Scrum terminology selected, rather than referring to items as Features,  OnTime will refer to items as User Stories.  
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">New Release for iceScrum</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/news/article.php?storyid=953" />
    <id>tag:www.devagile.com,2012://1.5.19</id>
    <updated>2011-12-26T09:04:44-07:00</updated>
          <published>2011-12-26T09:04:44-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>devadmin</name>
                </author>
          <summary type="html">iceScrum is and open source tool designed for Scrum, the most popular agile method. For the last 5 years it has grown around the Scrum pillars: Backlog, Sprint, ScrumMaster and Product Owner and helps teams with the ceremonies. The tool includes practices coming from Kanban, like the Work In Process ...</summary>
              <content type="html">
        <![CDATA[
        iceScrum is and open source tool designed for Scrum, the most popular  agile method. For the last 5 years it has grown around the Scrum  pillars: Backlog, Sprint, ScrumMaster and Product Owner and helps teams  with the ceremonies.<br /> The tool includes practices coming from Kanban, like the Work In Process  (WIP) limit for urgent tasks, as well as the creation of cumulative  flow diagrams. 
        ]]>
      </content>
      </entry>
  <entry>
    <title type="html">SQALE 1.4 Released</title>
    <link rel="alternate" type="text/html" href="http://www.devagile.com/modules/news/article.php?storyid=952" />
    <id>tag:www.devagile.com,2012://1.5.20</id>
    <updated>2011-12-20T07:27:04-07:00</updated>
          <published>2011-12-20T07:27:04-07:00</published>
              <category term="Articles, News, Etc."/> 
        <author>
      <name>devadmin</name>
                </author>
          <summary type="html">December 15, 2011 - The SonarSource&amp;rsquo;s SQALE product is a full implementation of the SQALE (Software Quality Assessment based on Lifecycle Expectations) methodology developed by Inspearit (formerly DNV ITGS). </summary>
              <content type="html">
        <![CDATA[
        December 15, 2011 - The SonarSource&rsquo;s SQALE product is a full  implementation of the SQALE (Software Quality Assessment based on  Lifecycle Expectations) methodology developed by Inspearit (formerly DNV  ITGS).  
        ]]>
      </content>
      </entry>
</feed>
