<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><channel rdf:about="https://www.bibsonomy.org/user/gresch/agile"><title>BibSonomy bookmarks for /user/gresch/agile</title><link>https://www.bibsonomy.org/user/gresch/agile</link><description>BibSonomy RSS Feed for /user/gresch/agile</description><items><rdf:Seq><rdf:li rdf:resource="http://retrospectiva.org/overview"/><rdf:li rdf:resource="http://www.agilefant.org/"/><rdf:li rdf:resource="http://autopatch.sourceforge.net/"/><rdf:li rdf:resource="http://www.tinypm.com/home"/><rdf:li rdf:resource="http://chariotsolutions.com/home"/><rdf:li rdf:resource="http://agilewiki.wiki.sourceforge.net/"/><rdf:li rdf:resource="http://kw-agiledevelopment.blogspot.com/2007/02/10-things-you-need-to-know-about-agile.html"/><rdf:li rdf:resource="http://www.agileea.com/"/><rdf:li rdf:resource="http://prjplanner.sourceforge.net/"/><rdf:li rdf:resource="http://www.infoq.com/;jsessionid=0F6848CE867E738799A37DC53EC119F2"/><rdf:li rdf:resource="http://www.sadalage.com/"/><rdf:li rdf:resource="http://jeanda.tigris.org/"/><rdf:li rdf:resource="http://arbiter.sourceforge.net/index.html"/><rdf:li rdf:resource="http://www.testdriven.com/modules/news/"/><rdf:li rdf:resource="http://nounit.sourceforge.net/"/><rdf:li rdf:resource="http://www.technorealism.org/"/><rdf:li rdf:resource="http://www.easymock.org/"/><rdf:li rdf:resource="http://storytestiq.sourceforge.net/index.html"/><rdf:li rdf:resource="http://www.openqa.org/selenium/"/><rdf:li rdf:resource="http://www.agiledata.org/"/></rdf:Seq></items></channel><item rdf:about="http://retrospectiva.org/overview"><title>Retrospectiva / Smarter Project Management</title><description>Open-source project management tool, intended to assist the collaborative aspect of work carried out by agile software development teams.

    Free / Open-source (MIT License)
    Full Development Life-cycle
    Comprehensive Adminstration
    Multiple projects within one instance
    Powerful Add-on Interface
    REST-API (Example) &amp; RSS Support (Example)</description><link>http://retrospectiva.org/overview</link><dc:creator>gresch</dc:creator><dc:date>2011-05-11T12:59:34+02:00</dc:date><dc:subject>agile blog collaboration develop management projectmanagement scrum software tools wiki </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Open-source project management tool, intended to assist the collaborative aspect of work carried out by agile software development teams.

    Free / Open-source (MIT License)
    Full Development Life-cycle
    Comprehensive Adminstration
    Multiple projects within one instance
    Powerful Add-on Interface
    REST-API (Example) &amp;amp; RSS Support (Example)&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/blog"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/collaboration"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/management"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/projectmanagement"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scrum"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wiki"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.agilefant.org/"><title>Agilefant - The Finnish Ferrari for backlog management for the price of a Linux - An open source tool for agile software development</title><description>Agilefant is an open source tool for managing agile software development activities, such as: projects, products, releases, iterations and backlogs. It brings together the perspectives of long-term product and release planning and project portfolio management.</description><link>http://www.agilefant.org/</link><dc:creator>gresch</dc:creator><dc:date>2010-04-12T16:51:50+02:00</dc:date><dc:subject>agile develop management project-management projektmanagement software tools </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Agilefant is an open source tool for managing agile software development activities, such as: projects, products, releases, iterations and backlogs. It brings together the perspectives of long-term product and release planning and project portfolio management.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/management"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/project-management"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/projektmanagement"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/></rdf:Bag></taxo:topics></item><item rdf:about="http://autopatch.sourceforge.net/"><title>AutoPatch</title><description>AutoPatch was born from the needs of using an agile development process while working on systems that have persistent storage. Without AutoPatch, developers usually can&#039;t afford the maintenance headache of their own database, and DBAs are required just to apply changes to all of the various environments a serious development effort requires.

The very application of database changes becomes an inefficient, error-prone, expensive process, all conspiring to discourage any refactoring that touches the model, or being a bottleneck when model changes are made.

AutoPatch solves this problem, completely.

