672329 members! Sign up to stay informed.

Sponsored Links


Resources

Enterprise Java
Research Library

Get Java white papers, product information, case studies and webcasts

News News News Messages: 8 Messages: 8 Messages: 8 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

Scrum and XP from the Trenches

Posted by: Joseph Ottinger on November 29, 2006 DIGG
Henrik Kniberg has put together a ninety page PDF called "Scrum and XP from the Trenches," with Scrum described as "an agile method for project management" on Wikipedia (see "Scrum (management)" and "Scrum (development).") This paper details what Mr. Kniberg found to work for him at his (unnamed) client, "the result of one year's Scrum experimentation in a development team of approximately 40 people."
My current approach to Scrum is the result of one year's Scrum experimentation in a development team of approximately 40 people. The company was in a tough situation with high overtime, severe quality problems, constant firefighting, missed deadlines, etc. The company had decided to use Scrum but not really completed the implementation, which was to be my task. To most people in the dev team at that time, "Scrum" was just a strange buzzword they heard echo in the hallway from time to time, with no implication to their daily work.

Over a year's time we implemented Scrum through all layers in the company, tried different team sizes (3 – 12 people), different sprint lengths (2 – 6 weeks), different ways of defining "done," different formats for product backlogs and sprint backlogs (Excel, Jira, index cards), different testing strategies, different ways of doing demos, different ways of synchronizing multiple Scrum teams, etc. We also experimented with XP practices – different ways of doing continuous build, pair programming, test driven development, etc, and how to combine this with Scrum.

This is a constant learning process so the story does not end here. We learned a lot in a year, yet I'm convinced that this company will learn just as much next year (if we keep up the sprint retrospectives) and gain new insights on how to best implement Scrum in this particular context.
He poses the paper as a "war story," to help "turn Principles and Practices into... well.... How Do You Actually Do It." He describes Scrum in quite a bit of detail:
The product backlog is the heart of Scrum. That is where it all starts. This is basically a prioritized list of requirements, or stories, or features, or whatevers. Things that the customer wants, described using the customer's terminology.

We call these backlog items today, but in the future we'll probably start using the XP term stories instead. Our backlog items include the following fields:
  • ID – a unique identification, just an auto-incremented number. This is to avoid "losing" items when you rename them.
  • Name – a short, descriptive name of the backlog item. For example "See your own transaction history." Clear enough so that developers and the product owner understand approximately what we are talking about, and clear enough to distinguish it from other back log items. Normally 2 – 10 words.
  • Importance – the product owner’s importance rating for this item. For example 10. Or 150. High = more important.
    • I tend to avoid the term "priority" since in many cases priority 1 is considered the "highest" priority, which gets ugly if you later on decide that something else is even more important. What priority rating should that get – priority 0? priority -1?
  • Initial estimate – the team's initial estimate of how long this will take to implement. The unit is "ideal man-days, with ideal team size." Ask the team "if you can take the optimal number of people for this job (not too few and not too many), and lock yourselves into a room with lots of food and work completely undisturbed, after how many days would you come out with a finished, demonstratable, tested, releasable implementation?" If the answer is "with 3 guys locked into a room it would take 4 days" then your initial estimate is 12 ideal man-days.
    • We will probably start calling the unit "story points."
  • How to demo – a high-level description of how this backlog item will be demonstrated at the sprint demo. This is essentially a simple test spec. "Do this, then do that, then this should happen."
    • If you practice TDD (test-driven development) this description can be used as pseudo code for your acceptance test code.
  • Notes – any other info, clarifications, etc.
It's an excellent document, serving as an adequate introduction to XP and Scrum - and as he says, if you find an element that doesn't work for you, you're quite able to change it to fit your requirements.

Threaded replies

·  Scrum and XP from the Trenches by Joseph Ottinger on Wed Nov 29 06:45:57 EST 2006
  ·  Well worth a read ... by paul browne on Wed Nov 29 12:21:06 EST 2006
  ·  Re: Scrum and XP from the Trenches by Wille Faler on Wed Nov 29 17:37:05 EST 2006
  ·  Re: Scrum and XP from the Trenches by Chester Chen on Wed Nov 29 19:28:34 EST 2006
  ·  Re: Scrum and XP from the Trenches by John Lasby on Thu Nov 30 10:55:53 EST 2006
  ·  Re: Scrum and XP from the Trenches by tom walsh on Fri Dec 01 09:41:41 EST 2006
    ·  Re: Scrum and XP from the Trenches by andrea Fare on Fri Dec 01 11:20:51 EST 2006
  ·  Re: Scrum and XP from the Trenches by Pranab Ghosh on Sun Dec 03 12:45:19 EST 2006
    ·  Scrum and XP from the Trenches by Pavel Sumarokov on Sat Dec 27 10:24:55 EST 2008
  Message #223020 Post reply Post reply Post reply Go to top Go to top Go to top