With AutoPatch, an agile development process that requires a database change looks like this:

    * Developer alters the model, which requires a change to the database
    * Developer possibly consults a DBA, and develops a SQL patch against their personal database that implements the alteration
    * Developer commits the patch to source control at the same time as they commit their dependent code
    * Other developers&#039; and environments&#039; databases are automatically updated by AutoPatch the next time the new source is run

This represents streamlined environment maintenance, allowing developers to cheaply have their own databases and all databases to stay in synch with massively lower costs and no environment skew.

That&#039;s what AutoPatch does.

Clusters with one database? Multiple schemas? Logical migrations, instead of just DDL changes? Need to do something special/custom? Need to distribute your changes commercially? All without paying anything? No problem.</description><link>http://autopatch.sourceforge.net/</link><dc:creator>gresch</dc:creator><dc:date>2010-02-07T22:09:50+01:00</dc:date><dc:subject>agile database db dba develop java jdbc software sql sysadmin </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;AutoPatch was born from the needs of using an agile development process while working on systems that have persistent storage. Without AutoPatch, developers usually can&amp;#039;t afford the maintenance headache of their own database, and DBAs are required just to apply changes to all of the various environments a serious development effort requires.

The very application of database changes becomes an inefficient, error-prone, expensive process, all conspiring to discourage any refactoring that touches the model, or being a bottleneck when model changes are made.

AutoPatch solves this problem, completely.

With AutoPatch, an agile development process that requires a database change looks like this:

    * Developer alters the model, which requires a change to the database
    * Developer possibly consults a DBA, and develops a SQL patch against their personal database that implements the alteration
    * Developer commits the patch to source control at the same time as they commit their dependent code
    * Other developers&amp;#039; and environments&amp;#039; databases are automatically updated by AutoPatch the next time the new source is run

This represents streamlined environment maintenance, allowing developers to cheaply have their own databases and all databases to stay in synch with massively lower costs and no environment skew.

That&amp;#039;s what AutoPatch does.

Clusters with one database? Multiple schemas? Logical migrations, instead of just DDL changes? Need to do something special/custom? Need to distribute your changes commercially? All without paying anything? No problem.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/database"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/db"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/dba"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/jdbc"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/sql"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/sysadmin"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.tinypm.com/home"><title>tinyPM » Agile Project Management Tool, Agile Software and Tools, Distributed Agile Management</title><description>tinyPM is a light and efficient tool allowing your teams to enhance the software development process with agile practices. </description><link>http://www.tinypm.com/home</link><dc:creator>gresch</dc:creator><dc:date>2008-07-07T18:50:38+02:00</dc:date><dc:subject>agile commercial projektmanagement scrum software tools web </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;tinyPM is a light and efficient tool allowing your teams to enhance the software development process with agile practices. &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/commercial"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/projektmanagement"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/scrum"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/web"/></rdf:Bag></taxo:topics></item><item rdf:about="http://chariotsolutions.com/home"><title>Chariot Solutions | Welcome</title><description>Chariot Solutions is a software development and consulting firm focused on helping clients achieve greater success through the intelligent application of established and emerging technologies. Emphasizing the use of agile architectures based upon open standards, we deliver solutions that allow clients to react more quickly to competitive pressures and market opportunities.</description><link>http://chariotsolutions.com/home</link><dc:creator>gresch</dc:creator><dc:date>2008-05-21T10:36:42+02:00</dc:date><dc:subject>agile business company consulting java software springframework </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Chariot Solutions is a software development and consulting firm focused on helping clients achieve greater success through the intelligent application of established and emerging technologies. Emphasizing the use of agile architectures based upon open standards, we deliver solutions that allow clients to react more quickly to competitive pressures and market opportunities.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/business"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/company"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/consulting"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/springframework"/></rdf:Bag></taxo:topics></item><item rdf:about="http://agilewiki.wiki.sourceforge.net/"><title>SourceForge.net: agilewiki » home</title><description>Welcome to the AgileWiki Project

How do you create Fluid Software Systems?

For more than 35 years I have asked myself, what is the right way to program? I&#039;ve learned about goto-less programming, top-down programming, object oriented programming, the Common Object Model, Java Beans, MBeans, Enterprise Java Beans, Plain Old Java Objects, and XML binding. But regardless of the approach, the software is always too rigid, the software stack is too deep, and the requirements always change in ways that require too much work.

In 2002 I had the privilege of working for, and being mentored by, Norman Kashdan. By that time he had already spent 18 years developing a world view that he calls Rolonics. I believed then that there was something very right about Rolonics and have myself spent the last 5 years developing a software engineering practice around it. Finally I have come to understand [some of] its value: with a Rolonic approch to software engineering we can create highly configurable, fluid software systems that can change on-the-fly to meet ever changing requirements.</description><link>http://agilewiki.wiki.sourceforge.net/</link><dc:creator>gresch</dc:creator><dc:date>2008-04-16T21:39:48+02:00</dc:date><dc:subject>agile develop java sf software tools wiki </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Welcome to the AgileWiki Project

How do you create Fluid Software Systems?

For more than 35 years I have asked myself, what is the right way to program? I&amp;#039;ve learned about goto-less programming, top-down programming, object oriented programming, the Common Object Model, Java Beans, MBeans, Enterprise Java Beans, Plain Old Java Objects, and XML binding. But regardless of the approach, the software is always too rigid, the software stack is too deep, and the requirements always change in ways that require too much work.

In 2002 I had the privilege of working for, and being mentored by, Norman Kashdan. By that time he had already spent 18 years developing a world view that he calls Rolonics. I believed then that there was something very right about Rolonics and have myself spent the last 5 years developing a software engineering practice around it. Finally I have come to understand [some of] its value: with a Rolonic approch to software engineering we can create highly configurable, fluid software systems that can change on-the-fly to meet ever changing requirements.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/sf"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/wiki"/></rdf:Bag></taxo:topics></item><item rdf:about="http://kw-agiledevelopment.blogspot.com/2007/02/10-things-you-need-to-know-about-agile.html"><title>all about agile: 10 Key Principles of Agile Software Development</title><description>Agile Development is one of the big buzzwords of the software development industry. But what exactly is it? Agile Development is a different way of managing software development projects. The key principles, and how Agile Development fundamentally differs from a more traditional Waterfall approach to software development, are as follows:</description><link>http://kw-agiledevelopment.blogspot.com/2007/02/10-things-you-need-to-know-about-agile.html</link><dc:creator>gresch</dc:creator><dc:date>2008-01-10T11:10:15+01:00</dc:date><dc:subject>agile development information methodology patterns software </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Agile Development is one of the big buzzwords of the software development industry. But what exactly is it? Agile Development is a different way of managing software development projects. The key principles, and how Agile Development fundamentally differs from a more traditional Waterfall approach to software development, are as follows:&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/development"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/information"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/methodology"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/patterns"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.agileea.com/"><title>Agile Enterprise Architecture</title><description>We are building up an Open Source EPF plug-in for an Agile Enterprise Architecture Operational Process. </description><link>http://www.agileea.com/</link><dc:creator>gresch</dc:creator><dc:date>2007-09-23T12:13:05+02:00</dc:date><dc:subject>agile architecture develop eclipse enterprise plugin software togaf </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;We are building up an Open Source EPF plug-in for an Agile Enterprise Architecture Operational Process. &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/architecture"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/eclipse"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/enterprise"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/plugin"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/togaf"/></rdf:Bag></taxo:topics></item><item rdf:about="http://prjplanner.sourceforge.net/"><title>PrjPlanner - A software developing management tool for Agile developers and small teams</title><description>There is, of course, no shortage of management tools for Agile software development. But none of them seem to be targeted at developers, small teams, or first-level managers. They seem to attempt to implement in software everything in any particular Agile methodology (for example Scrum and XP). They attempt to manage across the entire organization, especially highlighting managing above the project to the program and enterprise levels and in doing so become mostly an effort tracking system where developers become resources and are simply required to enter time spent on tasks. They also attempt to track all aspects of development by integrating testing (test tasks and test results) and defect tracking. By being all things to all people, the eventual interface become useless for a developer in their day-to-day development. By trying to provide a &#034;complete&#034; picture of a project&#039;s status, their interfaces become a mass of &#034;percent complete&#034; statistics where any particular stat one is looking for is not quickly identifiable.</description><link>http://prjplanner.sourceforge.net/</link><dc:creator>gresch</dc:creator><dc:date>2007-06-06T17:51:17+02:00</dc:date><dc:subject>agile developing management projektmanagement software tool </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;There is, of course, no shortage of management tools for Agile software development. But none of them seem to be targeted at developers, small teams, or first-level managers. They seem to attempt to implement in software everything in any particular Agile methodology (for example Scrum and XP). They attempt to manage across the entire organization, especially highlighting managing above the project to the program and enterprise levels and in doing so become mostly an effort tracking system where developers become resources and are simply required to enter time spent on tasks. They also attempt to track all aspects of development by integrating testing (test tasks and test results) and defect tracking. By being all things to all people, the eventual interface become useless for a developer in their day-to-day development. By trying to provide a &amp;#034;complete&amp;#034; picture of a project&amp;#039;s status, their interfaces become a mass of &amp;#034;percent complete&amp;#034; statistics where any particular stat one is looking for is not quickly identifiable.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/developing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/management"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/projektmanagement"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tool"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.infoq.com/;jsessionid=0F6848CE867E738799A37DC53EC119F2"><title>InfoQ: Tracking change and innovation in the enterprise software development community</title><description>Tracking change and innovation in the enterprise software development community</description><link>http://www.infoq.com/;jsessionid=0F6848CE867E738799A37DC53EC119F2</link><dc:creator>gresch</dc:creator><dc:date>2007-05-09T10:12:49+02:00</dc:date><dc:subject>agile blogs community development enterprise feeds java_ee ruby software </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Tracking change and innovation in the enterprise software development community&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/blogs"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/community"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/development"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/enterprise"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/feeds"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java_ee"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/ruby"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.sadalage.com/"><title>Agile DBA</title><description>My thoughts on evolutionary design in regards to databases. Database administration. Best Pratices, Database utilities and other things</description><link>http://www.sadalage.com/</link><dc:creator>gresch</dc:creator><dc:date>2007-04-13T18:06:09+02:00</dc:date><dc:subject>agile blogs computing db dba develop information reference sql </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;My thoughts on evolutionary design in regards to databases. Database administration. Best Pratices, Database utilities and other things&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/blogs"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/computing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/db"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/dba"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/information"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/reference"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/sql"/></rdf:Bag></taxo:topics></item><item rdf:about="http://jeanda.tigris.org/"><title>jeanda.tigris.org</title><description>jeanda stands for &#034;Java Efficiency and Agility Analysis&#034;. It is a set of ant tasks and supporting Java code which are intended to be inserted into project builds. When inserted, it compares the .class files in the build fileset with previous builds, with the help of BCEL.