Well worth a read ...

Posted by: paul browne on November 29, 2006 in response to Message #222997
Excellent article , well worth a read for anybody experience pain on their project (especially as the delivery deadline approaches) and wondering how they can do better next time.

What gives it most weight is that the author is not 'in your face' about trying to sell you something (some whitepapers from Rational come to mind here). Unless of course you're in the market for OO consulting and happen to be based in Sweden ...

Even if you're not into Agile / Scrum / XP there's enough in here to convince you (or your boss) to give it a go.

Paul , Technology in Plain English

  Message #223041 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Scrum and XP from the Trenches

Posted by: Wille Faler on November 29, 2006 in response to Message #222997
I concur with the previous poster. Excellent article!
Sent a link to the PDF to a colleague who does not have much experience of Agile methodologies, but is curious. I think he was quite excited about the article.

  Message #223045 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Scrum and XP from the Trenches

Posted by: Chester Chen on November 29, 2006 in response to Message #222997
Excellent paper. Echo many of the experience and lessons learned from my team.

Chester

  Message #223086 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Scrum and XP from the Trenches

Posted by: John Lasby on November 30, 2006 in response to Message #222997
Thank you Henrik. That was a really great paper filled with a lot of useful content.

  Message #223141 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Scrum and XP from the Trenches

Posted by: tom walsh on December 01, 2006 in response to Message #222997
This is an excellent doc....very practical
Thanks

  Message #223147 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Scrum and XP from the Trenches

Posted by: andrea Fare on December 01, 2006 in response to Message #223141
Very very very good.
ciao.

  Message #223189 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Scrum and XP from the Trenches

Posted by: Pranab Ghosh on December 03, 2006 in response to Message #222997
Excellent article. Seems like truly from the trenches. I use monthly sprints and use Wiki for that purpose. There two issues that I seem to grapple with are 1) Wide gap between actual and estmated velocity, especially during the early volatile stage in a project. What should be the window of average past velocity to use for next estimated velocity. 2) As far as the tech items as the author calls them, although ideally they should be tied to a user story, sometimes it's not possible. You are forced to create kind of a "tech story"

Pranab

  Message #293804 Post reply Post reply Post reply Go to top Go to top Go to top

Scrum and XP from the Trenches

Posted by: Pavel Sumarokov on December 27, 2008 in response to Message #223189
I've read this book at once. It's very nice when people who have wide practical experience share it with others.

My team had been using several Scrum practices very similar to those described in the book.

But I prefer to keep task board as simple as it possible. So our approach to planning is much more easier.

New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com

Dependency Injection in Java EE 6 - Part 2

Reza Rahman continues to explore the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6. (January 21, Article)

Ted Neward Q&A: What you must know about JavaScript, Scala and more

Ted Neward is an independent consultant specializing in high-scale enterprise systems, and an authority in Java and .NET technologies. He is the author and co-author of several books, including Effective Enterprise Java. At TheServerSide Java Symposium in March, he will be presenting sessions on pragmatic architecture, ECMAScript and Scala. (January 15, Article)

Developers split on open sourcing Java

Now that Oracle is absorbing Sun Microsystems, there mixed views on what should come of the Java Community Process (JCP). While some say Oracle should become the new steward of Java and keep the JCP much as it was, others argue that it may be time to open-source this widespread language. (November 24, Article)

Dependency Injection in Java EE 6 - Part 1

Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6. (November 2, Article)

SAML: It's Not just for Web services

SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options. (September 28, Article)

Programming is Also Teaching Your Team

Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team. (September 22, Article)

Can Java EE Deliver The Asynchronous Web?

Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies. (July 14, Article)

JSF Flex

JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags. (June 29, Article)

The Rules of SOA - A Road to a Successful SOA Implementation

In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project. (June 23, Tech Talk)

Ari Zilka Talks About Terracotta 3.1

Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now. (June 15, Tech Talk)

Enterprise Application Integration, and Spring

In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements. (June 15, Tech Talk)

Google Web Toolkit: An Introduction

In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls. (June 4, Tech Talk)

Just Enough Early Architecture to Guide Development

Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable. (May 28, Tech Talk)

Productive Programmer: On the Lam from the Furniture Police

This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work. (May 26, Tech Talk)

Auto-Scaling Your Existing Web Application

Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers. (May 21, Tech Talk)

Automating Hibernate Mapping and Queries For Java Web Development

Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application. (May 19, Article)

Free Book PDF Download: Mastering EJB Third Edition

Mastering EJB was one of the original and most influential EJB books in the industry. Mastering EJB III now returns with two new expert co-authors, updated for EJB 2.1 and 30% new chapters including security, integration, best practices, open source, and more.
(Book PDF Download)

Application Server Matrix

The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
Java Solutions
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map