It is intended to be fast, relatively space efficient, and non-intrusive - if successful in these respects, then it will not inhibit project builds. And, as long as it does not hinder project builds, then it has the capability to provide useful raw experimental data from a variety of Java development projects.</description><link>http://jeanda.tigris.org/</link><dc:creator>gresch</dc:creator><dc:date>2007-01-23T11:35:57+01:00</dc:date><dc:subject>java agile tools develop build-tools analysis </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;jeanda stands for &amp;#034;Java Efficiency and Agility Analysis&amp;#034;. It is a set of ant tasks and supporting Java code which are intended to be inserted into project builds. When inserted, it compares the .class files in the build fileset with previous builds, with the help of BCEL.

It is intended to be fast, relatively space efficient, and non-intrusive - if successful in these respects, then it will not inhibit project builds. And, as long as it does not hinder project builds, then it has the capability to provide useful raw experimental data from a variety of Java development projects.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/build-tools"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/analysis"/></rdf:Bag></taxo:topics></item><item rdf:about="http://arbiter.sourceforge.net/index.html"><title>[Arbiter] Agile Requirements and Acceptance Testing Tool</title><description>The project specification can be defined in word processor format as you would normally. By adding some special items, such as titled bulleted lists and highlighted text items, both a test suite and glossary can be written right into the spec. The Arbiter server will parse these documents and run the tests, reporting the results into the documents themselves. This allows the client to see project process.</description><link>http://arbiter.sourceforge.net/index.html</link><dc:creator>gresch</dc:creator><dc:date>2007-01-13T20:52:45+01:00</dc:date><dc:subject>testing agile develop tool software requirements </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;The project specification can be defined in word processor format as you would normally. By adding some special items, such as titled bulleted lists and highlighted text items, both a test suite and glossary can be written right into the spec. The Arbiter server will parse these documents and run the tests, reporting the results into the documents themselves. This allows the client to see project process.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/testing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tool"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/requirements"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.testdriven.com/modules/news/"><title>testdriven.com: Your test-driven development community - News</title><description>Test driven development (TDD) is emerging as one of the most successful developer productivity enhancing techniques to be recently discovered. The three-step: write test, write code, refactor – is a dance many of us are enjoying. This site is dedicated to promoting techniques, tools, and general good will in the test-driven community.</description><link>http://www.testdriven.com/modules/news/</link><dc:creator>gresch</dc:creator><dc:date>2007-01-13T20:32:30+01:00</dc:date><dc:subject>java testing agile develop tools programming software test </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Test driven development (TDD) is emerging as one of the most successful developer productivity enhancing techniques to be recently discovered. The three-step: write test, write code, refactor – is a dance many of us are enjoying. This site is dedicated to promoting techniques, tools, and general good will in the test-driven community.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/testing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/programming"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/test"/></rdf:Bag></taxo:topics></item><item rdf:about="http://nounit.sourceforge.net/"><title>NoUnit - Measure your JUnit Test Coverage and Effectiveness - Java XML Extreme Programming</title><description>Great ! - You&#039;re into Extreme Programming. You&#039;ve written the tests ( JUnit of course). You&#039;ve done the most simple thing that could possibly work. You&#039;ve even shared your keyboard with a colleague. But have you done enough? </description><link>http://nounit.sourceforge.net/</link><dc:creator>gresch</dc:creator><dc:date>2007-01-04T17:25:16+01:00</dc:date><dc:subject>java agile develop tools junit test </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Great ! - You&amp;#039;re into Extreme Programming. You&amp;#039;ve written the tests ( JUnit of course). You&amp;#039;ve done the most simple thing that could possibly work. You&amp;#039;ve even shared your keyboard with a colleague. But have you done enough? &lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/junit"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/test"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.technorealism.org/"><title>TECHNOREALISM</title><description>In this heady age of rapid technological change, we all struggle to maintain our bearings. The developments that unfold each day in communications and computing can be thrilling and disorienting. One understandable reaction is to wonder: Are these changes good or bad? Should we welcome or fear them?</description><link>http://www.technorealism.org/</link><dc:creator>gresch</dc:creator><dc:date>2006-12-14T10:03:13+01:00</dc:date><dc:subject>agile computing develop information methodology informatik </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;In this heady age of rapid technological change, we all struggle to maintain our bearings. The developments that unfold each day in communications and computing can be thrilling and disorienting. One understandable reaction is to wonder: Are these changes good or bad? Should we welcome or fear them?&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/computing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/information"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/methodology"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/informatik"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.easymock.org/"><title>EasyMock : Home</title><description>EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java&#039;s proxy mechanism. Due to EasyMock&#039;s unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect</description><link>http://www.easymock.org/</link><dc:creator>gresch</dc:creator><dc:date>2006-07-06T17:13:42+02:00</dc:date><dc:subject>testing java agile tools develop frameworks junit mock </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java&amp;#039;s proxy mechanism. Due to EasyMock&amp;#039;s unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/testing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/frameworks"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/junit"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/mock"/></rdf:Bag></taxo:topics></item><item rdf:about="http://storytestiq.sourceforge.net/index.html"><title>StoryTestIQ</title><description>StoryTestIQ (a.k.a. &#039;STIQ&#039;) is a tool for creating &#034;Executable Requirements&#034; which have also been known as acceptance tests or functional tests. STIQ was developed based on two other open source acceptance testing tools, Selenium and FitNesse. This combin</description><link>http://storytestiq.sourceforge.net/index.html</link><dc:creator>gresch</dc:creator><dc:date>2006-06-22T22:09:59+02:00</dc:date><dc:subject>testing agile tools develop methodology </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;StoryTestIQ (a.k.a. &amp;#039;STIQ&amp;#039;) is a tool for creating &amp;#034;Executable Requirements&amp;#034; which have also been known as acceptance tests or functional tests. STIQ was developed based on two other open source acceptance testing tools, Selenium and FitNesse. This combin&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/testing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/methodology"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.openqa.org/selenium/"><title>OpenQA: Selenium</title><description>Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh. No other test tool covers such a wide array of platform</description><link>http://www.openqa.org/selenium/</link><dc:creator>gresch</dc:creator><dc:date>2006-06-16T19:03:52+02:00</dc:date><dc:subject>javascript testing mozilla firefox agile develop tools software test </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh. No other test tool covers such a wide array of platform&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/javascript"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/testing"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/mozilla"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/firefox"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/test"/></rdf:Bag></taxo:topics></item><item rdf:about="http://www.agiledata.org/"><title>www.agiledata.org Home Page</title><description>&#034;Techniques for Successful Evolutionary/Agile Database Development.&#034; Interesting approach...</description><link>http://www.agiledata.org/</link><dc:creator>gresch</dc:creator><dc:date>2006-04-02T18:32:31+02:00</dc:date><dc:subject>agile develop methodology database </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;&amp;#034;Techniques for Successful Evolutionary/Agile Database Development.&amp;#034; Interesting approach...&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/agile"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/methodology"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/database"/></rdf:Bag></taxo:topics></item></rdf:RDF>